- Notifications
You must be signed in to change notification settings - Fork76
Automatic bug detection and reporting tool
License
abrt/abrt
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A set of tools to help users detect and report application crashes.
Its main purpose is to ease the process of reporting an issue and finding asolution.
The solution in this context might be a bugzilla ticket, knowledge base articleor a suggestion to update a package to a version containing a fix.
This repository is one among a suite of related projects. The following diagramsummarizes the dependencies between the individual packages comprising the ABRTsuite.
flowchart BT abrt-java-connector --> abrt abrt-java-connector -. build .-> satyr abrt:::focus --> libreport & satyr abrt-java-connector --> libreport gnome-abrt --> abrt & libreport reportd --> libreport libreport --> satyr retrace-server[Retrace Server] -. "optional, for<br>packages only" .-> faf faf["ABRT Analytics (FAF)"] --> satyrclick abrt "https://github.com/abrt/abrt" "abrt GitHub repository" _blankclick abrt-java-connector "https://github.com/abrt/abrt-java-connector" "abrt-java-connector GitHub repository" _blankclick faf "https://github.com/abrt/faf" "ABRT Analytics GitHub repository" _blankclick gnome-abrt "https://github.com/abrt/gnome-abrt" "gnome-abrt GitHub repository" _blankclick libreport "https://github.com/abrt/libreport" "libreport GitHub repository" _blankclick reportd "https://github.com/abrt/reportd" "reportd GitHub repository" _blankclick satyr "https://github.com/abrt/satyr" "satyr GitHub repository" _blankclick retrace-server "https://github.com/abrt/retrace-server" "Retrace Server GitHub repository" _blankclassDef focus stroke-width: 4
Every ABRT program and configuration file has a man page describing it. It isalso possible toread the ABRT documentationonline. For contributors and developers, there are alsowikipages describing some topics to deepertechnical details.
- IRC Channel: #abrt onirc.libera.chat
- Mailing List
- Bug Reports and RFEs
- Contributing to ABRT
- Install and run ABRT
ABRT consist of several services and many small utilities. While The utilitiescan be successfully run from the source directories after build, the servicesoften uses the utilities to do actions and expect the utilities installed inthe system directories. Hence to run the services, it is recommended to installABRT first and run them as system services. The instructions how to buildand install ABRT can be found inINSTALL.md
About
Automatic bug detection and reporting tool