ABRT ABRT (Automated Bug Reporting Tool) is an error reporting tool made for
Fedora and
Red Hat Enterprise Linux. The developers do not currently have plans for porting it to other Linux distributions. ABRT intercepts core dumps or tracebacks from applications and (after user-confirmation) sends bug reports to various bug-tracking systems, such as Fedora Bugzilla.
Ubuntu Error tracker Ubuntu hosts a public error tracker at ''
which collects hundreds of thousands of error reports daily from millions of machines. If a program crashes on Ubuntu, a crash handler (such as Apport) will notify the user and offer to report the crash. If the user chooses to report the crash, the details (possibly including a core dump) will be uploaded to an Ubuntu server (daisy.ubuntu.com'') for analysis. A core dump is automatically processed to create a stack trace and crash signature. The crash signature is used to classify subsequent crash reports caused by the same error.
GNOME Bug Buddy was a reporting tool used by the
GNOME platform. When an application using the GNOME libraries crashes, Bug Buddy generates a stack trace using
gdb and invites the user to submit the report to the GNOME
bugzilla. The user can add comments and view the details of the crash report.
KDE The crash reporting tool used by
KDE is called
Dr. Konqi. When an application using the KDE libraries crashes, Dr. Konqi generates a backtrace using gdb and invites the user to submit the report to the KDE bugzilla. The user can add comments and view the details of the crash report. ==Mozilla==
Talkback Talkback (also known as the
Quality Feedback Agent) was the crash reporter used by
Mozilla software up to version 1.8.1 to report crashes of its products to a centralized
server for aggregation or case-by-case analysis. Talkback is
proprietary software licensed to the Mozilla Corporation by
SupportSoft. If a Mozilla product (e.g.
Mozilla Firefox,
Mozilla Thunderbird) were to crash with Talkback enabled, the Talkback agent would appear, prompting the user to provide optional information regarding the crash. Talkback does not replace the native OS crash reporter which, if enabled, will appear along with the Talkback agent. Talkback has been replaced by Breakpad in
Firefox since version
3.
Breakpad with
Xfce4 Breakpad (previously called
Airbag) is an open-source replacement for Talkback. Developed by
Google and Mozilla, it is used in current Mozilla products such as Firefox and Thunderbird. Its significance is being the first open source multi-platform crash reporting system. Since 2007, Breakpad is included in Firefox on Windows and Mac OS X, and Linux. Breakpad is typically paired with
Socorro which receives and classifies crashes from users. Breakpad itself is only part of a crash reporting system, as it includes no reporting mechanism. == Crashpad ==