Skip to content

Instantly share code, notes, and snippets.

Created March 3, 2016 15:47
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 anonymous/7fceb633618e9934ba35 to your computer and use it in GitHub Desktop.
Save anonymous/7fceb633618e9934ba35 to your computer and use it in GitHub Desktop.
[BUG] Segmentation fault at 0x00000000000630
ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-linux]
-- Machine register context ------------------------------------------------
RIP: 0x00007ff13114f83a RBP: 0x00007ffef565e4e0 RSP: 0x00007ffef565e4b0
RAX: 0x0000000000000000 RBX: 0x0000000000000000 RCX: 0x0000000000000038
RDX: 0x00000000012bbfe0 RDI: 0x00000000012bbfe0 RSI: 0x0000000000000000
R8: 0x0000000000000004 R9: 0x0000000001255d80 R10: 0x00007ffef565e2a0
R11: 0x00007ff1205d7c92 R12: 0x00000000012bbfe0 R13: 0x000000000127d0a0
R14: 0x0000000000000000 R15: 0x0000000000000000 EFL: 0x0000000000010202
-- C level backtrace information -------------------------------------------
/home/volty/.rbenv/versions/2.3.0/lib/libruby.so.2.3(rb_vm_bugreport+0x51f) [0x7ff13129fa0f] vm_dump.c:688
/home/volty/.rbenv/versions/2.3.0/lib/libruby.so.2.3(rb_bug_context+0xd0) [0x7ff131129320] error.c:435
/home/volty/.rbenv/versions/2.3.0/lib/libruby.so.2.3(sigsegv+0x3e) [0x7ff13120867e] signal.c:890
/lib/x86_64-linux-gnu/libc.so.6 [0x7ff130d1ad40]
/home/volty/.rbenv/versions/2.3.0/lib/libruby.so.2.3(ruby_xfree+0x1a) [0x7ff13114f83a] gc.c:7793
/home/volty/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/nokogiri-1.6.7.2/lib/nokogiri/nokogiri.so(xmlCleanupCharEncodingHandlers+0x9b) [0x7ff1205d8c9b]
/home/volty/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/nokogiri-1.6.7.2/lib/nokogiri/nokogiri.so(xmlCleanupParser+0x15) [0x7ff12060989a]
/lib/x86_64-linux-gnu/libc.so.6(__run_exit_handlers+0xd9) [0x7ff130d20259] exit.c:82
/lib/x86_64-linux-gnu/libc.so.6(exit+0x15) [0x7ff130d202a5] exit.c:104
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xfc) [0x7ff130d05ecc] libc-start.c:321
[0x4008b9]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment