[perl #115184] Segmentation Fault on 'try { CATCH { ~$! }; die }'

2012-10-08 Thread via RT
# New Ticket Created by Paweł Pabian # Please include the string: [perl #115184] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=115184 > rakudo: try { CATCH { ~$! }; die } # shortest form that segfaults on my machine

[perl #115186] Catched exception stil causes code to die.

2012-10-08 Thread via RT
# New Ticket Created by Paweł Pabian # Please include the string: [perl #115186] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=115186 > rakudo: try { CATCH { }; die; }; say "alive" rakudo 870d18: OUTPUT«␤ in bloc