Questions tagged [abrt]

Questions about ABRT, the Automatic Bug-Reporting Tool used to gather information about crashing programs.

ABRT consists of a daemon that runs silently in the background most of the time. It springs into action when an application crashes. It then collects the relevant crash data such as a core file if there is one, the crashing application's command line parameters, and other contextual puzzle pieces of forensic utility. Finally, ABRT is capable of reporting crash data to a relevant issue tracker, such as Red Hat Bugzilla. Reporting crash data to a relevant issue tracker can be configured to happen automatically at every detected crash, or crash dumps can be stored locally, reviewed, reported, and deleted manually by a user. ABRT's various plugins analyze crash data from applications written in the C, C++ and Python language, as well as report crashes to relevant issue trackers.

https://docs.fedoraproject.org/en-US/Fedora/15/html/Deployment_Guide/ch-abrt.html

22 questions
6
votes
2 answers

What is the right approach to purge /var/spool/abrt/

We want to automate the process of removing old directories from /var/spool/abrt/. We have RHEL machines - version 7.x. The known way is to do the following # systemctl stop abrtd # systemctl stop abrt-oops And we can remove all those directories…
yael
  • 12,598
  • 51
  • 169
  • 303
6
votes
2 answers

Where is core file with abrt-hook-cpp installed?

I posted this question to StackOverflow a little while ago, but just now found this community, and felt like this is at least an equally appropriate site for this question: I've been led to understand that if abrt-ccpp.service is installed on a…
StoneThrow
  • 1,575
  • 5
  • 19
  • 41
5
votes
1 answer

Why do kernel oopses taint and prohibit reporting with ABRT?

I freshly installed Fedora 28 on a laptop. On boot, I get a kernel oops I would very much like to report. However, ABRT recognizes the kernel as tainted with flags GW and thus refuses to report it. If I take a look at the abrt documentation, it is…
Zollern
  • 83
  • 5
4
votes
1 answer

How to get a coredump from `abrt`

I'm running Fedora 23, and just recently discovered that abrt handles the coredumps from my crashed application, and places all kind of stuff in /var/spool/abrt/ccpp-date-pid. Is there a command to fetch a coredump from abrt, without manually…
Kotte
  • 2,467
  • 22
  • 26
4
votes
0 answers

ABRT report says "irq 19: nobody cared", but why?

Every couple weeks, I need to reboot my system. When I do, and enter as root in the terminal, the following message (in some variation) appears: ABRT has detected 3 problem(s). For more info run: abrt-cli list --since 1440594093 I usually ignore…
user96627
3
votes
1 answer

what are the risks for disable the abrtd service?

we have 672 linux redhat machines since we have small /var size and sometimes /var/spool take space , then we want to disable the abrtd service what are the risks for disable the abrtd service ? as the following: systemctl stop abrtd systemctl stop…
yael
  • 12,598
  • 51
  • 169
  • 303
3
votes
0 answers

How to collect core files of system daemons?

Running a pretty standard Fedora 25 system I expect that the core files of all segfaulting processes are collected by ABRT. But this doesn't seem to be the case. ABRT is enabled: cat /proc/sys/kernel/core_pattern |/usr/libexec/abrt-hook-ccpp %s %c…
maxschlepzig
  • 56,316
  • 50
  • 205
  • 279
1
vote
1 answer

how to total clean the folders from /var/spool/abrt/

we want to delete all abrt folders from /var/spool/abrt/ before we just run the following , to see how many folders we have find /var/spool/abrt/ -type d /var/spool/abrt/ /var/spool/abrt/ccpp-2019-09-10-08:05:21-1652 now we runs this to clean the…
yael
  • 12,598
  • 51
  • 169
  • 303
1
vote
1 answer

How to stop "abrtd" permanently?

How to stop abrtd permanently? It is filling up the log space and I don't need abrtd logs. Is this command sufficient? $ systemctl stop abrtd Will abrtd be back up and running with system re-start?
1
vote
0 answers

How to get coredump with the lack of disk space on RedHat Linux

I wounder is it possible to compress core dump on the fly and still use default system for processing core dumps in Red Hat Linux (abrt). Environment description: Our key daemon crashed when it occupied about 20 GB of RAM and because server doesn't…
0
votes
1 answer

Configure abrt to dump core file without root privileges

I run my program on a machine for which I do not have root privileges. The core file is supposed to be handled by abrt: $ sysctl kernel.core_pattern kernel.core_pattern = |/usr/libexec/abrt-hook-ccpp %s %c %p %u %g %t e %P %I %h Now, how can I…
fffred
  • 111
  • 3
0
votes
1 answer

abrt - dump disappears within a few seconds

I have install abrt on AlmaLinux 8 and have triggered a crash: ~]$ sleep 100 & [1] 2823 ~]$ kill -s SIGSEGV 2823 I did see a folder momentarily in the /var/spool/abrt but it disappeared within a few seconds. Also I can't seem to change the dump…
supmethods
  • 481
  • 6
  • 12
0
votes
0 answers

ABRT problem (killed by SIGABRT)

I have webmin/virtualmin install on centos7 server. Does anyone know why I'm getting this ABRT problem? Also, how do I prevent this from happening. ABRT has detected 2 problem(s). For more info run: abrt-cli list --since 1659022602 [root@mail ~]#…
0
votes
2 answers

GNOME problem reporting keeps crashing

I am experiencing issues with the GNOME problem reporting software (gnome-abrt). I open it up because I want to report the errors I get (I get a lot of crashes in software and system crashes) but libreport itself crashes and doesn't let me report…
telometto
  • 1,825
  • 2
  • 8
  • 29
0
votes
0 answers

abrt-cli reports "is not a problem directory"

we are try to remove all folders from /var/spool/abrt/ on rhel 7.2 machines and that after we stop the services abrt-ccpp.service and abrtd.service because we not want any more the core under spool but we get find /var/spool/abrt/ -type d -exec…
yael
  • 12,598
  • 51
  • 169
  • 303
1
2