From Fedora Project Wiki
m (bad hr!)
Line 79: Line 79:


== Release Notes ==
== Release Notes ==
* '''FIXME''': please draft a release note for your feature [[User:Poelstra|poelcat]] 17:41, 21 January 2009 (UTC)
There is no simple tool for debugging programs and reporting bugs in Fedora and providing usefull information needed by package maintainer to fix a bug is often time-consuming and sometimes out of the skill range of an ordinary Fedora user. This tool should fill this gap and help users to fill a report with all required information in just a few mouse clicks.


<!-- The Fedora Release Notes inform end-users about what is new in the release.  Examples of past release notes are here: http://docs.fedoraproject.org/release-notes/ -->
<!-- The Fedora Release Notes inform end-users about what is new in the release.  Examples of past release notes are here: http://docs.fedoraproject.org/release-notes/ -->

Revision as of 11:23, 22 January 2009

CrashCatcher

Summary

The tool to help non-power users with bug reporting, making it as easy as a few mouse clicks.

Owner

  • email: zprikryl@redhat.com, jmoskovc@redhat.com

Current status

  • Targeted release: Releases/11
  • Last updated: 2009-1-20
  • Percentage of completion: 10%

Detailed Description

This feature should help users to detect defects in applications written and to create a bug report with all informations needed by maintainer to fix it. It's heavilly pluginable so, it can be used for any language and bug reporting system (trac, BZ, ...)

Benefit to Fedora

Ease of bug reporting and quick response from maintainers based on info from CrashCatcher should make Fedora more stable and thus more attractive for users.

Scope

what has to be done:

  • pluginable architecture
  • daemon for detecting crashes
  • authentication system
  • system detecting if binary belongs to our package (PackageKit support)
  • add-ons for languages
  • plugins for reporters, databases of crashes, specific applications
  • GUI and TUI

It shouldn't affect any part of Fedora, it's desing allows to easilly disable or remove this application completelly.

How To Test

  • Install CrashCatcher with C/C++ language plugin.
  • Run some app. This app has to be written in C or C++.
  • kill -s SIGSEGV <pid of app>
  • See if CrashCatcher detects it.

User Experience

  • FIXME

Dependencies

  • dbus
  • gtk2
  • PackageKit
  • PoliceKit

Contingency Plan

None necessary, revert to previous release behaviour :)

Documentation

Release Notes

There is no simple tool for debugging programs and reporting bugs in Fedora and providing usefull information needed by package maintainer to fix a bug is often time-consuming and sometimes out of the skill range of an ordinary Fedora user. This tool should fill this gap and help users to fill a report with all required information in just a few mouse clicks.


Comments and Discussion