[Webkit-unassigned] [Bug 126610] Memory leak from windowScriptObjectAvailable
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 14 14:50:51 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=126610
--- Comment #10 from Mark Hahnenberg <mhahnenberg at apple.com> 2014-01-14 14:48:29 PST ---
I would do some further investigation into whether or not sweeping is being triggered in a timely manner. Try adding a printf or breakpoint inside MarkedBlock::sweep and see if things are being swept after the WebView is closed. Sweeping is when finalizers are run, so if a finalizer isn't running that should be the first thing to check.
--
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