From Fedora Project Wiki

< Features

Revision as of 12:47, 4 October 2010 by Mtoman (talk | contribs) (Created page with '= Retrace Server = == Summary == Create a server that simplifies coredump analysis. == Owner == <!--This should link to your home wiki page so we know who you are--> * Name: [[U...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Retrace Server

Summary

Create a server that simplifies coredump analysis.

Owner

  • Email: mtoman@redhat.com

Current Status

  • Targeted release: Fedora 15
  • Last updated: 2010-10-04
  • Percentage of completion: 10%

Detailed description

At the moment of backtrace creation, user needs to have all relevant debuginfos installed locally. Downloading and installing them may require a lot of time and storage space. The idea of Retrace Server is to liberate users from this: User sends the coredump packed along with some other required information (e.g. packages list) to the Retrace Server, the Retrace Server installs required debuginfos, creates backtrace and provides it back to the user.

Benefit to Fedora

No need to download debuginfo packages while creating backtrace from various binary crashes.

Scope

The project itself consists of 3 parts:

  • Interface: Receives the archive from user, unpacks all files, puts new task into the queue.
  • Analyzer: Takes the task from queue, for each creates a virtual root with all required packages and debuginfos installed and creates the backtrace within.
  • Repo Synchronizer: Downloads packages to a local repository containing all versions of all packages, to be able to handle crashes from older versions.

ABRT plugin that packs required files and sends the archive to the Retrace Server must be implemented.

Dependencies

  • gdb
  • xz

Contingency Plan

Not required, feature won't be enabled.

Documentation

Comments and Discussion