A file that captures a process's in-memory state at the moment it crashed.
Since it preserves things like the stack, registers, and variable values at the time of the crash, loading it into a debugger such as `gdb` allows for post-mortem analysis of what caused the crash.
© 2026 ITBGM