[perl #131666] NativeCall MoarVM panic

2019-04-29 Thread David Warring via RT
Can confirm this is still current behaviour with Rakudo 2019. I have came across exactly the same issue and found this ticket. I've noticed, If I change the example to catch exceptions. It then runs: sub start-element($, $elem, $attr) { say "open $elem".indent($depth * 4);

[perl #131666] NativeCall MoarVM panic

2017-06-27 Thread via RT
# New Ticket Created by Vladimir Marek # Please include the string: [perl #131666] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131666 > I took the NativeCall sample from here: