Thu, 02 Apr 2026 17:49:45 CST | login

Information for build perl-Test-LeakTrace-0.17-4.ocs23

ID1084
Package Nameperl-Test-LeakTrace
Version0.17
Release4.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/perl-Test-LeakTrace.git?.#0eef7eef67b28265d9e73e3de6e1c0d6cdb3b196
SummaryTrace memory leaks
DescriptionTest::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.
Built byocs-bot
State complete
Volume DEFAULT
StartedThu, 17 Aug 2023 16:09:04 CST
CompletedThu, 17 Aug 2023 16:12:11 CST
Taskbuild (dist-ocs23, /opencloudos-stream/perl-Test-LeakTrace.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-Test-LeakTrace.git?.#origin/master'}}
Tags
dist-ocs23
RPMs
src
perl-Test-LeakTrace-0.17-4.ocs23.src.rpm (info) (download)
aarch64
perl-Test-LeakTrace-0.17-4.ocs23.aarch64.rpm (info) (download)
perl-Test-LeakTrace-debuginfo-0.17-4.ocs23.aarch64.rpm (info) (download)
perl-Test-LeakTrace-debugsource-0.17-4.ocs23.aarch64.rpm (info) (download)
x86_64
perl-Test-LeakTrace-0.17-4.ocs23.x86_64.rpm (info) (download)
perl-Test-LeakTrace-debuginfo-0.17-4.ocs23.x86_64.rpm (info) (download)
perl-Test-LeakTrace-debugsource-0.17-4.ocs23.x86_64.rpm (info) (download)
Logs
aarch64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
x86_64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
Changelog * Thu Aug 17 2023 Xiaojie Chen <jackxjchen@tencent.com> - 0.17-4 - Remove perl(:MODULE_COMPAT) which will be generated by perl-generators >= 1.15 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.17-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.17-2 - Rebuilt for OpenCloudOS Stream 23 * Wed Feb 15 2023 rockerzhu <rockerzhu@tencent.com> - 0.17-1 - Initial build