| Port details on branch 2026Q2 |
- p5-Test-LeakTrace Traces memory leaks
- 0.17 devel
=0 0.17Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2011-08-10 12:14:24
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Test-LeakTrace
- Description:
- 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 which 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- p5-Test-LeakTrace>0:devel/p5-Test-LeakTrace
- To install the port:
- cd /usr/ports/devel/p5-Test-LeakTrace/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Test-LeakTrace
- pkg install p5-Test-LeakTrace
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Test-LeakTrace
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1609953887
SHA256 (Test-LeakTrace-0.17.tar.gz) = 777d64d2938f5ea586300eef97ef03eacb43d4c1853c9c3b1091eb3311467970
SIZE (Test-LeakTrace-0.17.tar.gz) = 34126
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_p5-Test-LeakTrace
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|