arun.poruri
arun.poruri

Reputation: 75

does user.dmp contain only the most recent crash

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

Upvotes: 0

Views: 219

Answers (2)

Kris Kumler
Kris Kumler

Reputation: 6307

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.

Upvotes: 1

Robert
Robert

Reputation: 3062

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

Upvotes: 1

Related Questions