Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

A process crashed in windows .. Crash dump location

A windows process got crashed for some reason. I need to analyse the crash dump.

In Windows 2003 PC health helped us to find the crash dump file.

How to get the crash dump file location in Windows 2008?

like image 815
suresh Avatar asked Jul 16 '10 10:07

suresh


People also ask

Where are Windows crash dump files?

Windows keeps a list of all the small memory dump files in the %SystemRoot%\Minidump folder. The small memory dump file can be useful when hard disk space is limited.

Where are process dump stored?

The full process dumps caused by the "DumpType" configuration are not written to "C:\ProgramData\Microsoft\Windows\WER\", and instead by default are written to a "%LOCALAPPDATA%\CrashDumps" directory which is relative to the current user profile.

How do I view crash dump files?

Click Open Crash Dump on the File menu to open a user-mode or kernel-mode crash dump file and to analyze it. This command is equivalent to pressing CTRL+D.


1 Answers

I have observed on Windows 2008 the Windows Error Reporting crash dumps get staged in the folder:

C:\Users\All Users\Microsoft\Windows\WER\ReportQueue

Which, starting with Windows Vista, is an alias for:

C:\ProgramData\Microsoft\Windows\WER\ReportQueue

like image 166
Aaron Carlson Avatar answered Oct 05 '22 14:10

Aaron Carlson