# 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
# 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