RESOLVED FIXED Bug 15373
fast/images/animated-background-image-crash.html shows vm_allocate error in Safari
https://bugs.webkit.org/show_bug.cgi?id=15373
Summary fast/images/animated-background-image-crash.html shows vm_allocate error in S...
Eric Seidel (no email)
Reported 2007-10-04 08:42:45 PDT
fast/images/animated-background-image-crash.html shows vm_allocate error in Safari Safari(23270,0xa000d000) malloc: *** vm_allocate(size=1800003584) failed (error code=3) Safari(23270,0xa000d000) malloc: *** error: can't allocate region Safari(23270,0xa000d000) malloc: *** set a breakpoint in szone_error to debug We should never need to allocate an ImageBuffer that large. Likely this is due to bug 12095, and SVGImage just allocating a maximum size buffer to hold the SVG instead of allocating one at the destination size.
Attachments
Eric Seidel (no email)
Comment 1 2007-11-28 12:19:13 PST
This is possibly just a dup of bug 16164.
Robert Blaut
Comment 2 2008-03-19 06:11:51 PDT
Reported test case doesn't crash in the latest Webkit.
Eric Seidel (no email)
Comment 3 2008-03-19 09:56:19 PDT
(In reply to comment #2) > Reported test case doesn't crash in the latest Webkit. > Beth fixed one of the SVGImage large allocation crashes long ago. It looks like this test has been re-enabled since.
Note You need to log in before you can comment on or make changes to this bug.