_ABRT_RHEL

ABRT (Automatic Bug Reporting Tool) issues

The trust_router binaries intentionally terminate child processes by sending the SIGABRT signal. This is interpreted by the Automatic Bug Reporting Tool (ABRT) as an error, generating a report and notifying the user when enabled. As a work around, we recommend editing the /etc/abrt/abrt-action-save-package-data.conf file and adding trust_router to the list of blacklisted modules. The resulting file would look similar to the following:

/etc/abrt/abrt-action-save-package-data.conf
[...]
OpenGPGCheck = yes

# Blacklisted packages
#
BlackList = nspluginwrapper, valgrind, strace, mono-core, trust_router

# Process crashes in executables which do not belong to any package?
#
ProcessUnpackaged = no
[...]