On Feb 2, 2006, at 2:33, Allison Randal (via RT) wrote:
I've spent too much time on this error, so I'm routing around it, but
I'd love to figure out what's causing it. In my local version of
Punie I get this error when I run 'make test':
[ ... ]
... Also, if I modify the Punie compiler to dump out generated PIR
to a file before it executes it, I get no errors even on the bytecode
version.
While this all smells like a GC bug, I don't see it with r11401 on
darwin nor x86/linux. I've also run io_print_6 through valgrind on the
latter, which also doesn't show any indication re string truncation.
Anyway, if it's a GC bug, the following should succeed:
punie$ TEST_PROG_ARGS=-G make test
and
$ ./parrot -G languages/punie/punie.pbc
languages/punie/t/io_print_6.p1
Thanks,
Allison
leo