[perl #62316] printf with too few arguments returns "Null PMC Access"

2013-04-21 Thread Will Coleda via RT
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()

[perl #62316] printf with too few arguments returns "Null PMC Access"

2009-08-25 Thread jn...@jnthn.net via RT
On Tue Jan 13 13:06:01 2009, masak wrote: > Rakudo r35481 reacts badly to a printf wherein the variables needed > are fewer than the variables available. > > $ perl6 -e 'printf("%s")' > Null PMC access in get_string() > [...] Now it returns a Failure. Pushed fix in git 9efc9fe and tests unfudged.

[perl #62316] printf with too few arguments returns "Null PMC Access"

2009-01-14 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #62316] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=62316 > Rakudo r35481 reacts badly to a printf wherein the variables needed are fewer than the v