Tue, 03 Feb 2026 17:22:33 CST | login

Information for build perl-Test-LeakTrace-0.17-3.oc9

ID16375
Package Nameperl-Test-LeakTrace
Version0.17
Release3.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/src-opencloudos-rpms/perl-Test-LeakTrace.git?.#bca745d72671e0adfd4284b844a6465623a918dd
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 bydenisecheng
State complete
Volume DEFAULT
StartedThu, 21 Sep 2023 01:10:13 CST
CompletedThu, 21 Sep 2023 01:11:57 CST
Taskbuild (dist-oc9, /src-opencloudos-rpms/perl-Test-LeakTrace.git:.:origin/oc9)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/perl-Test-LeakTrace.git?.#origin/oc9'}}
Tags
dist-oc9
dist-oc9-compose
RPMs
src
perl-Test-LeakTrace-0.17-3.oc9.src.rpm (info) (download)
aarch64
perl-Test-LeakTrace-0.17-3.oc9.aarch64.rpm (info) (download)
perl-Test-LeakTrace-debuginfo-0.17-3.oc9.aarch64.rpm (info) (download)
perl-Test-LeakTrace-debugsource-0.17-3.oc9.aarch64.rpm (info) (download)
x86_64
perl-Test-LeakTrace-0.17-3.oc9.x86_64.rpm (info) (download)
perl-Test-LeakTrace-debuginfo-0.17-3.oc9.x86_64.rpm (info) (download)
perl-Test-LeakTrace-debugsource-0.17-3.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
Changelog * 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