LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Extracting thread information from core dump using gdb/anytool (https://www.linuxquestions.org/questions/linux-software-2/extracting-thread-information-from-core-dump-using-gdb-anytool-821454/)

Linux_Kid_ 07-22-2010 06:21 AM

Extracting thread information from core dump using gdb/anytool
 
I have a coredump of my simple application crash. I am using gdb to analyze crash.

I am trying to find out all information like signal which cause crash, thread information of system . Can any one tell me how to get thread information from the coredump using gdb or any other recommended tool.

It will be of great help...
Thanks

pfelecan 07-23-2010 03:14 AM

Start with:

(gdb) info threads

and read throughly the section 4.10 "Debugging Programs with Multiple Threads" in the gdb's manual.


All times are GMT -5. The time now is 07:38 PM.