Skip to content

Instantly share code, notes, and snippets.

@creationix
Created October 1, 2012 15:18
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 creationix/5242c2224211b34ec1ee to your computer and use it in GitHub Desktop.
Save creationix/5242c2224211b34ec1ee to your computer and use it in GitHub Desktop.
0x00007ffff77ff7ac in clock_gettime ()
(gdb) bt
#0 0x00007ffff77ff7ac in clock_gettime ()
#1 0x00007f543f30315d in clock_gettime () from /lib/x86_64-linux-gnu/librt.so.1
#2 0x00000000005f87e1 in uv_hrtime () at ../deps/uv/src/unix/linux/linux-core.c:78
#3 0x00000000005e5539 in uv_update_time (loop=0x1) at ../deps/uv/src/unix/core.c:276
#4 0x00000000005e5572 in uv__run (loop=0x1) at ../deps/uv/src/unix/core.c:253
#5 0x00000000005e5870 in uv_run (loop=0xd95680) at ../deps/uv/src/unix/core.c:265
#6 0x000000000059d5e5 in node::Start(int, char**) ()
#7 0x00007f543e33076d in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x000000000059536d in _start ()
0x00007f543e401b53 in epoll_wait () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) bt
#0 0x00007f543e401b53 in epoll_wait () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00000000005ec284 in epoll_poll (loop=0xd95d20, timeout=4.0229999999999997)
at ../deps/uv/src/unix/ev/ev_epoll.c:150
#2 0x00000000005e55e1 in uv__poll (loop=<optimized out>) at ../deps/uv/src/unix/core.c:247
#3 uv__run (loop=0xd95680) at ../deps/uv/src/unix/core.c:257
#4 0x00000000005e5870 in uv_run (loop=0xd95680) at ../deps/uv/src/unix/core.c:265
#5 0x000000000059d5e5 in node::Start(int, char**) ()
#6 0x00007f543e33076d in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
#7 0x000000000059536d in _start ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment