[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:12:37 PDT 2009


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





--- Comment #4 from John Kjellberg <john.kjellberg at power.alstom.com>  2009-08-12 07:12:37 PDT ---
(In reply to comment #3)
> (In reply to comment #0)
> > Created an attachment (id=34451)
 --> (https://bugs.webkit.org/attachment.cgi?id=34451) [details] [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

That's interesting. I have been running it for quite long time and then closed
the whole GtkLauncher window without any indication of a crash.

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