Début

Posts Tagged ‘bsod’

Quick Debugging Blue Screen of Death – BSOD

Quick Analyzing of Blue Screen:
1. Obtain MEMORY.dmp file
2. Download:
a. Windows Debugging Tools
b. Symbols (optional)
3. Issue this command:
windbg -y SRV*c:\symbols*http://msdl.microsoft.com/download/symbols -z “Change this LOCATION to drive letter:\MEMORY.DMP”
Windows Debugging Tools will then obtain symbols on demand from Microsoft. This will save you time.
You also have the option to install symbol yourself but I couldn’t have windbg to [...]

Continue Reading...