ccoredump

What does a core dump of a C code mean ?


What does the extension of the core dump mean and how to read core dump file? As in when I open the file in text editors, I get garbage values.

Note : Its extension is something like .2369


Solution

  • The extension is most often the process ID that crashed. You need to examine the file with a debug tool.