[perl #120638] Empty array reference in a loop leaks memory on rakudo-parrot

2016-01-13 Thread Christian Bartolomaeus via RT
On Tue Jan 12 06:35:56 2016, coke wrote: > [...] > > So, is this ticket closable? > > Yes, thanks. Great. I'm closing the ticket as 'resolved'.

[perl #120638] Empty array reference in a loop leaks memory on rakudo-parrot

2016-01-12 Thread Will Coleda via RT
On Thu Mar 12 08:56:50 2015, barto...@gmx.de wrote: > I've run the script mem.p6 on with a current rakudo.moar and > rakudo.jvm and with rakudo.parrot from Rakudo Star 2015.02. On neither > backend there is a severe memory leak (cmp. attached files moar.txt, > jvm.txt, parrot.txt). > > So, is this

[perl #120638] Empty array reference in a loop leaks memory on rakudo-parrot

2015-03-12 Thread Christian Bartolomaeus via RT
I've run the script mem.p6 on with a current rakudo.moar and rakudo.jvm and with rakudo.parrot from Rakudo Star 2015.02. On neither backend there is a severe memory leak (cmp. attached files moar.txt, jvm.txt, parrot.txt). So, is this ticket closable? +2437004 = 2437004 K +0 = 2437004 K

Re: [perl #120638] Empty array reference in a loop leaks memory on rakudo-parrot

2013-11-27 Thread Patrick R. Michaud
I have a strong suspicion that this bug is related to https://github.com/parrot/parrot/issues/795 . As demonstrated in that issue, Parrot tends to gobble up all available memory even in a simple case of allocating and releasing an array, and once the process is at the edge of its memory allocati

[perl #120638] Empty array reference in a loop leaks memory on rakudo-parrot

2013-11-27 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #120638] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=120638 > This script by raydiak on #perl6 leaks memory on perl6-p: #!/usr/bin/env perl6 use v6;