# New Ticket Created by Ilya Belikin
# Please include the string: [perl #60854]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=60854 >
Hi!
Rakudo 33212, example:
class R { has Range $.range }
my $r = R.new;
died with:
Nul
On Wed Nov 26 04:27:12 2008, ihrd wrote:
> Hi!
> Rakudo 33212, example:
>
> class R { has Range $.range }
> my $r = R.new;
>
> died with:
> Null PMC access in clone()
> current instr.: 'parrot;Perl6Object;!cloneattr' pc 782
>
Ah yes, a missing null check. Added in r33218.
Thanks,
Jonathan