0

I wanted to know if the "user.dmp" created by drwtsn32 has only the most recent crash. I tried to capture a few crashes. But when i tried to analyse it, I just see one crash.

Thanks for the help, Arun

arun.poruri
  • 75
  • 2
  • 6

2 Answers2

1

Yep. I recommend setting WinDbg as the default post-mortem debugger. You can save your dumps from there.

Robert
  • 2,964
  • 1
  • 18
  • 16
  • thanks robert. What I wanted to know was, does the dump have only the most recent crash. Or can I use the dump to analyze the previous 4-5 crashes.? thanks again – arun.poruri Jun 02 '09 at 23:30
  • I'm sorry I wasn't clear, the dump does only have the most recent crash. – Robert Jun 03 '09 at 01:02
1

Just one crash dump, although the log file may contain information on previous crashes. Run drwtsn32.exe (without any arguments) to bring up the configuration dialog.

Kris Kumler
  • 6,307
  • 3
  • 24
  • 27