Created
July 2, 2013 08:23
-
-
Save seriousManual/5907614 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
futex(0x7fad86ffd9d0, FUTEX_WAIT, 14380, NULL | |
(gdb) bt | |
#0 0x0000003322009080 in pthread_join () from /lib64/libpthread.so.0 | |
#1 0x00000000006d431e in uv_thread_join () | |
#2 0x00000000005868ea in ?? () | |
#3 0x000000332180f77e in _dl_fini () from /lib64/ld-linux-x86-64.so.2 | |
#4 0x0000003321c39931 in __run_exit_handlers () from /lib64/libc.so.6 | |
#5 0x0000003321c399b5 in exit () from /lib64/libc.so.6 | |
#6 0x000000000058cbc7 in node::Exit(v8::Arguments const&) () | |
#7 0x00000000007073db in ?? () | |
#8 0x0000378b16606362 in ?? () |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment