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 648872 - Nautilus crashes in open_selected_bookmark at nautilus-places-sidebar.c line 1791
Nautilus crashes in open_selected_bookmark at nautilus-places-sidebar.c line ...
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Crashers
3.0.x
Other Linux
: Normal critical
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
: 648856 649104 650338 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2011-04-28 13:58 UTC by Volker Sobek (weld)
Modified: 2011-05-22 09:28 UTC
See Also:
GNOME target: ---
GNOME version: 2.91/3.0



Description Volker Sobek (weld) 2011-04-28 13:58:06 UTC
Happens on Fedora 15, nautilus 3.0.1. I don't know if that backtrace is sufficient. I'll provide more info when told how to do that. 

(gdb) bt full
  • #0 gtk_tree_model_get_valist
    at gtktreemodel.c line 1722
  • #1 gtk_tree_model_get
    at gtktreemodel.c line 1684
  • #2 open_selected_bookmark
    at nautilus-places-sidebar.c line 1791
  • #3 bookmarks_button_release_event_cb
    at nautilus-places-sidebar.c line 2716
  • #4 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 85
  • #5 g_closure_invoke
    at gclosure.c line 767
  • #6 signal_emit_unlocked_R
    at gsignal.c line 3252
  • #7 g_signal_emit_valist
    at gsignal.c line 2993
  • #8 g_signal_emit
  • #9 gtk_widget_event_internal
    at gtkwidget.c line 6098
  • #10 gtk_propagate_event
    at gtkmain.c line 2597
  • #11 gtk_main_do_event
    at gtkmain.c line 1872
  • #12 gdk_event_source_dispatch
    at gdkeventsource.c line 318
  • #13 g_main_dispatch
    at gmain.c line 2440
  • #14 g_main_context_dispatch
    at gmain.c line 3013
  • #15 g_main_context_iterate
    at gmain.c line 3091
  • #16 g_main_loop_run
    at gmain.c line 3299
  • #17 gtk_main
    at gtkmain.c line 1358
  • #18 g_application_run
    at gapplication.c line 1322
  • #19 main
    at nautilus-main.c line 102

Comment 1 Cosimo Cecchi 2011-04-28 18:06:31 UTC
Thanks for the report, this was an easy fix.
Comment 2 Cosimo Cecchi 2011-04-28 18:08:18 UTC
*** Bug 648856 has been marked as a duplicate of this bug. ***
Comment 3 Ionut Biru 2011-04-28 20:40:56 UTC
@Cosimo can't be this merged in gnome-3.0 branch and be available in the next bug fix release?
Comment 4 Cosimo Cecchi 2011-04-28 20:55:31 UTC
Ionut: of course it will be in the next 3.0.x stable release.
As for merging it in gnome-3-0 right away, I usually prefer accumulating fixes in master and cherry-pick them to gnome-3-0 before rolling out the tarball.
Is there any reason why this doesn't work for you?
Comment 5 Ionut Biru 2011-04-29 13:32:15 UTC
@Cosimo, easier for packagers/for me to know what is safe to cherry pick
Comment 6 Cosimo Cecchi 2011-04-29 15:44:50 UTC
Ionut: alright, I cherry-picked this fix and another one to gnome-3-0 now.
Comment 7 Cosimo Cecchi 2011-05-02 13:03:39 UTC
*** Bug 649104 has been marked as a duplicate of this bug. ***
Comment 8 Cosimo Cecchi 2011-05-21 23:20:11 UTC
*** Bug 650338 has been marked as a duplicate of this bug. ***