# New Ticket Created by fernandocor...@gmail.com # Please include the string: [perl #129060] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=129060 >
Hi! I found what I think is a bug. The code to reproduce the bug is: class Bla {...}; class Ble {has $.public = "pub"}; class Bla {has Bla $.ble .= new; method say-ble-priv{$.ble.public.say}}; Bla.new.say-ble-priv It waits for ever and camelia says: rakudo-moar 998e2b: OUTPUT«Memory allocation failed; could not allocate 1016 bytes» Thank's Just another Perl Hacker, Fernando (SmokeMachine)