From Fedora Project Wiki
Description
This test case tests the functionality of the ABRT feature using the Logger plugin.
How to test
- Ensure you have the plugin installed:
yum install abrt-plugin-logger
- Edit
/etc/abrt/abrt.conf
and be sure the Logger plugin in the following sections EnabledPlugins, CCpp and Python. For example:- ...
- EnabledPlugins = Logger, SQLite3, CCpp, Kerneloops, KerneloopsScanner, KerneloopsReporter, Bugzilla, Python #, Mailx
- ...
- CCpp = Bugzilla, Logger
- Python = Bugzilla, Logger
- ...
- Restart ABRT:
# service abrt restart
- Confirm that the abrt and abrt-applet processes are both running
- Kill a running process: kill -SIGSEGV (pid). It must be a process that is part of a signed Fedora package
- Click on the panel applet to start abrt-gui
- Select the entry matching the recently crashed application, then click on Report
- At the report window, click Send
Expected Results
- After you click Send, a notification window should report, among other things: "Logger: Report was stored into: /var/log/abrt-logger"