GNOME Bugzilla – Bug 318532
gnome-font-viewer segfault
Last modified: 2005-10-11 05:37:03 UTC
Distribution/Version: Slackware 10.2/Gnome 2.12.0 from GWARE.org GNOME Font Viewer doesn't start when double click in Nautilus over any truetype font. On terminal "gnome-font-viewer anyfont.ttf" shows "Segmentation fault". Steps: 1. Open Nautilus 2. Double click (or use context menu: Open with "GNOME Font Viewer") on any truetype file. Actual results: Startup notifier is working but GNOME Font Viewer never starts. Alternate steps: 1. Open terminal 2. $ gnome-font-viewer <path_to>/anyfont.ttf Actual results: Segmentation fault Expected results: Truetype font opened in GNOME Font Viewer. Stack trace using gdb: [Thread debugging using libthread_db enabled] [New Thread 16384 (LWP 14522)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 16384 (LWP 14522)] 0x40b72263 in strlen () from /lib/libc.so.6 (gdb) thread apply all bt
+ Trace 63469
Thread 1 (Thread 16384 (LWP 14522))
This crash is due to a bug in the version of libXft included with your distribution. The fix for that bug is in the upstream Xft, but if you want to see the problem fixed in your distribution, you could ask the distro to apply the patch found here: https://bugs.freedesktop.org/show_bug.cgi?id=1951 *** This bug has been marked as a duplicate of 158551 ***