Skip to content

Instantly share code, notes, and snippets.

@indutny
Created June 26, 2012 16:45
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/6567d9cda288a8d026f1 to your computer and use it in GitHub Desktop.
Save indutny/6567d9cda288a8d026f1 to your computer and use it in GitHub Desktop.
Program received signal SIGSEGV, Segmentation fault.
0x000000010004d059 in uv__async_close (handle=0x101c00090) at ../deps/uv/src/unix/async.c:67
67 ngx_queue_remove(&handle->queue);
(gdb) bt
#0 0x000000010004d059 in uv__async_close (handle=0x101c00090) at ../deps/uv/src/unix/async.c:67
#1 0x000000010004dae3 in uv_close (handle=0x101c00090, close_cb=0x1000283e2 <node::TCPWrap::OnClose(uv_handle_s*)>) at ../deps/uv/src/unix/core.c:93
#2 0x0000000100028ba6 in node::TCPWrap::AfterConnect (req=<optimized out>, status=0) at ../src/tcp_wrap.cc:371
#3 0x000000010005b1ab in uv__stream_connect (stream=<optimized out>) at ../deps/uv/src/unix/stream.c:795
#4 uv__stream_io (loop=<optimized out>, w=<optimized out>, events=<optimized out>) at ../deps/uv/src/unix/stream.c:745
#5 0x0000000100051ad7 in ev_invoke_pending (loop=0x100747900) at ../deps/uv/src/unix/ev/ev.c:2145
#6 0x000000010004dc2d in uv__poll (loop=<optimized out>) at ../deps/uv/src/unix/core.c:248
#7 uv__run (loop=0x1007472a0) at ../deps/uv/src/unix/core.c:257
#8 0x000000010004ddd0 in uv_run (loop=0x1007472a0) at ../deps/uv/src/unix/core.c:265
#9 0x0000000100016331 in node::Start (argc=6, argv=0x7fff5fbff388) at ../src/node.cc:2910
#10 0x000000010000edf4 in ?? ()
#11 0x0000000000000000 in ?? ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment