Skip to content

Instantly share code, notes, and snippets.

@indutny
Created June 26, 2012 16:35
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 indutny/62344b62065c83216515 to your computer and use it in GitHub Desktop.
Save indutny/62344b62065c83216515 to your computer and use it in GitHub Desktop.
Program received signal SIGABRT, Aborted.
0x00007fff8952f0b6 in __kill () from /usr/lib/libSystem.B.dylib
(gdb) bt
#0 0x00007fff8952f0b6 in __kill () from /usr/lib/libSystem.B.dylib
#1 0x00007fff895cf9f6 in abort () from /usr/lib/libSystem.B.dylib
#2 0x00007fff895be62d in szone_error () from /usr/lib/libSystem.B.dylib
#3 0x00007fff894ea723 in tiny_free_list_remove_ptr () from /usr/lib/libSystem.B.dylib
#4 0x00007fff894e7c8e in szone_free_definite_size () from /usr/lib/libSystem.B.dylib
#5 0x0000000100028c15 in node::TCPWrap::AfterConnect (req=<optimized out>, status=0) at ../src/tcp_wrap.cc:370
#6 0x000000010005b1eb in uv__stream_connect (stream=<optimized out>) at ../deps/uv/src/unix/stream.c:795
#7 uv__stream_io (loop=<optimized out>, w=<optimized out>, events=<optimized out>) at ../deps/uv/src/unix/stream.c:745
#8 0x0000000100051b17 in ev_invoke_pending (loop=0x100748900) at ../deps/uv/src/unix/ev/ev.c:2145
#9 0x000000010004dc6d in uv__poll (loop=<optimized out>) at ../deps/uv/src/unix/core.c:248
#10 uv__run (loop=0x1007482a0) at ../deps/uv/src/unix/core.c:257
#11 0x000000010004de10 in uv_run (loop=0x1007482a0) at ../deps/uv/src/unix/core.c:265
#12 0x00000001000163f5 in node::Start (argc=6, argv=0x7fff5fbff388) at ../src/node.cc:2910
#13 0x000000010000eeb8 in ?? ()
#14 0x0000000000000000 in ?? ()
(gdb) bt full
#0 0x00007fff8952f0b6 in __kill () from /usr/lib/libSystem.B.dylib
No symbol table info available.
#1 0x00007fff895cf9f6 in abort () from /usr/lib/libSystem.B.dylib
No symbol table info available.
#2 0x00007fff895be62d in szone_error () from /usr/lib/libSystem.B.dylib
No symbol table info available.
#3 0x00007fff894ea723 in tiny_free_list_remove_ptr () from /usr/lib/libSystem.B.dylib
No symbol table info available.
#4 0x00007fff894e7c8e in szone_free_definite_size () from /usr/lib/libSystem.B.dylib
No symbol table info available.
#5 0x0000000100028c15 in node::TCPWrap::AfterConnect (req=<optimized out>, status=0) at ../src/tcp_wrap.cc:370
req_wrap = 0x1018e01e0
scope = {isolate_ = 0x101026800, prev_next_ = 0x102001250, prev_limit_ = 0x1020031f0, is_closed_ = false}
Segmentation fault
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment