core-base
core-base copied to clipboard
Add systemd-coredump
Easy way to fix https://forum.snapcraft.io/t/core-dumps-in-snapd/920
Quick way to test:
sleep 1000 &
pkill -ABRT sleep
sudo coredumpctl dump --output=core
Also we need to consider if it makes sense to make things compatible with apport.
Closing as this was merged as part of another PR.