Core dump

Core dump
A core dump gets its name from an old memory technology using tiny magnetic cores, shown here at 50x magnification.

In computing, a core dump (more properly a memory dump or storage dump) consists of the recorded state of the working memory of a computer program at a specific time, generally when the program has terminated abnormally (crashed).[1] The name comes from the days when magnetic core memory was used, before the introduction of semiconductor memory; the name has remained established in systems inspired by UNIX long after the technology had faded from use. In practice, other key pieces of program state are usually dumped at the same time, including the processor registers, which may include the program counter and stack pointer, memory management information, and other processor and operating system flags and information. Core dumps are often used to assist in diagnosing and debugging errors in computer programs.

On many operating systems, a fatal error in a program automatically triggers a core dump; by extension the phrase "to dump core" has come to mean, in many cases, any fatal error, regardless of whether a record of the program memory results.

The term "core dump", "memory dump", or just "dump" has become jargon to indicate any storing of a large amount of raw data for further examination.

Contents

Background

Before the advent of disk operating systems and the ability to record large data files, core dumps were paper printouts of the contents of memory, typically arranged in columns of octal or hexadecimal numbers (a "hex dump"), sometimes accompanied by their interpretations as machine language instructions, text strings, or decimal or floating-point numbers (cf. disassembler). In more recent operating systems, a "core dump" is a file containing the memory image of a particular process, or the memory images of parts of the address space of that process, along with other information such as the values of processor registers. These files can be printed or viewed as text, or analysed with specialised tools such as objdump.

Uses of core dumps

Core dumps can serve as useful debugging aids in several situations. On early standalone or batch-processing systems, core dumps allowed a user to debug a program without monopolizing the (very expensive) computing facility for debugging; a printout could also be more convenient than debugging using switches and lights. On shared computers, whether time-sharing, batch processing, or server systems, core dumps allow off-line debugging of the operating system, so that the system can go back into operation immediately. Core dumps allow a user to save a crash for later or off-site analysis, or comparison with other crashes. For embedded computers, it may be impractical to support debugging on the computer itself, so analysis of a dump may take place on a different computer. Some operating systems such as early versions of Unix did not support attaching debuggers to running processes, so core dumps were necessary to run a debugger on a process's memory contents. Core dumps can be used to capture data freed during dynamic memory allocation and may thus be used to retrieve information from a program that is no longer running. In the absence of an interactive debugger, the core dump may be used by an assiduous programmer to determine the error from direct examination.

A core dump represents the complete contents of the dumped regions of the address space of the dumped process. Depending on the operating system, the dump may contain few or no data structures to aid interpretation of the memory regions. In these systems, successful interpretation requires that the program or user trying to interpret the dump understands the structure of the program's memory use.

A debugger can use a symbol table, if one exists, to help the programmer interpret dumps, identifying variables symbolically and displaying source code; if the symbol table is not available, less interpretation of the dump is possible, but there might still be enough possible to determine the cause of the problem. There are also special-purpose tools called dump analyzers to analyze dumps. One popular tool, available on many operating systems, is the GNU binutils' objdump.

On modern Unix-like operating systems, administrators and programmers can read core dump files using the GNU Binutils Binary File Descriptor library (BFD), and the GNU Debugger (gdb) and objdump that use this library. This library will supply the raw data for a given address in a memory region from a core dump; it does not know anything about variables or data structures in that memory region, so the application using the library to read the core dump will have to determine the addresses of variables and determine the layout of data structures itself, for example by using the symbol table for the program undergoing debugging.

Analysts of crash dumps from Linux systems can use kdump or the Linux Kernel Crash Dump (LKCD).[2]

Core dumps can save the context (state) of a process at a given state for returning to it later. Systems can be made highly available by transferring core between processors, sometimes via core dump files themselves.

Core can also be dumped onto a remote host over a network.[3]

Core dump files

Format

In older and simpler operating systems, each process had a contiguous address-space, so a core dump file was simply a binary file with the sequence of bytes or words. In modern operating systems, a process address space may have gaps, and share pages with other processes or files, so more elaborate representations are used; they may also include other information about the state of the program at the time of the dump.

In Unix-like systems, core dumps generally use the standard executable image-format:

Naming

  • Dumps of user-processes traditionally get created as "core".
  • System-wide dumps on modern Unix-like systems often appear as "vmcore" or as "vmcore.incomplete".
  • Systems such as Microsoft Windows which use filename extensions may use the extension ".dmp", e.g., "memory.dmp" or "\Minidump\Mini051509-01.dmp".

See also

Notes

References

  1. ^ core(4): Process core file – Solaris 10 File Formats Reference Manual
  2. ^ Venkateswaran, Sreekrishnan (2008). Essential Linux device drivers. Prentice Hall open source software development series. Prentice Hall. p. 623. ISBN 9780132396554. http://books.google.com/books?id=Boo57V0IOq0C. Retrieved 2010-07-15. "Until the advent of kdump, Linux Kernel Crash Dump (LKCD) was the popular mechanism to obtain and analyze dumps." 
  3. ^ Fedora Documentation Project (2010). Fedora 13 Security Guide. Fultus Corporation. p. 63. ISBN 9781596822146. http://books.google.com/books?id=bh6LSvafC28C. Retrieved 2010-09-29. "Remote memory dump services, like netdump, transmit the contents of memory over the network unencrypted." 

External links

Descriptions for the file format:


Wikimedia Foundation. 2010.

Игры ⚽ Нужен реферат?

Look at other dictionaries:

  • core dump — noun (computer science) dump of the contents of the chief registers in the CPU; usually used for debugging • Topics: ↑computer science, ↑computing • Hypernyms: ↑dump * * * core dump noun (computing) The transfer of the conten …   Useful english dictionary

  • Core Dump — Speicherauszug oder Dump (engl.: [ˈdʌmp]) bezeichnet in der Datenverarbeitung eine Kopie oder Auszug eines Speicherinhaltes. Der Speicherauszug kann auf dem Monitor, Drucker oder als Datei ausgegeben werden und hat die Formate Binär, Oktal oder… …   Deutsch Wikipedia

  • core dump — /ˈkɔ dʌmp/ (say kaw dump) noun Computers 1. a file containing the contents of memory, usually written when a process is aborted, and used for diagnostic purposes. 2. the writing of such a file. Also, memory dump …  

  • core dump — noun Computing a dump of the contents of main memory, carried out typically as an aid to debugging …   English new terms dictionary

  • core dump — noun The recorded state of the memory of a computer program at a specific time, generally when the program has terminated abnormally …   Wiktionary

  • Core Dump — Vorgang unter UNIX, bei dem nach einem ernsten Fehler oder entsprechenden Trap der aktuelle Programmspeicher in eine Datei geschrieben wird …   Acronyms

  • core dump — ● ►en loc. m. ►DEBUG Fichier créé quand un programme plante. Ce fichier contient une image de la mémoire utilisée alors par le programme, qu on peut analyser pour voir ce qui s est mal passé. Parfois orthographié coredump …   Dictionnaire d'informatique francophone

  • Core Dump — Vorgang unter UNIX, bei dem nach einem ernsten Fehler oder entsprechenden Trap der aktuelle Programmspeicher in eine Datei geschrieben wird …   Acronyms von A bis Z

  • Dump — generally refers to a place for disposal of domestic waste. See articles at midden and landfill. Other uses The word has other uses alone or in combination and may refer to: Dump (program), a Unix program for backing up file systems Dump (band),… …   Wikipedia

  • Core — may refer to: Contents 1 Science and Academics 2 Computers and Technology 3 Media …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”