GNOME Bugzilla – Bug 301538
gnome-font-viewer segfaults on any font
Last modified: 2005-04-22 10:26:12 UTC
Steps to reproduce: Could be an Xft bug Stack trace: 0x00964926 in _XftSetFace () from /usr/X11R6/lib/libXft.so.2 (gdb) bt
+ Trace 58532
Other information:
It sounds like a duplicate of bug 158551 (which was an Xft bug) Do you know if this bug is fixed in your Xft packages? https://bugs.freedesktop.org/show_bug.cgi?id=1951 IIRC, the Xft from the Xorg releases still contains the bug, and it existed in some standalone Xft releases.
Closing as duplicate. The differences in the stack trace are due to missing symbols: 1. XftFontDestroy is static, and defined next to XftFontCopy 2. _XftReleaseFile is also static and defined next to _XftSetFace *** This bug has been marked as a duplicate of 158551 ***
For what it's worth, I did file a bug against xorg itself about this here: https://bugs.freedesktop.org/show_bug.cgi?id=1958 It sat around for 3 months and was then closes as NOTOURBUG without actually merging in the fix. I guess it isn't a huge problem, given that they're planning to modularise X, finally.