Install Windows Debugging Tools
1) Create folder c:\symbols 2) Download and install the http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx
3) Locate your latest memory.dmp file- C:\windows\memory.dmp
4) open a CMD prompt and cd\program files\debugging tools for windows\ 5) type the following stuff:
Code:
c:\program files\debugging tools>kd -z C:\windows\memory.dmp
kd> .logopen c:\debuglog.txt kd> .sympath srv*c:\symbols*http://msdl.microsoft.com/download/symbols kd> .reload;!analyze -v;r;!thread;lmnt;.logclose;q
1) Create folder c:\symbols 2) Download and install the http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx
3) Locate your latest memory.dmp file- C:\windows\memory.dmp
4) open a CMD prompt and cd\program files\debugging tools for windows\ 5) type the following stuff:
Code:
c:\program files\debugging tools>kd -z C:\windows\memory.dmp
kd> .logopen c:\debuglog.txt kd> .sympath srv*c:\symbols*http://msdl.microsoft.com/download/symbols kd> .reload;!analyze -v;r;!thread;lmnt;.logclose;q
No comments:
Post a Comment