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 677611 - nautilus hits SIGABRT: sidebar->go_to_after_mount_slot == NULL
nautilus hits SIGABRT: sidebar->go_to_after_mount_slot == NULL
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Navigation
3.5.x
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-06-07 09:12 UTC by Sebastien Bacher
Modified: 2012-06-07 13:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastien Bacher 2012-06-07 09:12:31 UTC
The issue has been reported on https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1007593

Those seem to start with nautilus 3.5.1

"Test case: have 2 or more available partitions to mount
Open nautilus, click on one in sidebar - it mounts/opens fine
Click on a 2nd one, nautilus hangs, then crashes

from xsession-errors
ERROR:nautilus-places-sidebar.c:1885:open_selected_bookmark: assertion failed: (sidebar->go_to_after_mount_slot == NULL)

  • #0 __GI_raise
    at ../nptl/sysdeps/unix/sysv/linux/raise.c line 64
  • #1 __GI_abort
    at abort.c line 91
  • #2 g_assertion_message
    at /build/buildd/glib2.0-2.33.1/./glib/gtestutils.c line 1861
  • #3 g_assertion_message_expr
    at /build/buildd/glib2.0-2.33.1/./glib/gtestutils.c line 1872
  • #4 open_selected_bookmark
    at nautilus-places-sidebar.c line 1885
  • #5 bookmarks_button_release_event_cb
    at nautilus-places-sidebar.c line 2868
  • #6 _gtk_marshal_BOOLEAN__BOXED
    at /build/buildd/gtk+3.0-3.4.2/./gtk/gtkmarshalers.c line 85
  • #7 g_closure_invoke
    at /build/buildd/glib2.0-2.33.1/./gobject/gclosure.c line 777
  • #8 signal_emit_unlocked_R
    at /build/buildd/glib2.0-2.33.1/./gobject/gsignal.c line 3547
  • #9 g_signal_emit_valist
    at /build/buildd/glib2.0-2.33.1/./gobject/gsignal.c line 3306
  • #10 g_signal_emit
    at /build/buildd/glib2.0-2.33.1/./gobject/gsignal.c line 3352
  • #11 gtk_widget_event_internal
    at /build/buildd/gtk+3.0-3.4.2/./gtk/gtkwidget.c line 6380
  • #12 gtk_widget_event
    at /build/buildd/gtk+3.0-3.4.2/./gtk/gtkwidget.c line 6037
  • #13 propagate_event_up
    at /build/buildd/gtk+3.0-3.4.2/./gtk/gtkmain.c line 2404
  • #14 propagate_event
    at /build/buildd/gtk+3.0-3.4.2/./gtk/gtkmain.c line 2504
  • #15 gtk_main_do_event
    at /build/buildd/gtk+3.0-3.4.2/./gtk/gtkmain.c line 1717
  • #16 gdk_event_source_dispatch
    at /build/buildd/gtk+3.0-3.4.2/./gdk/x11/gdkeventsource.c line 358
  • #17 g_main_dispatch
    at /build/buildd/glib2.0-2.33.1/./glib/gmain.c line 2539
  • #18 g_main_context_dispatch
    at /build/buildd/glib2.0-2.33.1/./glib/gmain.c line 3075

Comment 1 Cosimo Cecchi 2012-06-07 13:48:43 UTC
Thanks for the report, I pushed a fix to git master now.