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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 9 15:23:11 PST 2014


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





--- Comment #1 from Alex Christensen <alex.christensen at flexsim.com>  2014-01-09 15:20:54 PST ---
Inspired by https://bugs.webkit.org/attachment.cgi?id=93818&action=prettypatch I added vm.heap.collectAllGarbage() to JSGlobalContextRelease and it fixed my problem without appearing to break anything.  That's not optimal performance, and that's certainly not a good fix, but I think it's close.  Is there a reason we aren't garbage collecting at all in JSGlobalContextRelease at all anymore?

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