coredumpctl

Retrieve and process saved core dumps and metadata. More information: <https://www.freedesktop.org/software/systemd/man/coredumpctl.html>.

Install

All systems
curl cmd.cat/coredumpctl.sh
Debian Debian
apt-get install systemd-coredump
Ubuntu
apt-get install systemd-coredump
Arch Arch Linux
pacman -S systemd
image/svg+xml Kali Linux
apt-get install systemd-coredump
CentOS
yum install systemd
Fedora
dnf install systemd
Windows (WSL2)
sudo apt-get update sudo apt-get install systemd-coredump
Raspbian
apt-get install systemd-coredump

Retrieve and process saved core dumps and metadata. More information: <https://www.freedesktop.org/software/systemd/man/coredumpctl.html>.

  • List all captured core dumps:
    coredumpctl list
  • List captured core dumps for a program:
    coredumpctl list program
  • Show information about the core dumps matching a program with `PID`:
    coredumpctl info PID
  • Invoke debugger using the last core dump of a program:
    coredumpctl debug program
  • Extract the last core dump of a program to a file:
    coredumpctl --output=path/to/file dump program

© tl;dr; authors and contributors