Login to participate
Security ArticlesRSS

How do I Create a Crash / Mini Dump manually for Windows based systems using Dr. Watson?

Abhishek Pradhan's picture

To enable Minidumps / Crash Dumps in Windows XP using Dr. Watson, follow the process given below:

Go to START > RUN and type "drwtsn32" (without the quotes) at the prompt and click "OK". This will open the Dr. Watson utility.

Apply the following settings:

  • Crash Dump Type: Mini
  • Check "Dump Symbol Table", "Dump All Thread Contexts", & "Create Crash Dump File"
  • Set "Number Of Instructions" and "Number Of Errors To Save" to 50.
  • Uncheck "Append To Existing Log"

imagebrowser image

Please note the location of the Crash Dump path so you can find the minidump later and then click "OK"

Finally, reproduce your crash. This will save a Minidump file in the previously defined crash dump path location.

The typical file name is "xxxxx.dmp"

Nel Ramos's picture

thanks for the

thanks for the information..
by the way, where do we use this?
havent tried this before..
thanks..

Nel Ramos

Paul Mapacpac's picture

Re

You will need the Microsoft Debugger Tool to view these dmp files.

Kadoneng's picture

could we have the MS debugger

could we have the MS debugger Paul..
thanks

Vikram Kumar-SAV to SEP's picture

BSOD

This helps in BSOD or hang cases

Celebrating 2 years as a community member....

Santosh C's picture

Good info

Thanks Abhishek,

This information is very helpful in BSOD cases as Vikram mentioned.
Please keep sharing such info.....

Thanks :)