systemd-coredumpctlsystemdDeveloperZbigniewJędrzejewski-Szmekzbyszek@in.waw.plsystemd-coredumpctl1systemd-coredumpctlRetrieve coredumps from the journalsystemd-coredumpctl OPTIONSCOMMANDPID|COMM|EXE|MATCHDescriptionsystemd-coredumpctl may be used to
retrieve coredumps from
systemd-journald8.OptionsThe following options are understood:Print a short help
text and exit.Print a short version
string and exit.Print all possible
data values the specified field
takes in matching coredump entries of the
journal.Write the core to
.Do not pipe output of
list into a
pager.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.
Coredump will be written on stdout, unless
an output file is specified with
.
gdbInvoke the GNU
debugger on the last coredump matching
specified characteristics.
MatchingMatch can be:Process ID of the
process that dumped
core. An integer.Name of the executable
(matches ).
Must not contain slashes.
Path to the executable
(matches ).
Must contain at least one slash.
General journalctl predicates
(see journalctl1).
Must contain an equals sign.
Exit statusOn success 0 is returned, a non-zero failure
code otherwise. Not finding any matching coredumps is treated
as failure.
See Alsosystemd-journald.service8,
gdb1