[perl #126189] [BUG] [LEAK] loop { 0, .1 ... 1000 }

2015-11-14 Thread Tobias Leich via RT
I did run this: $ valgrind --leak-check=full --show-leak-kinds=all /home/froggs/dev/nqp/install/bin/moar --execname="$0" --libpath="/home/froggs/dev/nqp/install/share/nqp/lib" --libpath="/home/froggs/dev/nqp/install/share/perl6/lib" --libpath="/home/froggs/dev/nqp/install/share/perl6/runtime"

[perl #126189] [BUG] [LEAK] loop { 0, .1 ... 1000 }

2015-09-25 Thread via RT
# New Ticket Created by Larry Wall # Please include the string: [perl #126189] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126189 > Leaks memory, probably due to the implicit function being called to produce the next value.