Application Crash Dump Location
In computing, a core dump or Crash 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). 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. The name comes from the once-standard core memory technology. Core dumps are often used to diagnose or debug errors in computer programs.
On many operating systems, a fatal error in a program automatically triggers a core dump, and 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” has become jargon to indicate any deposition of a large amount of unedited data for further examination.
Reference – Core Dump at Wikipedia
- Ask the Performance Team : Capturing Application Crash Dumps – Following on from our posts on the Basic Troubleshooting Toolkit and Basic Debugging of an Application Crash , let’s talk about actually capturing Application crash dumps and failures. Most administrators are familiar with the Dr. Watson for Windows tool
- How to Change the Default Location of an Application Crash Dump – Citrix Knowledge Center – Citrix tech note CTX115602, last updated Sep 3, 2008.
- Specify the System Crash Dump File Location at Registry Guide for Windows – This tweak is used to specify the location where the dump file should be written after a system crash.
- Crash dump location – When the system crashes–blue screen, etc.–where can I find the log files or error code dumps to further investigate? thanks! …
- Application Crash Dumps Capture – Most administrators are familiar with the Dr. Watson for Windows tool that has been around since the days of Windows NT.An updated versionof thistool, DrWtsn32,still exists in Windows XP and Windows Server
- How to use WinDbg to analyze the crash dump for VC++ application. – At Stack Overflow
- Ask the Performance Team : Understanding Crash Dump Files – At the end of 2007 we talked about Bugchecks and why they happen . Today we’re going to talk about the Crash Dump files themselves – the different types of dumps, how the dumps themselves are generated and why you will need a correctly sized page
- How to
solve Windows system crashes in minutes - - Network World – This primer will show you how to solve problems quickly. Using a tool that costs nothing, you can solve approximately 50% of Windows server and workstation crashes in a few minutes.
- Help interpreting a Crash Dump for Windows XP Pro SP2 – I am new to crash dump analysis and would love some help interpreting this dump. Seems like a huge stack and if I had to guess I would think Windows is blaming itself so I would appreciate some…
- Howto: Use the Windows Debugging Tools to analyze a crash dump (BSOD) – How to use the Windows Debugging Tools to analyze a crash dump
- Collecting Crash dump on vista – Collecting Crash dump on vista
Related Posts:
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.


Leave a comment.