From Fedora Project Wiki

Revision as of 12:47, 6 May 2013 by Rmarko (talk | contribs) (Change abrt-gui to gnome-abrt)

Description

Test reporting of known crash using Simplified Crash Reporting of ABRT

Setup

  1. Prepare a known crash:
    sleep 100 &
    kill -SIGSEGV %1
    
  2. Notification popup about crash should appear. Click on it or run gnome-abrt manually.

How to test

  1. Find a new record for sleep:
    "coreutils | Process /usr/bin/sleep was killed by signal 11 (SIGSEGV)"
  2. Click on the "Report" button.
  3. Wait until processing is finished.
  4. Click on "Show log" label.
  5. You should see only the following text:
  6. --- Running report_uReport ---
    This problem has already been reported.
    https://retrace.fedoraproject.org/faf/reports/331/
    https://bugzilla.redhat.com/show_bug.cgi?id=688129
    
  7. You should not be able to continue with reporting. The "Close" button should be placed in right bottom corner of the reporting window and the button should be the only one visible.

Expected Results

  1. Report-gtk should interrupt reporting because the crash is known.
  2. Crash is not reported to Bugzilla.