]> git.ipfire.org Git - thirdparty/systemd.git/commit - man/coredumpctl.xml
coredumpctl,man: mark truncated messages as such in output
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 25 Feb 2017 22:29:14 +0000 (17:29 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 27 Feb 2017 00:45:10 +0000 (19:45 -0500)
commitcc4419ed929b5c7c99eaed020b015b1b2e8c7a66
tree5af5baddbdf72d8f129256c2b76cc18a03a9d296
parent7bbf2d84234db8f9dd39604a367dc56a8f5455c7
coredumpctl,man: mark truncated messages as such in output

Unit systemd-coredump@1-3854-0.service is failed/failed, not counting it.
TIME                            PID   UID   GID SIG COREFILE  EXE
Fri 2017-02-24 11:11:00 EST   10002  1000  1000   6 none      /home/zbyszek/src/systemd-work/.libs/lt-Sat 2017-02-25 00:49:32 EST   26921     0     0  11 error     /usr/libexec/fprintd
Sat 2017-02-25 11:56:30 EST   30703  1000  1000   - -         /usr/bin/python3.5
Sat 2017-02-25 13:16:54 EST    3275  1000  1000  11 present   /usr/bin/bash
Sat 2017-02-25 17:25:40 EST    4049  1000  1000  11 truncated /usr/bin/bash

For info and gdb output, the filename is marked in red and "(truncated)" is
appended. (Red is necessary because the annotation is hard to see when running
under a pager.)

Fixed #3883.
man/coredumpctl.xml
src/coredump/coredump.c
src/coredump/coredumpctl.c