Re: [oS-EN] systemd coredumps doesn't collect core dumps.
"R. J. Mathar" <[email protected]>
| Newsgroups | gmane.linux.suse.general |
|---|---|
| Message-ID | <178186507168.829708.14380065796038454407@mailman3.infra.opensuse.org> |
Under openSUSE 15.6 the following should work: ``zypper install systemd-coredump`` this should generate an (empty) ``/var/lib/systemd/coredump``, an executable with a pipe symbol in ``/proc/sys/kernel/core_pattern``. If the application program dumps, this should create a core dump in ``/var/lib/systemd/coredump`` . This will be owned and grouped by ``root``, so as an ordinary user you need to ``chmod a+r`` before making any sense of it. Before using ``gdb`` with that, you need to ``zypper install zstd`` and run ``unzstd`` with these core dumps to decompress them.