# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #61034] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=61034 >
Rakudo r33458:
$ ./perl6 -e 'my $a = do given 5 {}'
Null PMC access in isa()
[...]
Segmentation fault
As soon as the given block contains _something_ (when, default, or
just about anything else), the error goes away.
