# New Ticket Created by Paweł Pabian # Please include the string: [perl #77644] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=77644 >
Star 2010.08 release Run folloing code and it will start eating up memory quite fast. $ perl6 -e 'use Test; eval_lives_ok "" for 1..10000' [11:59] <moritz_> eval '' while 1; also leaks [11:59] <moritz_> so I think it's eval() that leaks