systemd-coredumpctl — Retrieve coredumps from the journal
systemd-coredumpctl
[OPTIONS...] {COMMAND} [PID|COMM|EXE|MATCH...]
The following options are understood:
The following commands are understood:
List coredumps captured in the journal matching specified characteristics.
Extract the last coredump
matching specified characteristics.
The coredump will be written on standard output,
unless an output file is specified with
-o/--output
.
Invoke the GNU debugger on the last coredump matching specified characteristics.
Match can be:
PID
¶Process ID of the process that dumped core. An integer.
COMM
¶Name of the executable
(matches COREDUMP_COMM=
).
Must not contain slashes.
EXE
¶Path to the executable
(matches COREDUMP_EXE=
).
Must contain at least one slash.
MATCH
¶General journalctl predicates (see journalctl(1)). Must contain an equals sign.
On success, 0 is returned; otherwise, a non-zero failure code is returned. Not finding any matching coredumps is treated as failure.