I've tested on FreeBSD 6.0 and OS X 10.3.9, and t/problematic.t is successful for both, both with r11418.

But, I've encountered two major problems. On darwin, I can't finish past_node.t, first parrot takes over 100 megs of ram, then perl(5.8.7) wants 180 megs. On freebsd, it's actually worse, but more confusing. It fails with past_*.t and post_*.t. But past.t is fine. It's essentially a lot of out of memory errors(yet swap space isn't touched, and there's free ram at that moment). Darwin essentially starts "stalling" when freebsd just gives up on allocating more memory. Line numbers aren't given in the print out, except for src/memory.c line 92.

On Feb 3, 2006, at 5:47 PM, Allison Randal wrote:

On Feb 2, 2006, at 15:10, Patrick R. Michaud via RT wrote:

...as of r11409, I'm not seeing the 'make test' error for punie
(on my Linux/x86_64 box).

I don't know if this is because it's now working, or because you've
routed around the particular problem you were seeing, so let
me know if you're still getting the error and I'll look into it
right away.  I definitely would like to make sure it's not a PGE
issue.  :-)

It's only in my local svk repository. I'll push it so others can work on the bug (and try it out on multiple platforms). I temporarily added a test file language/punie/t/problematic.t that isolates the failing test (makes it easier to filter through the debugging output).

Allison


Reply via email to