Thursday, September 2, 2010

How to start dump analysis with WinDbg

Just a side note.
  1. Open a dump of interest
  2. Load SOS extensions by executing
    .loadby sos mscorwks
  3. If you receive the error like "Failed to load data access DLL", check your symbol path with ".sympath" command. To set the correct sympath, use
    .sympath srv*c:\mycache*http://msdl.microsoft.com/download/symbols
    and then reload dlls with
    .cordll -ve -u -l

No comments:

Post a Comment