Fedora 14 Update: perl-Test-LeakTrace-0.13-1.fc14

updates at fedoraproject.org updates at fedoraproject.org
Fri Nov 26 01:09:06 UTC 2010


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2010-17831
2010-11-17 22:30:46
--------------------------------------------------------------------------------

Name        : perl-Test-LeakTrace
Product     : Fedora 14
Version     : 0.13
Release     : 1.fc14
URL         : http://search.cpan.org/dist/Test-LeakTrace
Summary     : Traces memory leaks
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.

--------------------------------------------------------------------------------
Update Information:

This update to the current upstream maintenance release addresses a number of bugs, particularly CPAN RT#5813 where the previous release could generate a false-positive error related to XS code.

--------------------------------------------------------------------------------
ChangeLog:

* Wed Nov 17 2010 Paul Howarth <paul at city-fan.org> - 0.13-1
- update to 0.13
  - use ">= 0", instead of "== 0" for no_leaks_ok()
  - add count_sv() to count all the SVs in a perl interpreter
  - fix tests broken for some perls in 0.12
* Wed Nov 17 2010 Paul Howarth <paul at city-fan.org> - 0.11-1
- update to 0.11 (#654301)
  - fix false-positive related to XS code (CPAN RT #58133)
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #654301 - False-positive related to XS code - please update to 0.11 or later
        https://bugzilla.redhat.com/show_bug.cgi?id=654301
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update perl-Test-LeakTrace' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list