[Webkit-unassigned] [Bug 126610] Memory leak from windowScriptObjectAvailable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 14 12:53:56 PST 2014


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





--- Comment #8 from Mark Hahnenberg <mhahnenberg at apple.com>  2014-01-14 12:51:34 PST ---
Where is the extra reference to the JSContextRef coming from? Maybe the ref count is zero, but you're not sweeping anything so finalization never happens? Does the IncrementalSweeper work on Windows?

collectAllGarbage also forces eager sweeping, which is why it would cause finalization to happen.

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