Пакет btparser: Информация

    Исходный пакет: btparser
    Версия: 0.25-alt1_2
    Собран:  12 марта 2013 г. 22:27
    Категория: Разработка/C
    Сообщить об ошибке в пакете
    Домашняя страница: http://fedorahosted.org/btparser

    Лицензия: GPLv2+
    О пакете: Parser and analyzer for backtraces produced by GDB
    Описание: 
    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)

    Список rpm-пакетов, предоставляемых данным 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)

    Сопровождающий: Igor Vlasenko

    Список участников:
    Igor Vlasenko

    Права:
    Igor Vlasenko
    @everybody

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

    Последнее изменение


    12 марта 2013 г. Igor Vlasenko 0.25-alt1_2
    - update to new release by fcimport
    5 февраля 2013 г. Igor Vlasenko 0.25-alt1_1
    - update to new release by fcimport
    26 декабря 2012 г. Igor Vlasenko 0.24-alt1_1
    - update to new release by fcimport