[Webkit-unassigned] [Bug 28148] New: Requests through the SOUP layer leaks memory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 10 08:16:07 PDT 2009


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

           Summary: Requests through the SOUP layer leaks memory
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: john.kjellberg at power.alstom.com


Created an attachment (id=34451)
 --> (https://bugs.webkit.org/attachment.cgi?id=34451)
Code making one XMLHttpRequest every 0.1s

The attached test case makes one XMLHttpRequest() call each 0.1s. As times goes
by it uses more and more memory. This will most likely also affect any type of
HTTP request made.

I have found a code change that will stop the leak. However, that isn't really
a solution, but it might be a hint to someone that knows the code better. I
based the change on how it worked in earlier revisions of the code that didn't
have this leak.
(Why the "m_isWebSecurityEnabled" change is needed I have no idea. Only found
it by a lucky coincident)

-- 
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