Пакет perl-Test-LeakTrace: Информация

    Бинарный пакет: perl-Test-LeakTrace
    Версия: 0.17-alt3
    Архитектура: aarch64
    Собран:  19 июля 2021 г. 13:24 в задании #279723
    Исходный пакет: perl-Test-LeakTrace
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://search.cpan.org/dist/Test-LeakTrace/

    Лицензия: GPL+ or Artistic
    О пакете: Trace memory leaks
    Описание: 
    Test::LeakTrace provides several functions that trace memory leaks. This module
    scans arenas, the memory allocation system, so it can detect any leaked SVs in
    given blocks.
    
    Leaked SVs are SVs that are not released after the end of the scope they have
    been created. These SVs include global variables and internal caches. For
    example, if you call a method in a tracing block, perl might prepare a cache
    for the method. Thus, to trace true leaks, no_leaks_ok() and leaks_cmp_ok()
    executes a block more than once.

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

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

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


    15 июня 2021 г. Igor Vlasenko 0.17-alt3
    - unbootstrap
    10 июня 2021 г. Igor Vlasenko 0.17-alt2.1
    - rebuild with new perl 5.34.0 (bootstrapped)
    9 июня 2021 г. Igor Vlasenko 0.17-alt2
    - unbootstrap