2020-10-21

coredump cheatsheet

To enable coredumps (tested on a SLE-15-SP2 system):
  1. zypper install systemd-coredump
  2. ulimit -c unlimited
  3. reboot
To test, send SIGQUIT to a running daemon process:
# kill -QUIT PID
# coredumpctl list

No comments:

Post a Comment