Difference between revisions of "Creating A Dump File"
From WireCAD Online Help
Wirecadadmin (Talk | contribs) (Created page with "This page describes the process for creating a dump of your memory system while WireCAD is running or immediately after a crash. What is a dump file? A dump file contain...") |
Wirecadadmin (Talk | contribs) |
||
Line 1: | Line 1: | ||
This page describes the process for creating a dump of your memory system while WireCAD is running or immediately after a crash. | This page describes the process for creating a dump of your memory system while WireCAD is running or immediately after a crash. | ||
+ | Definitions | ||
+ | #Crash: the application quits working without warning and Window reports that the application has quit unexpectedly. It is very unusual for WireCAD to crash. Please note that a crash is NOT a logical error in the code that causes the standard WireCAD exception handler to pop up (the unhappy face form). Crashes are catastrophic. They are unrecoverable and may corrupt data. | ||
+ | #Hang | ||
+ | # | ||
− | |||
+ | |||
+ | |||
+ | == What is a dump file? == | ||
A dump file contains all of the memory on your machine relating to the program that is under scrutiny. | A dump file contains all of the memory on your machine relating to the program that is under scrutiny. | ||
+ | |||
+ | A full dump file can be quite large as it contains the values of all memory locations used by the application. | ||
+ | |||
+ | A mini dump file is often enough information for us to determine the offending code or hardware. | ||
+ | |||
+ | |||
+ | |||
+ | How to Generate a Dump File? | ||
+ | |||
+ | If an application crashes |
Revision as of 15:01, 17 July 2014
This page describes the process for creating a dump of your memory system while WireCAD is running or immediately after a crash.
Definitions
- Crash: the application quits working without warning and Window reports that the application has quit unexpectedly. It is very unusual for WireCAD to crash. Please note that a crash is NOT a logical error in the code that causes the standard WireCAD exception handler to pop up (the unhappy face form). Crashes are catastrophic. They are unrecoverable and may corrupt data.
- Hang
What is a dump file?
A dump file contains all of the memory on your machine relating to the program that is under scrutiny.
A full dump file can be quite large as it contains the values of all memory locations used by the application.
A mini dump file is often enough information for us to determine the offending code or hardware.
How to Generate a Dump File?
If an application crashes