GNOME Bugzilla – Bug 594302
[FIXED in 2.26.4 and 2.28] Crash in update_caption_combo_box at nautilus-file-management-properties.c line 377
Last modified: 2010-09-13 19:23:08 UTC
Version: 2.26.3 What were you doing when the application crashed? The tree view was available and I tried to open the Preferences window and then the crash occured. Distribution: Debian squeeze/sid Gnome Release: 2.26.1 2009-04-14 (Debian) BugBuddy Version: 2.26.0 System: Linux 2.6.30-1-amd64 #1 SMP Sat Aug 15 18:09:19 UTC 2009 x86_64 X Vendor: The X.Org Foundation X Vendor Release: 10603000 Selinux: No Accessibility: Disabled GTK+ Theme: Clearlooks Icon Theme: gnome GTK+ Modules: gnomebreakpad, canberra-gtk-module Memory status: size: 448212992 vsize: 448212992 resident: 20217856 share: 13688832 rss: 20217856 rss_rlim: 18446744073709551615 CPU usage: start_time: 1252222991 rtime: 235 utime: 212 stime: 23 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/usr/bin/nautilus' [Thread debugging using libthread_db enabled] 0x00007fe790b1128f in __libc_waitpid (pid=28832, stat_loc=0x7fffb40f0a70, options=0) at ../sysdeps/unix/sysv/linux/waitpid.c:41 in ../sysdeps/unix/sysv/linux/waitpid.c
+ Trace 217357
Thread 1 (Thread 0x7fe795276800 (LWP 4652))
---- Critical and fatal warnings logged during execution ---- ** Gtk **: gtk_combo_box_append_text: assertion `GTK_IS_COMBO_BOX (combo_box)' failed ** Gtk **: gtk_combo_box_append_text: assertion `GTK_IS_COMBO_BOX (combo_box)' failed ** Gtk **: gtk_combo_box_append_text: assertion `GTK_IS_COMBO_BOX (combo_box)' failed ** Gtk **: gtk_combo_box_append_text: assertion `GTK_IS_COMBO_BOX (combo_box)' failed ** Gtk **: gtk_combo_box_append_text: assertion `GTK_IS_COMBO_BOX (combo_box)' failed ** Gtk **: gtk_combo_box_append_text: assertion `GTK_IS_COMBO_BOX (combo_box)' failed ** Gtk **: gtk_combo_box_append_text: assertion `GTK_IS_COMBO_BOX (combo_box)' failed ** Gtk **: gtk_combo_box_append_text: assertion `GTK_IS_COMBO_BOX (combo_box)' failed ** Gtk **: gtk_combo_box_append_text: assertion `GTK_IS_COMBO_BOX (combo_box)' failed ** Gtk **: gtk_combo_box_append_text: assertion `GTK_IS_COMBO_BOX (combo_box)' failed ** GLib-GObject **: g_object_set_data_full: assertion `G_IS_OBJECT (object)' failed ** Gtk **: gtk_widget_set_sensitive: assertion `GTK_IS_WIDGET (widget)' failed ** GLib-GObject **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed ** GLib-GObject **: g_signal_handlers_block_matched: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed ** GLib-GObject **: g_object_get_data: assertion `G_IS_OBJECT (object)' failed ----------- .xsession-errors --------------------- (nautilus:4652): GLib-GObject-CRITICAL **: g_object_set_data_full: assertion `G_IS_OBJECT (object)' failed (nautilus:4652): Gtk-CRITICAL **: gtk_widget_set_sensitive: assertion `GTK_IS_WIDGET (widget)' failed (nautilus:4652): GLib-GObject-WARNING **: invalid (NULL) pointer instance (nautilus:4652): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed (nautilus:4652): GLib-GObject-WARNING **: invalid (NULL) pointer instance (nautilus:4652): GLib-GObject-CRITICAL **: g_signal_handlers_block_matched: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed (nautilus:4652): GLib-GObject-CRITICAL **: g_object_get_data: assertion `G_IS_OBJECT (object)' failed 41 ../sysdeps/unix/sysv/linux/waitpid.c: No such file or directory. --------------------------------------------------
*** Bug 594641 has been marked as a duplicate of this bug. ***
*** Bug 594876 has been marked as a duplicate of this bug. ***
*** Bug 594947 has been marked as a duplicate of this bug. ***
*** Bug 594958 has been marked as a duplicate of this bug. ***
*** Bug 594965 has been marked as a duplicate of this bug. ***
*** Bug 595118 has been marked as a duplicate of this bug. ***
*** Bug 595112 has been marked as a duplicate of this bug. ***
*** Bug 595189 has been marked as a duplicate of this bug. ***
*** Bug 595301 has been marked as a duplicate of this bug. ***
*** Bug 595333 has been marked as a duplicate of this bug. ***
*** Bug 595334 has been marked as a duplicate of this bug. ***
*** Bug 595344 has been marked as a duplicate of this bug. ***
*** Bug 595349 has been marked as a duplicate of this bug. ***
*** Bug 595395 has been marked as a duplicate of this bug. ***
*** Bug 595396 has been marked as a duplicate of this bug. ***
*** Bug 595407 has been marked as a duplicate of this bug. ***
*** Bug 595413 has been marked as a duplicate of this bug. ***
*** Bug 595474 has been marked as a duplicate of this bug. ***
*** Bug 595322 has been marked as a duplicate of this bug. ***
*** Bug 594526 has been marked as a duplicate of this bug. ***
This was fixed by the following commit, but the commit hasn't been backported to gnome-2-26. commit bf6bfde36bcadf43a39fb095650b7fc78741d62a Author: Matthias Clasen <mclasen@redhat.com> Date: Wed Aug 26 20:05:28 2009 -0400 Fix a duplicate id in a .ui file This caused nautilus-file-management-properties to crash.
*** Bug 595642 has been marked as a duplicate of this bug. ***
*** Bug 595683 has been marked as a duplicate of this bug. ***
*** Bug 595686 has been marked as a duplicate of this bug. ***
*** Bug 595726 has been marked as a duplicate of this bug. ***
*** Bug 595784 has been marked as a duplicate of this bug. ***
*** Bug 595786 has been marked as a duplicate of this bug. ***
*** Bug 595516 has been marked as a duplicate of this bug. ***
*** Bug 595707 has been marked as a duplicate of this bug. ***
*** Bug 595818 has been marked as a duplicate of this bug. ***
*** Bug 595821 has been marked as a duplicate of this bug. ***
*** Bug 595875 has been marked as a duplicate of this bug. ***
*** Bug 595911 has been marked as a duplicate of this bug. ***
*** Bug 595959 has been marked as a duplicate of this bug. ***
(In reply to comment #21) > This was fixed by the following commit, but the commit hasn't been backported > to gnome-2-26. > > commit bf6bfde36bcadf43a39fb095650b7fc78741d62a > Author: Matthias Clasen <mclasen@redhat.com> > Date: Wed Aug 26 20:05:28 2009 -0400 > > Fix a duplicate id in a .ui file > > This caused nautilus-file-management-properties to crash. Good catch. I just backported it to the gnome-2-26 branch. I can't make a release due to a toolchain incompatibility, so I'll ask on the mailing list.
*** Bug 596297 has been marked as a duplicate of this bug. ***
*** Bug 596390 has been marked as a duplicate of this bug. ***
*** Bug 596380 has been marked as a duplicate of this bug. ***
*** Bug 596024 has been marked as a duplicate of this bug. ***
*** Bug 596450 has been marked as a duplicate of this bug. ***
*** Bug 596502 has been marked as a duplicate of this bug. ***
*** Bug 596527 has been marked as a duplicate of this bug. ***
This was fixed in 2.26.4.
*** Bug 596747 has been marked as a duplicate of this bug. ***
*** Bug 596624 has been marked as a duplicate of this bug. ***
*** Bug 596632 has been marked as a duplicate of this bug. ***
*** Bug 596782 has been marked as a duplicate of this bug. ***
*** Bug 596812 has been marked as a duplicate of this bug. ***
*** Bug 597034 has been marked as a duplicate of this bug. ***
*** Bug 597239 has been marked as a duplicate of this bug. ***
*** Bug 597254 has been marked as a duplicate of this bug. ***
*** Bug 597344 has been marked as a duplicate of this bug. ***
*** Bug 597359 has been marked as a duplicate of this bug. ***
*** Bug 597369 has been marked as a duplicate of this bug. ***
*** Bug 597370 has been marked as a duplicate of this bug. ***
*** Bug 597439 has been marked as a duplicate of this bug. ***
*** Bug 597174 has been marked as a duplicate of this bug. ***
*** Bug 597639 has been marked as a duplicate of this bug. ***
*** Bug 597638 has been marked as a duplicate of this bug. ***
*** Bug 597851 has been marked as a duplicate of this bug. ***
*** Bug 597837 has been marked as a duplicate of this bug. ***
*** Bug 597878 has been marked as a duplicate of this bug. ***
*** Bug 597969 has been marked as a duplicate of this bug. ***
*** Bug 597903 has been marked as a duplicate of this bug. ***
*** Bug 598026 has been marked as a duplicate of this bug. ***
*** Bug 598171 has been marked as a duplicate of this bug. ***
*** Bug 597825 has been marked as a duplicate of this bug. ***
*** Bug 598169 has been marked as a duplicate of this bug. ***
*** Bug 598200 has been marked as a duplicate of this bug. ***
*** Bug 598215 has been marked as a duplicate of this bug. ***
*** Bug 595778 has been marked as a duplicate of this bug. ***
*** Bug 598337 has been marked as a duplicate of this bug. ***
*** Bug 598416 has been marked as a duplicate of this bug. ***
*** Bug 598392 has been marked as a duplicate of this bug. ***
*** Bug 598493 has been marked as a duplicate of this bug. ***
*** Bug 598560 has been marked as a duplicate of this bug. ***
*** Bug 598680 has been marked as a duplicate of this bug. ***
*** Bug 598730 has been marked as a duplicate of this bug. ***
*** Bug 598772 has been marked as a duplicate of this bug. ***
*** Bug 598795 has been marked as a duplicate of this bug. ***
*** Bug 594229 has been marked as a duplicate of this bug. ***
*** Bug 598980 has been marked as a duplicate of this bug. ***
To me the bug was solved in the nautilus-2.26.4 version.
*** Bug 599028 has been marked as a duplicate of this bug. ***
*** Bug 599084 has been marked as a duplicate of this bug. ***
*** Bug 599088 has been marked as a duplicate of this bug. ***
*** Bug 599089 has been marked as a duplicate of this bug. ***
*** Bug 599138 has been marked as a duplicate of this bug. ***
*** Bug 599455 has been marked as a duplicate of this bug. ***
*** Bug 599451 has been marked as a duplicate of this bug. ***
*** Bug 599458 has been marked as a duplicate of this bug. ***
*** Bug 599476 has been marked as a duplicate of this bug. ***
*** Bug 599708 has been marked as a duplicate of this bug. ***
*** Bug 599875 has been marked as a duplicate of this bug. ***
*** Bug 600018 has been marked as a duplicate of this bug. ***
*** Bug 600184 has been marked as a duplicate of this bug. ***
*** Bug 600220 has been marked as a duplicate of this bug. ***
*** Bug 600221 has been marked as a duplicate of this bug. ***
*** Bug 600575 has been marked as a duplicate of this bug. ***
*** Bug 600776 has been marked as a duplicate of this bug. ***
*** Bug 600918 has been marked as a duplicate of this bug. ***
*** Bug 601043 has been marked as a duplicate of this bug. ***
*** Bug 601044 has been marked as a duplicate of this bug. ***
*** Bug 601046 has been marked as a duplicate of this bug. ***
*** Bug 601161 has been marked as a duplicate of this bug. ***
*** Bug 601286 has been marked as a duplicate of this bug. ***
*** Bug 601294 has been marked as a duplicate of this bug. ***
*** Bug 601311 has been marked as a duplicate of this bug. ***
*** Bug 601356 has been marked as a duplicate of this bug. ***
*** Bug 601482 has been marked as a duplicate of this bug. ***
Dear Debian users that reported this bug: Please feel free to contact Debian as Debian ships the buggy Nautilus version 2.26.3 in Debian-testing instead of the Nautilus version 2.26.4 that includes the fix for this issue. The bugfix here was actually one single line of the code. There's nothing more that GNOME can do here, as the fixed GNOME releases have been available for six weeks now for the distributions to pick them up.
Hi André, That is inefficient for GNOME developers, Debian packaging maintainers, and end-users such as myself, in my opinion. I have a lot more to say about that opinion at: http://tinyurl.com/ya64kdu I encourage you to express opposing opinions in detail in that thread and not here. Thanks, bg
*** Bug 601754 has been marked as a duplicate of this bug. ***
*** Bug 601779 has been marked as a duplicate of this bug. ***
*** Bug 601918 has been marked as a duplicate of this bug. ***
*** Bug 601981 has been marked as a duplicate of this bug. ***
*** Bug 602104 has been marked as a duplicate of this bug. ***
*** Bug 602305 has been marked as a duplicate of this bug. ***
*** Bug 602439 has been marked as a duplicate of this bug. ***
*** Bug 602545 has been marked as a duplicate of this bug. ***
*** Bug 602575 has been marked as a duplicate of this bug. ***
*** Bug 602581 has been marked as a duplicate of this bug. ***
*** Bug 602582 has been marked as a duplicate of this bug. ***
*** Bug 602617 has been marked as a duplicate of this bug. ***
*** Bug 602961 has been marked as a duplicate of this bug. ***
*** Bug 603019 has been marked as a duplicate of this bug. ***
*** Bug 603137 has been marked as a duplicate of this bug. ***
*** Bug 603256 has been marked as a duplicate of this bug. ***
*** Bug 604068 has been marked as a duplicate of this bug. ***
*** Bug 604115 has been marked as a duplicate of this bug. ***
*** Bug 604308 has been marked as a duplicate of this bug. ***
*** Bug 605291 has been marked as a duplicate of this bug. ***
*** Bug 605461 has been marked as a duplicate of this bug. ***
*** Bug 605890 has been marked as a duplicate of this bug. ***
*** Bug 606871 has been marked as a duplicate of this bug. ***
*** Bug 606957 has been marked as a duplicate of this bug. ***
*** Bug 607516 has been marked as a duplicate of this bug. ***
bug 608655 against 2.28.0 which should have the fix, right ?
*** Bug 612415 has been marked as a duplicate of this bug. ***
*** Bug 616129 has been marked as a duplicate of this bug. ***
*** Bug 618141 has been marked as a duplicate of this bug. ***
*** Bug 596466 has been marked as a duplicate of this bug. ***
*** Bug 624159 has been marked as a duplicate of this bug. ***
*** Bug 629556 has been marked as a duplicate of this bug. ***