GNOME Bugzilla – Bug 93225
Nautilus crashes on startup when gtk is compiled against xft2
Last modified: 2004-12-22 21:47:04 UTC
Package: nautilus Severity: major Version: 2.0.6 Synopsis: Nautilus crashes on startup when gtk is compiled against xft2 Bugzilla-Product: nautilus Bugzilla-Component: general BugBuddy-GnomeVersion: 2.0 (2.0.5) Description: Description of Problem: Steps to reproduce the problem: 1. Compile gtk against Xft2 2. run nautilus 3. Actual Results: nautilus crashes Expected Results: nautilus runs How often does this happen? every time Additional Information: Only happens when gnome is compiled against xft2 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)...[New Thread 1024 (LWP 13420)] [New Thread 2049 (LWP 13425)] [New Thread 1026 (LWP 13426)] [New Thread 2051 (LWP 13427)] 0x40a613b9 in wait4 () from /lib/libc.so.6
+ Trace 27293
Thread 1 (Thread 1024 (LWP 13420))
------- Bug moved to this database by unknown@bugzilla.gnome.org 2002-09-13 10:59 ------- Reassigning to the default owner of the component, nautilus-maint@bugzilla.gnome.org.
There's no useful information in the backtraces; it doesn't look related to Xft2, however. If these are custom-built packages, you'll need to rebuild them with debugging information in order for us to go any further here. (nautilus works perfectly fine with Xft2 in the packages we build at Red Hat, so it isn't some generic bug in the combination that would be easy to reproduce.)
Indeed, no symbol information, pretty useless. Did it link cleanly ? Did it warn about incompatible gdk / xft versions ? if you don't cleanly re-compile, pango and gtk/gdk then you're going to have serious problems (perhaps like the above). Please rebuild, export CFLAGS=-g before configuring.
I have now worked out the problem 1. I will post details on how I worked it out 2. Posted bug so that it was flagged so if/when I worked it out/problem was solved others could check it out
Combination of getting xft2 done properly ie: wipe out all Xft stuff then install fcpackage recompile metal theme from gtk-engines seems to have issues with nautilus/gnome-panel esp relating to ditem-edit
So can we close this, then, Mike?