[Webkit-unassigned] [Bug 140919] WeakMap Object key expected to be garbage collected is not

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 27 14:23:06 PST 2015


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

Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #4 from Joseph Pecoraro <joepeck at webkit.org> ---
Geoff and I debugged this for a bit, and it looks like this is okay. For one, eventually in the test the object does get cleaned up so long term that looks fine. But further investigation into why it was temporary alive, it looks like the object is alive because it is on the stack during collection. Adding a "timeout" between the map mutation and collection, the object goes away as expected!

Closing as behaves correctly.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150127/117c1863/attachment-0002.html>


More information about the webkit-unassigned mailing list