Professional Researcher's Encyclopaedia

Knowledge is only a click away

Core dump - enyclopaedia article

Core dump

Summary: A core dump is a file containing the contents of memory at the time a program or computer crashed. It can be loaded into a debugger to get some idea of what the program was trying to do when it crashed. In the early days of computing, computer memory was made of wires passing through tiny doughnut-shaped magnetic rings called cores. Hence the term "core" means memory. A dump is to transfer the content of the memory verbatim to record the state of the computer. In early days, a dump was actu ...

read the full Core dump article

Buy Core dump related products:


Buy from Amazon.co.uk Books - Music - Classical - VHS - DVD - Video-games - Software - Electronics - Toys
Buy from Amazon.com Books - Music - Classical - VHS - DVD - Videogames - Software - Electronics - Photo - Toys
Buy from Amazon.ca Books - Music - Classical - VHS - DVD - Video-games - Software - Livres en Français
Buy from Amazon.de - - - - - - -
Buy from Amazon.fr - - - - -
Advanced Product Search (new):    uk    |     us    |     ca    |     de    |     fr

Core dump

     From Wikipedia, the free encyclopedia.

A core dump is a file containing the contents of memory at the time a program or computer crashed. It can be loaded into a debugger to get some idea of what the program was trying to do when it crashed.

In the early days of computing, computer memory was made of wires passing through tiny doughnut-shaped magnetic rings called cores. Hence the term "core" means memory. A dump is to transfer the content of the memory verbatim to record the state of the computer. In early days, a dump was actually a stack of computer printout a few hundred pages long containing all hexadecimal numbers. Programmers read these reports to investigate the cause of a crash. In modern times, a core dump file can be analyzed by a debugger program to provide such information as what values were assigned to variables, what was allocated on the stack, and (if appropriate debugging information was included by the compiler) what line of the program's source code the crash occurred at.


The term is sometimes used on Usenet for a posting that describes what has been happening in the poster's life, especially if it involves emotional stress; the implication is that the material has not been edited or analyzed.

link to this article with the following HTML

 
This article is from Wikipedia. This article was up-to-date as of 8 May 2004 - See live article
All text is available under the terms of the GNU Free Documentation License.

This page is part of Professional Researcher
Web site design by Dean Marshall