December 2015
Intermediate to advanced
250 pages
4h 41m
English
ABRT (Automatic Bug Reporting Tool), is a set of tools that help users detect and analyze application crashes.
First, we'll install the necessary packages and then take a look at how to use these tools.
Let's install abrt and get it running:
abrt daemon and tools via the following command line:
~]# yum install -y abrt-cli
abrt daemon through these commands:~]# systemctl enable abrtd ~]# systemctl restart abrtdThere's more...
List all detected segmentation faults by executing the following command:
~]# abtr-cli list
Here's what the output should look like:
The displayed location contains all the information about the segmentation fault. You ...
Read now
Unlock full access