From Fedora Project Wiki
Description
Test detecting core dumps in systemd-journal
Setup
- Turn on ABRT coredumpctl hook:
systemctl start abrt-journal-core.service
- Verify that /proc/sys/kernel/core_pattern does not cotain abrt-hook-ccpp
- Prepare a crash:
dnf install will-crash will_segfault
How to test
- Find a new record for the crash in gnome-abrt:
"will-crash"
- Click the 'Report' button
- Terminate the reporting process
Expected Results
- The 'Report' button should open the reporting window.