[Webkit-unassigned] [Bug 15373] New: fast/images/animated-background-image-crash.html shows vm_allocate error in Safari
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 4 08:42:45 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=15373
Summary: fast/images/animated-background-image-crash.html shows
vm_allocate error in Safari
Product: WebKit
Version: 522+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Severity: Normal
Priority: P2
Component: SVG
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: eric at webkit.org
BugsThisDependsOn: 12095
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.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list