Package btparser: Information

Danger alert: Package removed from sisyphus repository

Removed in the task: #203122
Package removed: Dmitry V. Levin
Deletion date: March 29, 2018
    Source package: btparser
    Version: 0.26-alt1_2
    Build time:  Aug 14, 2013, 12:44 AM
    Category: Development/C
    Report package bug
    License: GPLv2+
    Summary: Parser and analyzer for backtraces produced by GDB
    Description: 
    Btparser is a backtrace parser and analyzer, which works with
    backtraces produced by the GNU Project Debugger. It can parse a text
    file with a backtrace to a tree of C structures, allowing to analyze
    the threads and frames of the backtrace and work with them.
    
    Btparser also contains some backtrace manipulation and extraction
    routines:
    - it can find a frame in the crash-time backtrace where the program
      most likely crashed (a chance is that the function described in that
      frame is buggy)
    - it can produce a duplication hash of the backtrace, which helps to
      discover that two crash-time backtraces are duplicates, triggered by
      the same flaw of the code
    - it can "rate" the backtrace quality, which depends on the number of
      frames with and without the function name known (missing function
      name is caused by missing debugging symbols)

    List of rpms provided by this srpm:
    btparser (x86_64, i586)
    btparser-debuginfo (x86_64, i586)
    btparser-devel (x86_64, i586)
    python-module-btparser (x86_64, i586)
    python-module-btparser-debuginfo (x86_64, i586)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

      1. autoconf
      2. binutils-devel
      3. libelf-devel
      4. /usr/bin/python-config
      5. glib2-devel >= 2.21
      6. rpm-build-python
      7. elfutils-devel
      8. python-devel

    Last changed


    Aug. 12, 2013 Igor Vlasenko 0.26-alt1_2
    - update to new release by fcimport
    May 21, 2013 Igor Vlasenko 0.26-alt1_1
    - update to new release by fcimport
    March 12, 2013 Igor Vlasenko 0.25-alt1_2
    - update to new release by fcimport