What does the core dump extension mean and how to read the kernel dump file? As in the case when I open the file in text editors, I get garbage values.
Note. Its extension is something like.2369
.2369
An extension is most often an identifier for a process that crashed. You need to examine the file using the debug tool.
You can use gdb to read the core dump. The extension is the process identifier.
Here is a link to the stream explaining how to do this.
And here is the gdb tutorial .
- , . , , . "" coredump . . . . , "", .
"". , , / . , . , , PID , .
core dumps , ,
"" ; , , .
The value at the end of the file name must be system dependent. I usually use a debugger like GDB, along with my program to examine such files.
Source: https://habr.com/ru/post/1747424/More articles:HQL to JPQL Question - hibernateWhat is the most polished OSS ticketing system? - emailWhat is the use and general practical use of using Tuples in .NET 4.0? - tuplesIPhone application and programming updates - iphoneHow to check SQLite3 syntax? - syntax-checkingHelp with a simple query - why not using an index? - sql-serverHow can I clear the content without fear, "stop working with this script?" dialogue? - javascriptКак выполнять пакетные загрузки в SQL Server? - mergeIs it possible to list the number of lines? - c #how to determine how many jQuery objects are on the page? - javascriptAll Articles