Tuesday, July 7, 2020

abrt: installing abrt and generating coredump for tests

The Automatic Bug Reporting Tool, commonly abbreviated as ABRT, is a set of tools that is designed to help users detect and report application crashes. Its main purpose is to ease the process of reporting issues and finding solutions. In this context, the solution can be a Bugzilla ticket, a knowledge-base article, or a suggestion to update a package to a version containing a fix.

# dnf install abrt -y

# sleep 30 &

# killall -SIGSEGV sleep

# ls -la /var/tmp/abrt/
total 12
drwxr-x--x.  3 root abrt   61 Jul  7 15:09 .
drwxrwxrwt. 11 root root 4096 Jul  7 15:03 ..
drwxr-x---.  3 root abrt 4096 Jul  7 15:09 ccpp-2020-07-07-15:09:24-53444
-rw-------.  1 root root   14 Jul  7 15:09 last-ccpp



No comments:

Post a Comment