From Fedora Project Wiki

(doh)
(grr)
Line 8: Line 8:
#:</pre>
#:</pre>
# Add a package whose application you can conveniently crash to the list
# Add a package whose application you can conveniently crash to the list
# Restart ABRT with the command{{command|su -c 'service abrtd restart'}}
# Restart ABRT with the command {{command|su -c 'service abrtd restart'}}
# Run and then kill the application from the newly blacklisted package with the command {{command|kill -SIGSEGV (pid)}}
# Run and then kill the application from the newly blacklisted package with the command {{command|kill -SIGSEGV (pid)}}
# Run and then kill a different application
# Run and then kill a different application

Revision as of 04:49, 1 April 2010

Description

This test case checks whether ABRT blacklisting of certain packages works correctly.


How to test

  1. Edit the config file /etc/abrt/abrt.conf and find the lines:
    1. Blacklisted packages
    BlackList = nspluginwrapper, valgrind, strace, avant-window-navigator
  2. Add a package whose application you can conveniently crash to the list
  3. Restart ABRT with the command su -c 'service abrtd restart'
  4. Run and then kill the application from the newly blacklisted package with the command kill -SIGSEGV (pid)
  5. Run and then kill a different application

Expected Results

  1. ABRT should ignore the crash of the blacklisted application, but report the crash of the non-blacklisted applications