develooper Front page | perl.perl5.porters | Postings from September 2003

Re: shared array memory leak in 5.8.1

From:
Dave Mitchell
Date:
September 29, 2003 12:58
Subject:
Re: shared array memory leak in 5.8.1
Message ID:
20030929195802.GC23966@fdgroup.com
On Mon, Sep 29, 2003 at 09:21:19PM +0200, Gerrit P. Haase wrote:
> > This program will make perl 5.8.1 expand to using 350 mb on my linux 
> > machine within 60 seconds: 
> 
> 
> > use threads;
> > use threads::shared;
> > my @shared : shared;
> > @shared = (1) while (1);
> 
> 
> > On perl 5.8.1-1 in cygwin in Windows 2000 it will crash perl 
> > within about 20 seconds.  ActivePerl 5.8.1 isn't out but it crashes
> > 5.8.0 build 806 just like cygwin's perl.  
> 
> Can you please try the final released cygwin version, 5.8.1-1 was a
> per-release.

It's okay Eric, no need to bother! The bug is present in bleedperl
as well. It's not a platform- or release-specific bug.

Dave.

-- 
In my day, we used to edit the inodes by hand.  With magnets.



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About