[Webkit-unassigned] [Bug 22753] Reproducible global object leak caused by setInterval

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 9 05:21:10 PST 2008


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





------- Comment #6 from dimich at chromium.org  2008-12-09 05:21 PDT -------
Not enough calls to stopActiveDOMObjects().
In this case, the suspended CachedPages are cleared when window is closed. This
code path never calls stopActiveDOMObjects() and it caused live JS wrappers to
stay alive.
After window close, the cached pages are cleared and it seems
Document::detach() is a good place to stop active objects. I hope documents can
not 'attach' back.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list