After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 301538 - gnome-font-viewer segfaults on any font
gnome-font-viewer segfaults on any font
Status: RESOLVED DUPLICATE of bug 158551
Product: gnome-control-center
Classification: Core
Component: [obsolete] fonts:///
2.10.x
Other All
: High critical
: ---
Assigned To: James Henstridge
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-04-22 03:25 UTC by Matthias Clasen
Modified: 2005-04-22 10:26 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Matthias Clasen 2005-04-22 03:25:07 UTC
Steps to reproduce:
Could be an Xft bug

Stack trace:
0x00964926 in _XftSetFace () from /usr/X11R6/lib/libXft.so.2
(gdb) bt
  • #0 _XftSetFace
    from /usr/X11R6/lib/libXft.so.2
  • #1 XftFontCopy
    from /usr/X11R6/lib/libXft.so.2
  • #2 XftFontManageMemory
    from /usr/X11R6/lib/libXft.so.2
  • #3 XftFontClose
    from /usr/X11R6/lib/libXft.so.2
  • #4 ??
  • #5 __libc_start_main
    from /lib/libc.so.6
  • #6 ??


Other information:
Comment 1 James Henstridge 2005-04-22 05:10:17 UTC
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.
Comment 2 James Henstridge 2005-04-22 10:01:21 UTC
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 ***
Comment 3 James Henstridge 2005-04-22 10:26:12 UTC
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.