Skip to content

Instantly share code, notes, and snippets.

@yoshikaw
Created February 6, 2015 05:58
Show Gist options
  • Save yoshikaw/9d43a0e244015f1a70a1 to your computer and use it in GitHub Desktop.
Save yoshikaw/9d43a0e244015f1a70a1 to your computer and use it in GitHub Desktop.
(gdb) info thread
* 1 Thread 25658 0x0000003c83a32925 in raise () from /lib64/libc.so.6
(gdb) thread apply all where
Thread 1 (Thread 25658):
#0 0x0000003c83a32925 in raise () from /lib64/libc.so.6
#1 0x0000003c83a34105 in abort () from /lib64/libc.so.6
#2 0x00000000004066f0 in CoreDump ()
#3 <signal handler called>
#4 0x0000000000419dfe in rem ()
#5 0x000000000041b9bf in MarkProcess ()
#6 0x0000000000437831 in DoProcess ()
#7 0x00000000004375ca in ProcessInput2 ()
#8 0x00000000004374e8 in ProcessInput ()
#9 0x0000000000456af8 in disp_readev_fn ()
#10 0x0000000000460cad in sched ()
#11 0x0000000000406066 in main ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment