[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
Sun Sep 15 20:00:37 PDT 2013


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


Brent Fulgham <bfulgham at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bfulgham at webkit.org




--- Comment #1 from Brent Fulgham <bfulgham at webkit.org>  2013-09-15 19:59:46 PST ---
Alexey later pointed out:

>    static AtomicString lucidaStr("Lucida Grande");

It is a mistake to use static objects with destructors in WebKit - we don't want to waste time destructing them at process termination time. To fix this issue, DEFINE_STATIC_LOCAL should be used.

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