Subject: | t/simple.t $poly->fill exhausts all memory |
Running Mac OS X 10.4.4 using Apple's build of Perl 5.8.6. I installed
imlib2 1.1.0 via "fink install imlib2".
When running "perl Build test", the tests pass through test 10/12 in
t/simple.t, but then RAM usage increases to over 700 MB, causing my
machine (1 GB ram) to thrash until it crashes with a vm_allocate() error.
I get the same error when running simply via "perl -Mblib t/simple.t" so
it does not appear to be an interaction with M::B or Harness that's
causing the problem.
By trial-and-error placement of "__END__" in t/simple.t, I determined
that the trouble starts with the "$poly->fill()" line.
-- Chris