# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #73738] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=73738 >
<moritz_> rakudo: try { '"a' ~~ /'"' ~ '"' a/ }; say "alive"; <p6eval> rakudo 35f337: OUTPUT«alive» <moritz_> wow, why does it break here? <moritz_> rakudo: say try { '"a' ~~ /'"' ~ '"' a/ }; <masak> works here. <p6eval> rakudo 35f337: OUTPUT«Null PMC access in type() [...] <moritz_> ah, that's the one * masak submits rakudobug <moritz_> if you use the result of the try block <moritz_> rakudo: say try { die 'foo' } <p6eval> rakudo 35f337: OUTPUT«Null PMC access in type() [...] <masak> rakudo: say try {} <p6eval> rakudo 35f337: OUTPUT«Null PMC access in type() [...]