[Bug 506262] X crash - FreeType: couldn't open face /usr/share/fonts/cjkuni/ukai.ttc: 1

bugzilla at redhat.com bugzilla at redhat.com
Fri Jun 19 18:53:47 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=506262





--- Comment #2 from Adam Jackson <ajax at redhat.com>  2009-06-19 14:53:46 EDT ---
The freetype thing is a red herring, FindGlyphRef doesn't call into freetype at
all.

3: /usr/bin/X(FindGlyphRef+0x2c) [0x51e90c]

% echo 0x51e90c | eu-addr2line -e /usr/lib/debug/usr/bin/Xorg.debug
/usr/src/debug/xorg-server-1.6.1.901/render/glyph.c:152

That line is:

    CARD32      tableSize = hash->hashSet->size;

Which suggests that either hash or hashSet are NULL somehow; almost certainly
hashSet, since hash is a pointer to a global array.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the fonts-bugs mailing list