[Webkit-unassigned] [Bug 84168] New: Large form post data causes unstoppable memory growth and crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 17 11:04:25 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=84168

           Summary: Large form post data causes unstoppable memory growth
                    and crash
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
               URL: http://chrisbosco.com/proto/safari/
        OS/Version: Mac OS X 10.7
            Status: UNCONFIRMED
          Severity: Major
          Priority: P4
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: matt.slocum at ymail.com


The example above is not from me, but from someone else that is also experiencing the same problem http://chrisbosco.com/proto/safari/

An HTML5 Canvas element creates very large data strings when submitting in a form using mycanvas.toDataURL(). Other browsers submit large form post data properly, but Mac Safari, Mac Chrome, iOS Safari (iPhone & iPad) causes huge memory growth. Post data around 500KB makes the browser spike to >600MB of memory and become completely unresponsive (iOS browsers crash). The server does receive the connection and some of the data. 

Similar threads: https://discussions.apple.com/thread/3145102?start=0&tstart=0
http://stackoverflow.com/questions/6508650/when-posting-a-large-amount-of-data-from-html-canvas-to-an-iframe-target-safa

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list