Project

General

Profile

Actions

Bug #9012

closed

Interpreter crashes when I try to load any page in my rails 3.2 app

Added by vaselinessa (Mark Anderson) over 10 years ago. Updated almost 5 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.3p362 (2012-12-25 revision 38607) [x86_64-darwin11.4.2]
Backport:
[ruby-core:57796]

Description

In my rails app (which works fine on all of my machines but Mac), attempting to request any page, either in the rails console or via the browser (using rails server) results in a ruby interpreter crash.

See the attached files for the output and crash log.

ERROR MESSAGE:

/Users/Christine/.rvm/gems/ruby-1.9.3-p362/gems/meta_request-0.2.7/lib/meta_request/app_notifications.rb:23: [BUG] Segmentation fault

SYSTEM SPECS:

ruby 1.9.3p362 (2012-12-25 revision 38607) [x86_64-darwin11.4.2]
Rails 3.2.13
Mac OS X Version 10.7.5


Files

rails-server-crash-output.txt (252 KB) rails-server-crash-output.txt entire output of rails server, including crash message and backtrace vaselinessa (Mark Anderson), 10/10/2013 10:35 AM
ruby_2013-10-09-180225_Christines-MacBook.crash (20.2 KB) ruby_2013-10-09-180225_Christines-MacBook.crash crash report log file vaselinessa (Mark Anderson), 10/10/2013 10:35 AM

Updated by vaselinessa (Mark Anderson) over 10 years ago

Can't deliver the code because of NDA. Alas.

Updated by naruse (Yui NARUSE) over 10 years ago

  • Status changed from Open to Feedback

Could you make small reproducible code which doesn't include NDA code?

Updated by vaselinessa (Mark Anderson) over 10 years ago

=begin
naruse (Yui NARUSE) wrote:

Could you make small reproducible code which doesn't include NDA code?

I can show you a trimmed-down controller, but it will probably not be of any help. Apparently, even a controller action that does nothing and has no filters results in the crash.

class MyController < ApplicationController
def index
render nothing:true
end
end

app.get '/my' # => crash

Conversely, if I have a controller with many lines of code, I can still execute those lines of code from my rails console without occasioning a crash. It appears to be only when I make a request that a crash occurs.

=end

Actions #4

Updated by jeremyevans0 (Jeremy Evans) almost 5 years ago

  • Status changed from Feedback to Closed
  • Backport deleted (1.9.3: UNKNOWN, 2.0.0: UNKNOWN)
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0