[Bug 12307] firefox 3 crash on some web pages [dogfood]

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Aug 19 02:59:21 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=12307





--- Comment #23 from Michael Karcher <wine at mkarcher.dialup.fu-berlin.de>  2008-08-19 02:59:20 ---
No, it does not mean you have to call GetGlyphIndicesW earlier. You can do
that, and you should put the result into the cache then, but even at that point
you might decide that you need to call GetGlyphIndicesW right now, and return
STATUS_PENDING. In that case, the application should retry the call with a
valid DC instead of a null DC. MSDN reads like Windows puts the character to
glyph index map into the cache, but I don't know whether it gets the whole map
at the beginning or incrementally builds the map for character codes or unicode
blocks.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list