LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how can i trace the core dump (https://www.linuxquestions.org/questions/linux-newbie-8/how-can-i-trace-the-core-dump-509657/)

dayalan_cse 12-12-2006 04:40 AM

how can i trace the core dump
 
gdb core.17259
GNU gdb 6.0
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu"..."./core.17259": not in executable format: File format not recognized

(gdb) r
Starting program:
No executable file specified.
Use the "file" or "exec-file" command.
(gdb) q


Thanks & Regards
dayalan

bulliver 12-12-2006 08:43 AM

man gdb:

-c or -core
Use file file as a core dump to examine.

So try:

gdb -c core.17259


All times are GMT -5. The time now is 01:32 PM.