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>
yum install will-crash
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

  1. Turn on ABRT coredumpctl hook:
    systemctl start abrt-journal-core.service
    
  2. Verify that /proc/sys/kernel/core_pattern does not cotain abrt-hook-ccpp
  3. Prepare a crash:
    dnf install will-crash
    will_segfault
    

How to test

  1. Find a new record for the crash in gnome-abrt:
    "will-crash"
  2. Click the 'Report' button
  3. Terminate the reporting process

Expected Results

  1. The 'Report' button should open the reporting window.