From Fedora Project Wiki

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.