From Fedora Project Wiki
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 or crash one from the current list
- If changed anything, restart ABRT with the command
su -c 'service abrtd restart'
- Run - e.g. run
strace sleep 3m
- and then kill the application from the newly blacklisted package with the commandkill -SIGSEGV $(strace_pid)
Expected Results
- ABRT should ignore the crash of the blacklisted application
- Look to
/var/log/messages
for 'Corrupted or bad dump /var/spool/abrt/ccpp-... (res:2), deleting'