GNOME Bugzilla – Bug 102322
nautilus crashes when Xft2 with subpixel AA enabled
Last modified: 2004-12-22 21:47:04 UTC
Package: nautilus Severity: normal Version: 2.0.8 Synopsis: nautilus crashes when Xft2 with subpixel AA enabled Bugzilla-Product: nautilus Bugzilla-Component: general BugBuddy-GnomeVersion: 2.0 (2.0.6) Description: nautilus crashes when sub-pixel AA is enabled.. I have nautilus 2.0.8 with pango 1.2.0 and gtk/gdk/glib 2.2.0 (and xft-fontconfig 2.1 from XFree86 CVS).. I'm putting this bug on nautilus, but it might well be fontconfig or gtk/pango.... Making this my ~/.fonts.conf makes nautilus crash, removing it fixed the problem... <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <match target="font"> <test qual="all" name="rgba"> <const>unknown</const> </test> <edit name="rgba" mode="assign"><const>rgb</const></edit> </match> </fontconfig> Debugging Information: Backtrace was generated from '/usr/bin/nautilus' (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...[New Thread 16384 (LWP 7223)] 0x40ba0459 in wait4 () from /lib/libc.so.6
+ Trace 32208
Thread 1 (Thread 16384 (LWP 7223))
------- Bug moved to this database by unknown@bugzilla.gnome.org 2003-01-01 20:22 ------- Reassigning to the default owner of the component, nautilus-maint@bugzilla.gnome.org.
The stack-trace is unique, but it doesn't seem Nautilus caused it. It seems fontconfig is to blame. Closing as NOTGNOME.
CC'ing keithp so that he'll see the stack trace.
*** Bug 105961 has been marked as a duplicate of this bug. ***
*** Bug 106163 has been marked as a duplicate of this bug. ***
*** Bug 107674 has been marked as a duplicate of this bug. ***
*** Bug 105908 has been marked as a duplicate of this bug. ***
*** Bug 114336 has been marked as a duplicate of this bug. ***