GNOME Bugzilla – Bug 119370
Nautilus crashed in 'realize' at nautilus-icon-container.c:3016
Last modified: 2004-12-22 21:47:04 UTC
Distribution: Red Hat Linux release 9 (Shrike) Package: nautilus Severity: critical Version: GNOME2.3.6 2.3.x Gnome-Distributor: GNOME.Org Synopsis: Nautilus crashed. Bugzilla-Product: nautilus Bugzilla-Component: general Bugzilla-Version: 2.3.x BugBuddy-GnomeVersion: 2.0 (2.3.3.1) Description: Description of the crash: It crashed while I was downloading an rpm. (I don't know if that really has any relation to the problem.) Steps to reproduce the crash: 1. N/A Expected Results: Nautilus should never crash. How often does this happen? N/A Additional Information: Debugging Information: Backtrace was generated from '/gnome/head/INSTALL/bin/nautilus' [New Thread 1088306400 (LWP 21131)] [New Thread 1094237488 (LWP 21147)] [New Thread 1093971248 (LWP 21146)] [New Thread 1092975920 (LWP 21142)] [New Thread 1092709680 (LWP 21141)] [New Thread 1092443440 (LWP 21140)] [New Thread 1092177200 (LWP 21139)] 0xffffe002 in ?? ()
+ Trace 39443
Thread 1 (Thread 1088306400 (LWP 21131))
------- Bug moved to this database by unknown@bugzilla.gnome.org 2003-08-07 16:47 ------- Reassigning to the default owner of the component, nautilus-maint@bugzilla.gnome.org.
Just saw this bug. I'm using Nautilus 2.3.9 (compiled with Garnome 0.26.1). I didn't do anything special: I clicked on the Evolution launcher from the panel and I got this stack trace. Backtrace was generated from '/usr/local/garnome/bin/nautilus' [New Thread 16384 (LWP 19675)] [New Thread 32769 (LWP 19713)] [New Thread 16386 (LWP 19714)] [New Thread 32771 (LWP 19715)] [New Thread 49156 (LWP 19716)] [New Thread 65541 (LWP 19717)] 0x40c7db89 in wait4 () from /lib/libc.so.6
+ Trace 39926
Thread 6 (Thread 65541 (LWP 19717))
Thread 5 (Thread 49156 (LWP 19716))
Thread 4 (Thread 32771 (LWP 19715))
Thread 3 (Thread 16386 (LWP 19714))
Thread 1 (Thread 16384 (LWP 19675))
Sorry for the spam : I forgot to CC myself.
Hmm, this looks related to bug 117931. Here the assertion failing is: g_assert (GTK_IS_WINDOW (gtk_widget_get_toplevel (widget))); where widget it the iconcontainer. In bug 117931 the assertion failing is: window = gtk_widget_get_ancestor (GTK_WIDGET (view),BONOBO_TYPE_WINDOW); g_assert (window != NULL); These look quite similar. I don't understand why it can fail though? Is the widget somehow unparented?
*** Bug 122131 has been marked as a duplicate of this bug. ***
*** Bug 123181 has been marked as a duplicate of this bug. ***
Setting version->2.4.x, adding GNOMEVER2.4, STACKTRACE keywords.
*** Bug 127048 has been marked as a duplicate of this bug. ***
*** Bug 127069 has been marked as a duplicate of this bug. ***
*** Bug 131683 has been marked as a duplicate of this bug. ***
*** Bug 122825 has been marked as a duplicate of this bug. ***
*** This bug has been marked as a duplicate of 122141 ***