GNOME Bugzilla – Bug 70351
non exsistant fonts referenced by Xft cause gnome-session to crash
Last modified: 2004-12-22 21:47:04 UTC
gnome-session (And nautilus) both segfault upon startup backtrace:
+ Trace 17181
strace showed that it was trying to load a font which didn't exsist. checking the Xftcache in that fontdir showed the nonexsistant font referenced. removing the Xftcache remedied the problem.
*** Bug 70401 has been marked as a duplicate of this bug. ***
Happens with Nautilus as well as gnome-session, think this bug belongs in pango.
This is repeatable with Xft on my machine. Looking at the Xft code it seems to blindly trust the caches.
2002-02-28 Alex Larsson <alexl@redhat.com> * pango/pangoft2.c (pango_ft2_font_get_face): Check for errors when loading font face, fall back to sans, exit with warning if no font found. It's hard to do better than this.
Doing better probable would involve shipping a font with Pango.
*** This bug has been marked as a duplicate of 86150 ***