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

    Исходный пакет: valgrind
    Версия: 3.6.1-alt3
    Собран:  8 декабря 2011 г. 3:55
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.valgrind.org/

    Лицензия: GPLv2+
    О пакете: Valgrind — отладчик памяти GNU/Linux с открытым исходным кодом
    Описание: 
    Valgrind is a GPL'd tool to help you find memory-management problems in
    your programs.  When a program is run under Valgrind's supervision, all
    reads and writes of memory are checked, and calls to
    malloc/new/free/delete are intercepted.  As a result, Valgrind can
    detect problems such as:
    
        * Use of uninitialised memory
        * Reading/writing memory after it has been free'd
        * Reading/writing off the end of malloc'd blocks
        * Reading/writing inappropriate areas on the stack
        * Memory leaks -- where pointers to malloc'd blocks are lost forever
        * Passing of uninitialised and/or unaddressible memory to system calls
        * Mismatched use of malloc/new/new [] vs free/delete/delete []
        * Overlaps of arguments to strcpy() and related functions
        * Some abuses of the POSIX pthread API

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    valgrind (x86_64, i586)
    valgrind-debuginfo (x86_64, i586)
    valgrind-devel (x86_64, i586)
    valgrind-tool-devel (x86_64, i586)

    Сопровождающий: Dmitry V. Levin

    Список участников:
    Dmitry V. Levin
    Sergey Vlasov
    Alexander Bokovoy

    Права:
    @qa_p6

      1. /proc
      2. libX11-devel
      3. gcc-c++

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


    8 декабря 2011 г. Dmitry V. Levin 3.6.1-alt3
    - Added /proc requirement.
    2 декабря 2011 г. Dmitry V. Levin 3.6.1-alt2
    - Fixed build on Linux 3.x.
    5 мая 2011 г. Dmitry V. Levin 3.6.1-alt1
    - Updated to 3.6.1 release.
    - Merged with Fedora valgrind-3.6.1-1.