Top "Minidump" questions

A minidump is a file containing information about the state of a process, generally used for post-mortem debugging on Windows.

How to create a kernel dump using WinDbg

I'm debugging a kernel-mode device driver for Windows, using WinDbg. Is it possible to create a minidump on-demand? I mean, …

kernel windbg minidump
Why don't Minidumps give good call stacks?

I've used minidumps on many game projects over the years and they seem to have about a 50% chance of having …

debugging callstack minidump dbghelp
windbg dump command fails with error 0x8007012b

A customer is attempting to capture a minidump of a hang. He fires up WindDbg and successfully attaches to the …

windows windbg minidump