Need to look at a MEMORY.DMP

  • Thread starter Thread starter Dave Bradley
  • Start date Start date
D

Dave Bradley

I want to analyze a MEMORY.DMP crash dump file on Windows
2000 Advanced Server. What tools exist to do this? I'm
specifically trying to find out what application might have
caused the system panic and even possibly get a stack dump
with symbols. Thanks for any help.

Dave
 
Dave said:
I want to analyze a MEMORY.DMP crash dump file on Windows
2000 Advanced Server. What tools exist to do this? I'm
specifically trying to find out what application might have
caused the system panic and even possibly get a stack dump
with symbols. Thanks for any help.

windbg -- part of the Windows Debugging tools from
http://www.microsoft.com/whdc/ddk/debugging/default.mspx is what you want.

With it you can open and analyse crash dumps, connect to a local copy of
symbols or the MS symbols server etc.
 
Back
Top