Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Debugging a DUMP file in XP

Status
Not open for further replies.

bcastner

IS-IT--Management
Aug 13, 2002
29,271
US
First step, you need to enable XP to create DUMP files when a system error or BSOD error occurs. Microsoft explains the settings required here:

Second step is to download and install, to their default locations, the XP Symbol package and the XP Debugging tools:

[li]Symbols:[/li] [li]Debugging Tools - Current Release:[/li]

Third step (highly recommended): Download MS-MVP and creator of WindowsBBS site Arie Slob's little debug wrapper application DebugWiz:
Unzip and move to \Windows\System32

Now the next time a critical error or BSOD occurs, a DUMP file will be created.

[li]A critical program error occurs: The DUMP file will be found in \Documents and Settings\All Users\Application Data\Microsoft\Dr Watson\user.dmp[/li]

[li]For BSOD errors the DUMP file will be found at C:\WINDOWS\Minidump\MEMORY.DMP (mini-model setting) or be found for large model settings at C:\MEMORY.DMP[/li]

What to do when a DUMP file is created:

Start, Run, CMD
dumpwiz

Browse using the tool to your dump file.
Click 'Generate Log'
Exit

Your debugging log can be found and opened in Notepad at the location C:\debuglog.txt

Resources:
[li]Help and training resources:

[/li]
[li]Debugging Tool Documentation:
[/li]

My thanks to Arie and the other good folks at WindowsBBS:






____________________________
Users Helping Users
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top