Skip to content

Instantly share code, notes, and snippets.

@indutny
Created June 26, 2012 13:41
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/923ca7c40e098b4dbb82 to your computer and use it in GitHub Desktop.
Save indutny/923ca7c40e098b4dbb82 to your computer and use it in GitHub Desktop.
Program received signal SIGSEGV, Segmentation fault.
0x00000001000587e9 in uv__req_unregister (req=<optimized out>, loop=<optimized out>) at ../deps/uv/src/uv-common.h:102
102 ngx_queue_remove(&req->active_queue);
(gdb) bt full
#0 0x00000001000587e9 in uv__req_unregister (req=<optimized out>, loop=<optimized out>) at ../deps/uv/src/uv-common.h:102
__func__ = <error reading variable __func__ (Cannot access memory at address 0x94c0)>
#1 uv__stream_destroy (stream=0x102001c90) at ../deps/uv/src/unix/stream.c:122
req = <optimized out>
q = <optimized out>
__func__ = <error reading variable __func__ (Cannot access memory at address 0x94ad)>
#2 0x000000010004bc81 in uv__finish_close (handle=<optimized out>) at ../deps/uv/src/unix/core.c:151
__func__ = <error reading variable __func__ (Cannot access memory at address 0x7d86)>
#3 uv__run_closing_handles (loop=<optimized out>) at ../deps/uv/src/unix/core.c:181
No locals.
#4 uv__run (loop=0x100715120) at ../deps/uv/src/unix/core.c:259
No locals.
#5 0x000000010004bd38 in uv_run (loop=0x100715120) at ../deps/uv/src/unix/core.c:265
No locals.
#6 0x0000000100014835 in node::Start (argc=6, argv=0x7fff5fbff398) at ../src/node.cc:2910
locker = {has_lock_ = true, top_level_ = true, isolate_ = 0x101026800, static active_ = true}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment