Skip to content

Instantly share code, notes, and snippets.

@tyler
Created April 9, 2018 20:31
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 tyler/94beafc2929b14196fa92c4d334432c2 to your computer and use it in GitHub Desktop.
Save tyler/94beafc2929b14196fa92c4d334432c2 to your computer and use it in GitHub Desktop.
(gdb) thread apply all bt
Thread 3 (Thread 0x2b463a6d2700 (LWP 12278)):
#0 0x00002b4638c5dd84 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000001b5c792 in ?? ()
#2 0x0000000000b46c6b in ?? ()
#3 0x0000000000b4555c in ?? ()
#4 0x00000000009b677d in ?? ()
#5 0x00000000009b51f2 in ?? ()
#6 0x00000000009b52c9 in ?? ()
#7 0x00002b4638c59e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#8 0x00002b463a0062ed in clone () from /lib/x86_64-linux-gnu/libc.so.6
#9 0x0000000000000000 in ?? ()
Thread 2 (Thread 0x2b463a4d1700 (LWP 12277)):
#0 0x00002b4638c5dd84 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000001b5c792 in ?? ()
#2 0x0000000000b4627b in ?? ()
#3 0x0000000000b4555c in ?? ()
#4 0x00000000009b677d in ?? ()
#5 0x00000000009b51f2 in ?? ()
#6 0x00000000009b4fd2 in ?? ()
#7 0x00002b4638c59e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#8 0x00002b463a0062ed in clone () from /lib/x86_64-linux-gnu/libc.so.6
#9 0x0000000000000000 in ?? ()
Thread 1 (Thread 0x2b4638a5c600 (LWP 12276)):
#0 0x00002b4638c5dd84 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000001b5c792 in ?? ()
#2 0x0000000000b420ab in ?? ()
#3 0x0000000000b3e224 in ?? ()
#4 0x0000000000b37cb2 in ?? ()
#5 0x000000000094340b in ?? ()
#6 0x00002b4639f317ed in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
#7 0x0000000000943029 in ?? ()
#8 0x00007ffd1b5ead98 in ?? ()
#9 0x000000000000001c in ?? ()
#10 0x0000000000000007 in ?? ()
#11 0x00007ffd1b5eb7fb in ?? ()
#12 0x00007ffd1b5eb81d in ?? ()
#13 0x00007ffd1b5eb828 in ?? ()
#14 0x00007ffd1b5eb83a in ?? ()
#15 0x00007ffd1b5eb857 in ?? ()
---Type <return> to continue, or q <return> to quit---
#16 0x00007ffd1b5eb875 in ?? ()
#17 0x00007ffd1b5eb878 in ?? ()
#18 0x0000000000000000 in ?? ()
(gdb) quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment