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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 12 07:03:58 PDT 2009


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


Priit Laes (IRC: plaes) <amd at store20.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amd at store20.com




--- Comment #3 from Priit Laes (IRC: plaes) <amd at store20.com>  2009-08-12 07:03:57 PDT ---
(In reply to comment #0)
> Created an attachment (id=34451)
 --> (https://bugs.webkit.org/attachment.cgi?id=34451) [details]
> 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)

Hmm.. this is actually causing crash when closing the page after a few
requests... :S

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