A small memory dump file is a debugging tool for when your computer crashes. It records the smallest set of useful information that may help. But you need to make some configuration settings to create the minidump.
The file is stored in a time encoded file name (MINImmddyy-nn.dmp) in "%SystemRoot%\Minidump".
The file name is based on the month, day, year and copy#. For example; the fourth minidump on January 2nd, 2003 the file will be name MINI010203-04.dmp The files are placed in the %SystemRoot%\Minidump directory.
You need to be logged on as administrator for the logging to occur.
Then a developer can have that minidump file sent them and they will have access to the information as if it happened on their machine.
The dump file includes the following information:
Comments
Post new comment