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 <a...@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.

_______________________________________________
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list

Reply via email to