From Fedora Project Wiki
(Created page with "{{QA/Test_Case |description=Test detecting core dumps in systemd-journal |setup= <ol> <li>Turn on ABRT coredumpctl hook: <pre> systemctl start abrt-journal-core.service </pre>...") |
No edit summary |
||
Line 13: | Line 13: | ||
<li>Prepare a crash: | <li>Prepare a crash: | ||
<pre> | <pre> | ||
dnf install will-crash | |||
will_segfault | will_segfault | ||
</pre></li> | </pre></li> |
Latest revision as of 12:04, 10 April 2015
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.