Install debugging tools
- Download the debug tools from here: Windows Driver Kit v 7.1.0
- Unpack the ISO or burn it to a CD (I do unpack it with WinRAR)
- Go to
\Debuggers and install the correct version for your OS (in my case the setup_amd64.exe)
Debug a minidump
- Create a symbols folder (I created D:\temp\symbols)
- Start WinDBG.exe
- File -> Symbol File Path...
Enter "srv*d:\temp\symbols*http://msdl.microsoft.com/download/symbols" (change the bold to your directory) - File -> Open Crash Dump...
- Wait for the WinDBG to take input and enter the following command
"!analyze -show"
"!analyze -v" - Look at the output to find the cause of the dump
No comments:
Post a Comment