[Webkit-unassigned] [Bug 121407] [Windows] Embedding in ASP.NET (and other) contexts cause crash on thread termination
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 16 09:51:56 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=121407
--- Comment #3 from Alexey Proskuryakov <ap at webkit.org> 2013-09-16 09:51:04 PST ---
Yes, WebKit is not designed to be unloadable.
Allocating objects in data section won't help with this. For example, AtomicString has a pointer to StringImpl, which is allocated in heap, and would still "leak".
--
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