Skip Menu |

This queue is for tickets about the Image-Imlib2 CPAN distribution.

Report information
The Basics
Id: 17250
Status: rejected
Priority: 0/
Queue: Image-Imlib2

People
Owner: Nobody in particular
Requestors: cpan [...] clotho.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.07
Fixed in: (no value)



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
On Tue Jan 24 15:14:04 2006, CLOTHO wrote: Show quoted text
> 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.
Drat, sounds like a problem in the C library. There's not much I can do. Leon
From: cdolan [...] cpan.org
FYI, this problem did not recur with Image::Imlib2 v1.08. So, either it was a fluke or the new release fixed it in some way. Please keep this bug as "rejected". -- Chris