Skip to content

Instantly share code, notes, and snippets.

@pauldix
Created November 14, 2009 18:50
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 pauldix/234696 to your computer and use it in GitHub Desktop.
Save pauldix/234696 to your computer and use it in GitHub Desktop.
/usr/local/lib/ruby/gems/1.9.1/gems/typhoeus-0.1.6/lib/typhoeus/multi.rb:20: [BUG] Segmentation fault
ruby 1.9.1p243 (2009-07-16 revision 24175) [i686-linux]
-- control frame ----------
c:0007 p:---- s:0019 b:0019 l:000018 d:000018 CFUNC :multi_perform
c:0006 p:0019 s:0016 b:0016 l:000015 d:000015 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/typhoeus-0.1.6/lib/typhoeus/multi.rb:20
c:0005 p:0023 s:0013 b:0013 l:000012 d:000012 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/typhoeus-0.1.6/lib/typhoeus/hydra.rb:56
c:0004 p:0023 s:0010 b:0010 l:000009 d:000009 METHOD source_worker.rb:39
c:0003 p:0143 s:0007 b:0007 l:0020bc d:0018d8 EVAL source_worker.rb:152
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
c:0001 p:0000 s:0002 b:0002 l:0020bc d:0020bc TOP
---------------------------
-- Ruby level backtrace information-----------------------------------------
/usr/local/lib/ruby/gems/1.9.1/gems/typhoeus-0.1.6/lib/typhoeus/multi.rb:20:in `multi_perform'
/usr/local/lib/ruby/gems/1.9.1/gems/typhoeus-0.1.6/lib/typhoeus/multi.rb:20:in `perform'
/usr/local/lib/ruby/gems/1.9.1/gems/typhoeus-0.1.6/lib/typhoeus/hydra.rb:56:in `run'
source_worker.rb:39:in `run'
source_worker.rb:152:in `<main>'
-- C level backtrace information -------------------------------------------
0x812dd38 ruby(rb_vm_bugreport+0x48) [0x812dd38]
0x815c891 ruby [0x815c891]
0x815c908 ruby(rb_bug+0x28) [0x815c908]
0x80d95e6 ruby [0x80d95e6]
0x64a440 [0x64a440]
0x8e7057 /usr/local/lib/libcurl.so.4 [0x8e7057]
0x8e7499 /usr/local/lib/libcurl.so.4(curl_multi_perform+0x59) [0x8e7499]
0x1196ee /usr/local/lib/ruby/gems/1.9.1/gems/typhoeus-0.1.6/lib/typhoeus/native.so [0x1196ee]
0x119b67 /usr/local/lib/ruby/gems/1.9.1/gems/typhoeus-0.1.6/lib/typhoeus/native.so [0x119b67]
0x811c48d ruby [0x811c48d]
0x8121284 ruby [0x8121284]
0x8123c5f ruby [0x8123c5f]
0x81278c4 ruby [0x81278c4]
0x8127a04 ruby(rb_iseq_eval_main+0x94) [0x8127a04]
0x805d34f ruby(ruby_exec_node+0x9f) [0x805d34f]
0x805e876 ruby(ruby_run_node+0x46) [0x805e876]
0x805bf40 ruby(main+0x60) [0x805bf40]
0x34a775 /lib/tls/i686/nosegneg/libc.so.6(__libc_start_main+0xe5) [0x34a775]
0x805be41 ruby [0x805be41]
[NOTE]
You may encounter a bug of Ruby interpreter. Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment