Re: [perl #120397] [BUG] Segfault (Moar, JVM) and Null PMC access (Parrot) when assigning to a variable "declared" in a subsignature in a variable declaration in Rakudo

2014-10-21 Thread Nicholas Clark
On Fri, Oct 17, 2014 at 03:08:12AM -0700, Christian Bartolomaeus via RT wrote: > Status update: Right now this is no longer a Null PMC access error on Parrot > but we get a segfault on Moar as well: > > $ perl6-m -e 'my $a ($b, $c); $b = 42;' > Segmentation fault valgrind doesn't spot any undefi

[perl #120397] [BUG] Segfault (Moar, JVM) and Null PMC access (Parrot) when assigning to a variable "declared" in a subsignature in a variable declaration in Rakudo

2014-10-17 Thread Christian Bartolomaeus via RT
Status update: Right now this is no longer a Null PMC access error on Parrot but we get a segfault on Moar as well: $ perl6-m -e 'my $a ($b, $c); $b = 42;' Segmentation fault $ perl6-p -e 'my $a ($b, $c); $b = 42;' Cannot assign to an immutable value in block at -e:1 $ perl6-j -e 'my $a ($b,