On Sat Mar 23 22:45:10 2013, quester...@gmail.com wrote: > Hello, > > Oddly, this is exactly the same symptom that was reported and resolved in > 2009 in bug #62316. It looks like it sneaked back into the latest version > of Rakudo. > > $ perl6 -e 'printf "%s"' > Null PMC access in get_string() > in sub sprintf at src/gen/CORE.setting:2471 > in sub printf at src/gen/CORE.setting:2476 > in block at -e:1 > > $ perl6 -v > This is perl6 version 2013.03 built on parrot 4.10.0 revision RELEASE_4_10_0 > > Niecza rejects this with a more appropriate "Unhandled exception: Not > enough arguments for this format string". > > Best regards, > Ira Kevin Byerly > quester (on #perl6 and perlmonks) > quester...@gmail.com
This dies again with ./perl6 -e 'printf "%s"' Null PMC access in get_string() in sub sprintf at src/gen/CORE.setting:2554 in sub printf at src/gen/CORE.setting:2559 in block at -e:1 -- Will "Coke" Coleda