From Fedora Project Wiki
(grr!) |
(convert to new category system) |
||
Line 15: | Line 15: | ||
}} | }} | ||
[[Category: | [[Category:Package_abrt_test_cases]] |
Revision as of 16:15, 13 January 2011
Description
This test case checks whether ABRT blacklisting of certain packages works correctly.
How to test
- Edit the config file
/etc/abrt/abrt.conf
and find the lines:- # Blacklisted packages
- BlackList = nspluginwrapper, valgrind, strace, avant-window-navigator
- Add a package whose application you can conveniently crash to the list
- Restart ABRT with the command
su -c 'service abrtd restart'
- Run and then kill the application from the newly blacklisted package with the command
kill -SIGSEGV (pid)
- Run and then kill a different application
Expected Results
- ABRT should ignore the crash of the blacklisted application, but report the crash of the non-blacklisted applications