Tagged Questions
The dr.watson tag has no wiki summary.
1
vote
4answers
4k views
WinDbg Dr. Watson minidump - requires pdb/dll originally built for installed version?
I have a mindmp file from a target's application crash. Is it possible for me to rebuild the dll/pdb files for a version of software and have windbg load symbols correctly?
My problem is that our ...
0
votes
3answers
144 views
How to immediately terminate crashed application?
I have an application that sometimes causes exceptions. And I need to restart it if it crashed. But the problem is, that I have Windows 7 here and when application crashes, Windows shows me nice ...
0
votes
2answers
165 views
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,
...