Tagged Questions
The drwatson tag has no wiki summary.
3
votes
4answers
6k views
Dr. Watson alternatives for Windows 2008+?
We used to use Dr. Watson logfiles and dumps for crash analysis in our production environment, but Dr. Watson is no longer part of server 2k8 and our infrastructure team has had issues getting it ...
2
votes
2answers
138 views
How can I disable all the Windows crash handlers like DrWatson and so on
I'm developing a unit test automatic execution application and I need that when one application crashes no dialog appears. A crash dump would be great but the main requirement is that no dialog is ...
2
votes
0answers
95 views
Drtsn32.exe only catching exception once per reboot
I'm trying to setup Drwtsn32.exe as the crash handler on a windows xp embedded system. I have run drwtsn32.exe -i from the prompt to install it as the default handler. Then I added a couple ...
1
vote
1answer
399 views
How to configure Dr. Watson to silently dump a crashing process without popping up any error dialog box?
I would like to know if it is possible to configure Dr. Watson to silently dump a crashing process without popping up any error dialog box?
We need this because I run a set of integration tests with ...
1
vote
0answers
418 views
way to “reverse” dw20.exe hashes?
Our application has been throwing unhandled exceptions. DW20.exe logs these like this test case:
EventType clr20r3, P1 clr20r3.exe, P2 1.0.0.0, P3 4af175d6, P4 clr20r3, P5 1.0.0.0, P6 4af175d6, P7 1, ...
1
vote
2answers
2k views
ASP.NET Web App freezing on an exception, dw20.exe hanging at 100% CPU
Apologies for the open endedness of this question, but I really don't know what to say.
I've done something to my ASP.NET MVC Web Application to cause an exception which is probably occuring due to ...
1
vote
2answers
886 views
Disabling Windows error reporting (Dr. Watson) for my process
I have an application that is hosting some unstable third-party code which I can't control in an external process to protect my main application from nasty errors it exhibits. My parent process is ...
0
votes
0answers
44 views
Dr Watson not catching crashes
We have intentionally enabled DrWatson as our crash dump handler for a c++ application we maintain. Under what circumstances would a crash dump not be created, when a divide by zero error occurs? We ...
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,
...
0
votes
4answers
628 views
dr watson crash dialog on closing a .NET 2.0 app
We occasionally get a dr watson crash dialog on process exit. The process is .NET 2.0. The
dialog is not very helpful. It says that the process stopped working and in the details
I can see that it was ...