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

Reply via email to