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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Memory.dmp 1
Interpreting MEMORY.DMP 9
Memory.dmp 4
Trojan found in Memory.DMP file 1
BSOD and MEMORY.DMP 1
Memory Dump 2
How to analyze memory.dmp 1
Help submitting MEMORY.DMP 7

Back
Top