Mar 31, 2008 #1 bobbyforhire Technical User Joined Mar 11, 2008 Messages 253 Location US What is anybody/everybody using to read the .dmp files in the c:\windows\minidump folder.
Mar 31, 2008 #2 BadBigBen MIS Joined Feb 8, 2003 Messages 8,262 Location DE have you tried notepad? Ben "If it works don't fix it! If it doesn't use a sledgehammer..." Upvote 0 Downvote
Mar 31, 2008 #3 linney Technical User Joined Nov 5, 2001 Messages 23,902 Location AU Download Windows Symbol Packages http://www.microsoft.com/whdc/DevTools/Debugging/symbolpkg.mspx Debugging Tools and Symbols: Getting Started http://www.microsoft.com/whdc/devtools/debugging/debugstart.mspx 314084 - How to gather information after a memory dump in Windows XP http://support.microsoft.com/default.aspx?scid=kb;en-us;314084&FR=1&PA=1&SD=HSCH 315271 - How to Use Dumpchk.exe to Check a Memory Dump File http://support.microsoft.com/default.aspx?scid=kb;en-us;315271&FR=1&PA=1&SD=HSCH 254649 - Overview of memory dump file options for Windows 2000, for Windows XP, and for Windows Server 2003 http://support.microsoft.com/default.aspx?scid=kb;en-us;254649&FR=1&PA=1&SD=HSCH 315263 - How to read the small memory dump files that Windows creates for debugging http://support.microsoft.com/default.aspx?scid=kb;en-us;315263&FR=1&PA=1&SD=HSCH Upvote 0 Downvote
Download Windows Symbol Packages http://www.microsoft.com/whdc/DevTools/Debugging/symbolpkg.mspx Debugging Tools and Symbols: Getting Started http://www.microsoft.com/whdc/devtools/debugging/debugstart.mspx 314084 - How to gather information after a memory dump in Windows XP http://support.microsoft.com/default.aspx?scid=kb;en-us;314084&FR=1&PA=1&SD=HSCH 315271 - How to Use Dumpchk.exe to Check a Memory Dump File http://support.microsoft.com/default.aspx?scid=kb;en-us;315271&FR=1&PA=1&SD=HSCH 254649 - Overview of memory dump file options for Windows 2000, for Windows XP, and for Windows Server 2003 http://support.microsoft.com/default.aspx?scid=kb;en-us;254649&FR=1&PA=1&SD=HSCH 315263 - How to read the small memory dump files that Windows creates for debugging http://support.microsoft.com/default.aspx?scid=kb;en-us;315263&FR=1&PA=1&SD=HSCH
Mar 31, 2008 Thread starter #4 bobbyforhire Technical User Joined Mar 11, 2008 Messages 253 Location US What is the symbols package? I have used notepad but dmpcheck.exe is saposed to be the way to do it but i couldn't find it for vista. Upvote 0 Downvote
What is the symbols package? I have used notepad but dmpcheck.exe is saposed to be the way to do it but i couldn't find it for vista.
Mar 31, 2008 #5 linney Technical User Joined Nov 5, 2001 Messages 23,902 Location AU I think you have to use the WinDBG (in the Windows Debugging Tools) or download it from http://www.microsoft.com/whdc/devtools/debugging/default.mspx Symbols are used in debugging with each operating system having its own version of "symbols", there might even be service pack differences. Minidump reader http://www.vistaheads.com/forums/microsoft-public-windows-vista-general/96355-minidump-reader.html Upvote 0 Downvote
I think you have to use the WinDBG (in the Windows Debugging Tools) or download it from http://www.microsoft.com/whdc/devtools/debugging/default.mspx Symbols are used in debugging with each operating system having its own version of "symbols", there might even be service pack differences. Minidump reader http://www.vistaheads.com/forums/microsoft-public-windows-vista-general/96355-minidump-reader.html