Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created June 19, 2012 16:23
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 isaacs/2955079 to your computer and use it in GitHub Desktop.
Save isaacs/2955079 to your computer and use it in GitHub Desktop.
(gdb) backtrace
#0 0x00007f7e37a142d3 in epoll_wait () from /lib/libc.so.6
#1 0x00000000005f0974 in epoll_poll (loop=0xe7bb00,
timeout=4294967.2949999999) at ../deps/uv/src/unix/ev/ev_epoll.c:150
#2 0x00000000005e8f99 in uv__poll (loop=0xe7b460)
at ../deps/uv/src/unix/core.c:247
#3 uv__run (loop=0xe7b460) at ../deps/uv/src/unix/core.c:257
#4 0x00000000005e9220 in uv_run (loop=0xe7b460)
at ../deps/uv/src/unix/core.c:265
#5 0x000000000059e5a5 in node::Start(int, char**) ()
#6 0x00007f7e3794bc4d in __libc_start_main () from /lib/libc.so.6
#7 0x00000000005949bd in _start ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment