# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #69314] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=69314 >
<masak> rakudo: sub foo($n) { say $n; if $n { callsame($n-1) } }; foo(1) <p6eval> rakudo 0eaf62: OUTPUT«1Null PMC access in clone()in sub foo [...] * masak submits rakudobug Hm, maybe I should have used 'callwith' in that piece of code? Anyway, the bug manifests itself for <call next> X~ <same with>.