Skip to content

Instantly share code, notes, and snippets.

@etagwerker
Created June 27, 2011 02:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save etagwerker/1048200 to your computer and use it in GitHub Desktop.
Save etagwerker/1048200 to your computer and use it in GitHub Desktop.
Segmentation Fault for God-rb on Fedora 14
I [2011-06-26 21:56:53] INFO: resque-1.17.1 moved 'up' to 'start'
/usr/local/rvm/gems/ruby-1.9.2-p0/gems/god-0.11.0/lib/god/event_handler.rb:62: [BUG] Segmentation fault
ruby 1.9.2p0 (2010-08-18 revision 29036) [i686-linux]
-- control frame ----------
c:0007 p:---- s:0018 b:0018 l:000017 d:000017 CFUNC :handle_events
c:0006 p:0012 s:0015 b:0015 l:001e2c d:000014 BLOCK /usr/local/rvm/gems/ruby-1.9.2-p0/gems/god-0.11.0/lib/god/event_handler.rb:62
c:0005 p:---- s:0011 b:0011 l:000010 d:000010 FINISH
c:0004 p:---- s:0009 b:0009 l:000008 d:000008 CFUNC :loop
c:0003 p:0009 s:0006 b:0006 l:001e2c d:000005 BLOCK /usr/local/rvm/gems/ruby-1.9.2-p0/gems/god-0.11.0/lib/god/event_handler.rb:60
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
c:0001 p:---- s:0002 b:0002 l:000001 d:000001 TOP
---------------------------
-- Ruby level backtrace information ----------------------------------------
/usr/local/rvm/gems/ruby-1.9.2-p0/gems/god-0.11.0/lib/god/event_handler.rb:60:in `block in start'
/usr/local/rvm/gems/ruby-1.9.2-p0/gems/god-0.11.0/lib/god/event_handler.rb:60:in `loop'
/usr/local/rvm/gems/ruby-1.9.2-p0/gems/god-0.11.0/lib/god/event_handler.rb:62:in `block (2 levels) in start'
/usr/local/rvm/gems/ruby-1.9.2-p0/gems/god-0.11.0/lib/god/event_handler.rb:62:in `handle_events'
-- C level backtrace information -------------------------------------------
/usr/local/rvm/rubies/ruby-1.9.2-p0/lib/libruby.so.1.9(rb_vm_bugreport+0x72) [0x742432]
/usr/local/rvm/rubies/ruby-1.9.2-p0/lib/libruby.so.1.9(+0x537d1) [0x60d7d1]
/usr/local/rvm/rubies/ruby-1.9.2-p0/lib/libruby.so.1.9(rb_bug+0x3a) [0x60e4fa]
/usr/local/rvm/rubies/ruby-1.9.2-p0/lib/libruby.so.1.9(+0x1124cc) [0x6cc4cc]
[0xc2740c]
/usr/local/rvm/rubies/ruby-1.9.2-p0/lib/libruby.so.1.9(rb_hash_aset+0x85) [0x630c25]
/usr/local/rvm/gems/ruby-1.9.2-p0/gems/god-0.11.0/ext/god/netlink_handler_ext.so(nlh_handle_events+0x2a4) [0x1dbb64]
/usr/local/rvm/rubies/ruby-1.9.2-p0/lib/libruby.so.1.9(+0x17394d) [0x72d94d]
/usr/local/rvm/rubies/ruby-1.9.2-p0/lib/libruby.so.1.9(+0x181baa) [0x73bbaa]
/usr/local/rvm/rubies/ruby-1.9.2-p0/lib/libruby.so.1.9(+0x178b83) [0x732b83]
/usr/local/rvm/rubies/ruby-1.9.2-p0/lib/libruby.so.1.9(+0x17df90) [0x737f90]
/usr/local/rvm/rubies/ruby-1.9.2-p0/lib/libruby.so.1.9(+0x1827b5) [0x73c7b5]
/usr/local/rvm/rubies/ruby-1.9.2-p0/lib/libruby.so.1.9(rb_rescue2+0x139) [0x614e49]
/usr/local/rvm/rubies/ruby-1.9.2-p0/lib/libruby.so.1.9(+0x174095) [0x72e095]
/usr/local/rvm/rubies/ruby-1.9.2-p0/lib/libruby.so.1.9(+0x17394d) [0x72d94d]
/usr/local/rvm/rubies/ruby-1.9.2-p0/lib/libruby.so.1.9(+0x181baa) [0x73bbaa]
/usr/local/rvm/rubies/ruby-1.9.2-p0/lib/libruby.so.1.9(+0x178b83) [0x732b83]
/usr/local/rvm/rubies/ruby-1.9.2-p0/lib/libruby.so.1.9(+0x17df90) [0x737f90]
/usr/local/rvm/rubies/ruby-1.9.2-p0/lib/libruby.so.1.9(rb_vm_invoke_proc+0x86) [0x738d36]
/usr/local/rvm/rubies/ruby-1.9.2-p0/lib/libruby.so.1.9(+0x18efef) [0x748fef]
/usr/local/rvm/rubies/ruby-1.9.2-p0/lib/libruby.so.1.9(+0x18f122) [0x749122]
/lib/libpthread.so.0(+0x5f19) [0x846f19]
/lib/libc.so.6(clone+0x5e) [0x2d4c4e]
[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html
Aborted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment