PDF Print E-mail

Debugging Windows

Written by Daniel Mundy
Thursday, 11 December 2008 19:35
  1. Download windbg 32 bit or 64 bit version
  2. Create folder C:\WebSymbols
  3. In windbg, click File, Symbol File Path, and enter: SRV*c:\websymbols*http://msdl.microsoft.com/download/symbols
  4. Click File, Open Crash Dump, and browse to the dump file. eg. C:\Windows\MEMORY.DMP. If you get the message "Debugee not connected" this is normal, just wait as the program is decoding the dump
  5. Type !analyze -v

Note: Ignore any messages about missing symbol files for kernel32!pNlsUserInfo, when using windbg version 6.8.0004.0 (more information).

 

More info on using the Microsoft Symbol Server (step 3).

Other Web Resources:

Random Links I haven't read yet:

Trackback(0)
Comments (0)Add Comment

Write comment

busy
Last Updated on Sunday, 30 May 2010 09:02
 

Are you stuck?

This tech stuff isn't for everyone. If you'd rather just pay someone to fix it for you, email daniel@mundy.com.au.
I'll be happy to help you.


Daniel Mundy