After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 497433 - Nautilus crashes when navigating.
Nautilus crashes when navigating.
Status: RESOLVED DUPLICATE of bug 459221
Product: nautilus
Classification: Core
Component: Navigation
2.18.x
Other All
: Normal critical
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-11-16 17:48 UTC by stevep86
Modified: 2007-11-18 02:21 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description stevep86 2007-11-16 17:48:16 UTC
Steps to reproduce:
1. Browse to another folder
2. Change between icon and list view
3. Updating content (F5)


Stack trace:

Thread 1 (Thread -1238972704 (LWP 19367))

  • #0 IA__g_logv
  • #1 IA__g_log
  • #2 IA__g_assert_warning
  • #3 view_as_menu_switch_views_callback
    at nautilus-navigation-window.c line 834
  • #4 IA__g_cclosure_marshal_VOID__VOID
    at gmarshal.c line 77
  • #5 IA__g_closure_invoke
    at gclosure.c line 490
  • #6 signal_emit_unlocked_R
    at gsignal.c line 2440
  • #7 IA__g_signal_emit_valist
    at gsignal.c line 2199
  • #8 IA__g_signal_emit
    at gsignal.c line 2243
  • #9 gtk_combo_box_model_row_deleted
    at gtkcombobox.c line 3119
  • #10 IA__g_cclosure_marshal_VOID__BOXED
    at gmarshal.c line 566
  • #11 IA__g_closure_invoke
    at gclosure.c line 490
  • #12 signal_emit_unlocked_R
    at gsignal.c line 2440
  • #13 IA__g_signal_emit_valist
    at gsignal.c line 2199
  • #14 IA__g_signal_emit
    at gsignal.c line 2243
  • #15 IA__gtk_tree_model_row_deleted
    at gtktreemodel.c line 1537
  • #16 IA__gtk_list_store_remove
    at gtkliststore.c line 969
  • #17 IA__gtk_list_store_clear
    at gtkliststore.c line 1167
  • #18 load_view_as_menu
    at nautilus-navigation-window.c line 884
  • #19 ready_callback_call
    at nautilus-directory-async.c line 1265
  • #20 call_ready_callbacks_at_idle
    at nautilus-directory-async.c line 1883
  • #21 g_idle_dispatch
    at gmain.c line 4132
  • #22 IA__g_main_context_dispatch
    at gmain.c line 2061
  • #23 g_main_context_iterate
    at gmain.c line 2694
  • #24 IA__g_main_loop_run
    at gmain.c line 2898
  • #25 IA__gtk_main
    at gtkmain.c line 1146
  • #26 main
    at nautilus-main.c line 548

Other information:
I'm running Gentoo 2007.0, and nautilus works fine on the root account.

This is the nautilus-debug-log.txt:

===== BEGIN MILESTONES =====
0x817e278 2007/11/16 18:22:36.4403 (GLog): file nautilus-navigation-window.c: line 834 (activate_nth_short_list_item): assertion failed: (index < g_list_length (window->details->short_list_viewers))
0x817e278 2007/11/16 18:22:36.4411 (USER): debug log dumped due to signal 5
0x817e278 2007/11/16 18:22:36.4417 (USER): debug log dumped due to signal 6
===== END MILESTONES =====
===== BEGIN RING BUFFER =====
0x817e278 2007/11/16 18:22:20.2405 (USER): window 0x81f7840 open location: old="(none)", new="x-nautilus-desktop:"
0x817e278 2007/11/16 18:22:20.8414 (USER): create new navigation window=0x81c91e8
0x817e278 2007/11/16 18:22:20.8415 (USER): window 0x81c91e8 open location: old="(none)", new="file:///home/drsp"
0x817e278 2007/11/16 18:22:23.6991 (USER): finished loading window 0x81f7840: x-nautilus-desktop:
0x817e278 2007/11/16 18:22:31.4286 (USER): finished loading window 0x81c91e8: file:///home/drsp
0x817e278 2007/11/16 18:22:32.5949 (USER): change view of window 0x81c91e8: "file:///home/drsp" to "OAFIID:Nautilus_File_Manager_Icon_View"
0x817e278 2007/11/16 18:22:33.5361 (USER): finished loading window 0x81c91e8: file:///home/drsp
0x817e278 2007/11/16 18:22:36.4403 (GLog): file nautilus-navigation-window.c: line 834 (activate_nth_short_list_item): assertion failed: (index < g_list_length (window->details->short_list_viewers))
0x817e278 2007/11/16 18:22:36.4411 (USER): debug log dumped due to signal 5
0x817e278 2007/11/16 18:22:36.4417 (USER): debug log dumped due to signal 6
===== END RING BUFFER =====
Comment 1 stevep86 2007-11-17 16:24:22 UTC
Correction, nautilus only works when i:
# su
# nautilus

this is gnome-base/nautilus-2.18.3-r1 with x11-libs/gtk+-2.12.1-r1 (gentoo ebuilds), and the r1 supposedly fixed this bug:
# Fixes crashes in _browser mode_ folder opening with gtk+-2.12
	epatch "${FILESDIR}/${P}-gtk2.12-compatibility.patch"

However, I'm still experiencing this.
Comment 2 André Klapper 2007-11-18 02:21:47 UTC
Thanks for taking the time to report this bug.
This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade.


*** This bug has been marked as a duplicate of 459221 ***