# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #61732] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=61732 >
<ruoso> rakudo: sub foo { fail 'foo'; }; sub bar { foo(); 2; CATCH { when Str {1} } }; say bar(); <masak> ah. <p6eval> rakudo 34376: OUTPUT«Null PMC access in isa() [...] <masak> should we report the Null PMC access? <ruoso> masak, sure.. * masak reports