[Webkit-unassigned] [Bug 22444] Strange deadlocking in FontCache.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 23 21:29:47 PST 2008


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





------- Comment #2 from bfulgham at gmail.com  2008-11-23 21:29 PDT -------
Further testing shows that the problem is with the two static emptyValue
methods:

FontDataCacheKeyTraits::emptyValue
FontPlatformDataCacheKeyTraits::emptyValue

If either (or both) of these methods makes use of the DEFINE_STATIC_LOCAL macro
the WebView will deadlock during rendering of the test page.  The other
DEFINE_STATIC_LOCAL macro uses do not seem to create any problems.


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