For unknown reasons, the systemd-journal daemon crashed on my system. However, I can't load the core file to see why. $ dmesg | grep journal | grep core [ 5040.792996] systemd-coredump[1353]: Detected coredump of the journal daemon itself, diverted to /var/lib/systemd/coredump/core.systemd-journal.0.917640dd85b441db9ad24fbe52f325c3.160.1431802085000000.lz4. $ coredumpctl list | grep journal $ cd /var/lib/systemd/coredump $ ls -l core.systemd-journal.0.917640dd85b441db9ad24fbe52f325c3.1356.1431804973000000.lz4 -rw-r----- 1 root root 88396 May 16 12:36 core.systemd-journal.0.917640dd85b441db9ad24fbe52f325c3.1356.1431804973000000.lz4 Additionally, because of bug 83266, the core file can't be manually loaded using lz4 command line tools. $ lz4 -d core.systemd-journal.0.917640dd85b441db9ad24fbe52f325c3.1356.1431804973000000.lz4 Decoding file core.systemd-journal.0.917640dd85b441db9ad24fbe52f325c3.1356.1431804973000000 Error 44 : Unrecognized header : file cannot be decoded
Please see the other bug for explanation. *** This bug has been marked as a duplicate of bug 83266 ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.