Bug 640720

Summary: Thread desctructor leaks
Product: Red Hat Enterprise Linux 6 Reporter: Marcela Mašláňová <mmaslano>
Component: perlAssignee: perl-maint-list
Status: CLOSED ERRATA QA Contact: Petr Šplíchal <psplicha>
Severity: medium Docs Contact:
Priority: low    
Version: 6.1CC: ohudlick, ovasik, ppisar, psplicha, spoyarek
Target Milestone: rcKeywords: Patch
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: perl-5.10.1-118.el6 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 630667 Environment:
Last Closed: 2011-05-19 11:38:01 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 630667    
Bug Blocks:    
Attachments:
Description Flags
Fix used in Fedora-13 none

Description Marcela Mašláňová 2010-10-06 17:04:10 UTC
+++ This bug was initially created as a clone of Bug #630667 +++

This cycle consumes more and more memory:

use threads;

sub ThreadRoutine {}

while (1) {
    threads->new(\&ThreadRoutine)->join;
}

perl-5.10.1 and higher affected (i.e. F-12 is clean).

This was already fixed in Fedora releases.

Comment 1 Petr Pisar 2010-10-26 12:20:35 UTC
Created attachment 455749 [details]
Fix used in Fedora-13

Fix from upstream.

Comment 11 errata-xmlrpc 2011-05-19 11:38:01 UTC
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHSA-2011-0558.html

Comment 12 errata-xmlrpc 2011-05-19 13:08:13 UTC
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHSA-2011-0558.html