views:

34

answers:

1

A windows process got crashed for some reason.. I need to analyse the crash dump. What is the crash dump file location?

in windows 2003 pc health helped us to find the crash dump file.. How to get the crash dump file in windows 2008?

A: 

a core dump is usually only made when the Windows kernel crashes (aka blue screen). A servicecrash will most of the times only leave some logging behind (in the event viewer probably).

If it is the bluescreen crash dump you are looking for, look in C:\Windows\Minidump or C:\windows\MEMORY.DMP

Laurens Ruijtenberg

related questions