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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 24 10:34:20 PST 2008


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





------- Comment #8 from bfulgham at gmail.com  2008-11-24 10:34 PDT -------
Problem was traced to the FontPlatformData.h default constructor.  This did not
initialize the Cairo-specific m_scaledFont member, resulting in it defaulting
to 0xbaadf00d.  Previously, the stack-allocated static nature of the object
triggered the object to be 0-initialized before use.

Patch to come.


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