Project

General

Profile

Actions

Bug #3276

closed

webrick/server.rb:90: [BUG] Segmentation fault

Added by neilmiddleton (Neil Middleton) almost 14 years ago. Updated over 4 years ago.

Status:
Closed
Assignee:
-
ruby -v:
ruby 1.9.1p378 (2010-01-10 revision 26273) [i386-darwin10.2.0]
[ruby-core:30155]

Description

=begin
/Users/neil/.rvm/rubies/ruby-1.9.1-p378/lib/ruby/1.9.1/webrick/server.rb:90: [BUG] Segmentation fault
ruby 1.9.1p378 (2010-01-10 revision 26273) [i386-darwin10.2.0]

-- control frame ----------
c:0013 p:---- s:0050 b:0050 l:000049 d:000049 CFUNC :select
c:0012 p:0103 s:0043 b:0043 l:000033 d:000042 BLOCK /Users/neil/.rvm/rubies/ruby-1.9.1-p378/lib/ruby/1.9.1/webrick/server.rb:90
c:0011 p:0007 s:0037 b:0037 l:000036 d:000036 METHOD /Users/neil/.rvm/rubies/ruby-1.9.1-p378/lib/ruby/1.9.1/webrick/server.rb:22
c:0010 p:0060 s:0034 b:0034 l:000033 d:000033 METHOD /Users/neil/.rvm/rubies/ruby-1.9.1-p378/lib/ruby/1.9.1/webrick/server.rb:81
c:0009 p:0125 s:0029 b:0029 l:0019f0 d:0019f0 METHOD /Users/neil/.rvm/gems/ruby-1.9.1-p378/gems/rack-1.1.0/lib/rack/handler/webrick.rb:14
c:0008 p:0240 s:0023 b:0023 l:000022 d:000022 METHOD /Users/neil/.rvm/gems/ruby-1.9.1-p378/gems/rack-1.1.0/lib/rack/server.rb:155
c:0007 p:0196 s:0018 b:0018 l:000cf8 d:000cf8 METHOD /Users/neil/.rvm/gems/ruby-1.9.1-p378/gems/railties-3.0.0.beta3/lib/rails/commands/server.rb:62
c:0006 p:0483 s:0015 b:0015 l:000014 d:000014 TOP /Users/neil/.rvm/gems/ruby-1.9.1-p378/gems/railties-3.0.0.beta3/lib/rails/commands.rb:42
c:0005 p:---- s:0012 b:0012 l:000011 d:000011 FINISH
c:0004 p:---- s:0010 b:0010 l:000009 d:000009 CFUNC :require
c:0003 p:0097 s:0006 b:0006 l:001ab8 d:0012e8 EVAL script/rails:9
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
c:0001 p:0000 s:0002 b:0002 l:001ab8 d:001ab8 TOP

/Users/neil/.rvm/rubies/ruby-1.9.1-p378/lib/ruby/1.9.1/webrick/server.rb:90: [BUG] object allocation during garbage collection phase
ruby 1.9.1p378 (2010-01-10 revision 26273) [i386-darwin10.2.0]

-- control frame ----------
c:0013 p:---- s:0050 b:0050 l:000049 d:000049 CFUNC :select
c:0012 p:0103 s:0043 b:0043 l:000033 d:000042 BLOCK /Users/neil/.rvm/rubies/ruby-1.9.1-p378/lib/ruby/1.9.1/webrick/server.rb:90
c:0011 p:0007 s:0037 b:0037 l:000036 d:000036 METHOD /Users/neil/.rvm/rubies/ruby-1.9.1-p378/lib/ruby/1.9.1/webrick/server.rb:22
c:0010 p:0060 s:0034 b:0034 l:000033 d:000033 METHOD /Users/neil/.rvm/rubies/ruby-1.9.1-p378/lib/ruby/1.9.1/webrick/server.rb:81
c:0009 p:0125 s:0029 b:0029 l:0019f0 d:0019f0 METHOD /Users/neil/.rvm/gems/ruby-1.9.1-p378/gems/rack-1.1.0/lib/rack/handler/webrick.rb:14
c:0008 p:0240 s:0023 b:0023 l:000022 d:000022 METHOD /Users/neil/.rvm/gems/ruby-1.9.1-p378/gems/rack-1.1.0/lib/rack/server.rb:155
c:0007 p:0196 s:0018 b:0018 l:000cf8 d:000cf8 METHOD /Users/neil/.rvm/gems/ruby-1.9.1-p378/gems/railties-3.0.0.beta3/lib/rails/commands/server.rb:62
c:0006 p:0483 s:0015 b:0015 l:000014 d:000014 TOP /Users/neil/.rvm/gems/ruby-1.9.1-p378/gems/railties-3.0.0.beta3/lib/rails/commands.rb:42
c:0005 p:---- s:0012 b:0012 l:000011 d:000011 FINISH
c:0004 p:---- s:0010 b:0010 l:000009 d:000009 CFUNC :require
c:0003 p:0097 s:0006 b:0006 l:001ab8 d:0012e8 EVAL script/rails:9
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
c:0001 p:0000 s:0002 b:0002 l:001ab8 d:001ab8 TOP

-- Ruby level backtrace information-----------------------------------------
/Users/neil/.rvm/rubies/ruby-1.9.1-p378/lib/ruby/1.9.1/webrick/server.rb:90:in select' /Users/neil/.rvm/rubies/ruby-1.9.1-p378/lib/ruby/1.9.1/webrick/server.rb:90:in block in start'
/Users/neil/.rvm/rubies/ruby-1.9.1-p378/lib/ruby/1.9.1/webrick/server.rb:22:in start' /Users/neil/.rvm/rubies/ruby-1.9.1-p378/lib/ruby/1.9.1/webrick/server.rb:81:in start'
/Users/neil/.rvm/gems/ruby-1.9.1-p378/gems/rack-1.1.0/lib/rack/handler/webrick.rb:14:in run' /Users/neil/.rvm/gems/ruby-1.9.1-p378/gems/rack-1.1.0/lib/rack/server.rb:155:in start'
/Users/neil/.rvm/gems/ruby-1.9.1-p378/gems/railties-3.0.0.beta3/lib/rails/commands/server.rb:62:in start' /Users/neil/.rvm/gems/ruby-1.9.1-p378/gems/railties-3.0.0.beta3/lib/rails/commands.rb:42:in <top (required)>'
script/rails:9:in require' script/rails:9:in '

-- C level backtrace information -------------------------------------------

[NOTE]
You may encounter a bug of Ruby interpreter. Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0