Our edpa process is crashing. I need to create a Dr Watson dump file to diagnose the issue. How do I generate a Dr Watson on XP?
Resolution
Click Start, and then click Run.
Type drwtsn32, and then click OK.
Configure Dr Watson to include: Dump Symbol Table Dump All Thread Contexts Append To Existing Log File Create Crash Dump File
Perform the operations which results in application crash\hang.
When crash dialog box appears or the application seems to hung, Click Start, and then click Run. Type Drwtsn32 -p <pid> where <pid> is process id of the application being hung of crashed, e.g. Drwtsn32 -p 1000
Collect the crash dump which in this case was configured to save at C:\user.dmp location.