microsoft:debugging
Microsoft - Debugging
Scott Forsyth's Blog - Reading a memory.dmp or other .dmp file
Windows Dev Center - Download and Install Debugging Tools for Windows
Windows Dev Center - Crash Dump Analysis
Windows Dev Center - Bug Check Code Reference
TechNet Blogs > The troubleshooters and problem solvers... > You got a B.S.O.D. (Blue Screen of Death, known as Bug Checks), now what?
Analyse MEMORY.DMP
Either:
- Download NirSoft - BlueScreenView.
- Start BlueScreenView to get the reason for the crash from the minidumps in C:\Windows\Minidump.
Or:
- Download the Windows 10 SDK fromDownload Debugging Tools for Windows and install the “Debugging Tools for Windows” rom it.
- This can be done on another PC than where the MEMORY.DMP was made.
- Start WinDbg via Start → All Programs → Debugging Tools for Windows → WinDbg
- Set the symbol file path via menu File → Symbol File Path.
- Copy and paste to the Symbol Search Path window:
**%%SRV*c:\websymbols*http:msdl.microsoft.com/download/symbols%%**
- Load the MEMORY.DMP via menu File → Open Crash Dump.
- Click Yes at “Save Information for Workspace”.
- Wait for the result.
Sources:
microsoft/debugging.txt · Last modified: 2021/11/10 17:28 by bas