core format not recognized
Christian Christmann <[email protected]>
| Newsgroups | gmane.comp.gnu.utils |
|---|---|
| Organization | CS Department, University of Dortmund, Germany |
| Message-ID | <[email protected]> |
Hi, after running an application and getting an segmentation fault, I want to figure what part of the code is responsible for that. For this purpose I use GNU gdb 6.4.90-debian. I run: "gdb EXECUTABLE core" and get the error message: core" is not a core dump: File format not recognized (code is compiled with gcc 3.4.6 and -g) So, debugging is not possible. Any ideas what might be wrong? Regards, Chris