Core dump

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
m (Changed image to larger variant.)
m (Fix on referenced link.)
 
(3 intermediate revisions by one user not shown)
Line 8: Line 8:
  
 
File names are usually just <code>core</code> or start with a prefix of <code>core.</code>, depending on system configuration.
 
File names are usually just <code>core</code> or start with a prefix of <code>core.</code>, depending on system configuration.
 +
 +
In modern [[Linux]] environments, particularly those using <code>systemd</code>, core dumps are generally compressed by default. This feature was introduced in v215,<ref>[https://www.freedesktop.org/software/systemd/man/latest/coredump.conf.html#Compress= Compress section - coredump.conf.html - systemd manual]</ref> which was released on 2014-07-03.
  
 
== Format ==
 
== Format ==
Core files are often in a version or extension of the [[Executables|OS executable file format]], such as [[ELF]].
+
Core files are often in a version or extension of the [[Executables|OS executable file format]], such as [[ELF]].<ref>[[wikipedia:core_dump#Format|Format section - Core dump - Wikipedia]]</ref>
  
 
== Specifications ==
 
== Specifications ==

Latest revision as of 18:07, 15 August 2025

File Format
Name Core dump
Ontology

Icon used to describe core files in Apache Web server[1]

Icon used to describe core files in Apache Web server[1]

A core dump file is the saved image of a program's memory state from a Unix-style OS, usually made when it crashes, so that a developer can debug it. The name refers to the days when computers used magnetic core memory for their RAM.

File names are usually just core or start with a prefix of core., depending on system configuration.

In modern Linux environments, particularly those using systemd, core dumps are generally compressed by default. This feature was introduced in v215,[2] which was released on 2014-07-03.

Contents

[edit] Format

Core files are often in a version or extension of the OS executable file format, such as ELF.[3]

[edit] Specifications

[edit] Software

Core files are usually generated by the OS itself, and can be read by debugging tools for the system they were created on.

In modern Linux environments, those with systemd in particular, core files can be centrally managed as a benefit.

[edit] Resources

[edit] References

  1. httpd-autoindex.conf.in - Apache SVN
  2. Compress section - coredump.conf.html - systemd manual
  3. Format section - Core dump - Wikipedia
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox