Process Management

Core Dump

English

Overview

A file that captures a process's in-memory state at the moment it crashed.

Details

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.

More Linux terms