Perl bug?

Václav Haisman v.haisman@sh.cvut.cz
Tue Jan 23 15:51:00 GMT 2007


Corinna Vinschen wrote:
> 
> Hello?  Am I in the wrong movie?
> 
> This is no serious application.  I'm demonstrating a problem.
> 
> Every allocation uses twice as much memory as necessary.  This is no
> problem as long as the process doesn't eat up the virtual memory for
> a process.  As soon as no memory is available, I'd expect the GC kicking
> in, but it doesn't.  Half of the VM is used up for temporary memory
> and never free'd, not even when the VM is used up.  This shows a memory
> leak.  The GC apparently doesn't know about this temporary memory
Perl doesn't have GC like Java. It uses just reference counting, nothing
else, IIRC. There must be some reference that gets freed only at the end
of block. If you think about it makes sense a little bit when we are
talking about lexical variables.

> anymore, otherwise it would free it and try to reuse it.  It doesn't.
> Use strace and you'll see.  That's not hard to understand, is it?
> 
> 
> Corinna
> 
If I were you I would report it as a bug to their bug tracker.

--
Vaclav Haisman

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 542 bytes
Desc: OpenPGP digital signature
URL: <http://cygwin.com/pipermail/cygwin/attachments/20070123/3e91a761/attachment.sig>


More information about the Cygwin mailing list