systemd-coredumpctlsystemdDeveloperZbigniewJędrzejewski-Szmekzbyszek@in.waw.plsystemd-coredumpctl1systemd-coredumpctlRetrieve coredumps from the journalsystemd-coredumpctlOPTIONSCOMMANDPID|COMM|EXE|MATCHDescriptionsystemd-coredumpctl may be used to
retrieve coredumps from
systemd-journald8.OptionsThe following options are understood:Print all possible
data values the specified field
takes in matching coredump entries of the
journal.Write the core to
.Do not print the column headers.
The following commands are understood:listList coredumps captured in the journal
matching specified characteristics.dumpExtract the last coredump
matching specified characteristics.
The coredump will be written on standard output,
unless an output file is specified with
.
gdbInvoke the GNU
debugger on the last coredump matching
specified characteristics.
MatchingMatch can be:PIDProcess ID of the
process that dumped
core. An integer.COMMName of the executable
(matches ).
Must not contain slashes.
EXEPath to the executable
(matches ).
Must contain at least one slash.
MATCHGeneral journalctl predicates
(see journalctl1).
Must contain an equals sign.
Exit statusOn success, 0 is returned; otherwise, a non-zero failure
code is returned. Not finding any matching coredumps is treated
as failure.
See Alsosystemd-journald.service8,
gdb1