From Fedora Project Wiki

Revision as of 14:07, 9 April 2015 by Jfilak (talk | contribs) (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>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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:
    yum 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.