[Webkit-unassigned] [Bug 30408] ThreadSpecific instances or ThreadGlobalData instance is being leaked when the WebKit library is being reloaded.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 15 18:57:38 PDT 2009


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #41258|review?                     |review-
               Flag|                            |




--- Comment #2 from Alexey Proskuryakov <ap at webkit.org>  2009-10-15 18:57:38 PDT ---
(From update of attachment 41258)
+        Allocated threadGlobalData statically, not on heap such that it
+        will be destroyed when the library is unloaded.

We don't allow static objects with destructors, because we want application
shutdown to be fast.

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