# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #69178] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=69178 >
<masak> I smell a Null PMC access in the Force... <masak> rakudo: repeat while True {} <p6eval> rakudo 446d49: ( no output ) <masak> rakudo: my $a = 1; repeat while $a< 10 { $^a.defined.say; } <p6eval> rakudo 446d49: OUTPUT«Null PMC access in find_method() * masak submits rakudobug Minimizing this a bit further, the program 'repeat while True { $^a.defined }' seems to do the trick