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 576274 - gnome-panel hangs when mounted SFTP share goes offline
gnome-panel hangs when mounted SFTP share goes offline
Status: RESOLVED OBSOLETE
Product: gvfs
Classification: Core
Component: sftp backend
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gvfs-maint
gvfs-maint
Depends on:
Blocks:
 
 
Reported: 2009-03-22 10:55 UTC by Priit Laes (IRC: plaes)
Modified: 2009-08-19 03:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Priit Laes (IRC: plaes) 2009-03-22 10:55:33 UTC
I had a connection over sftp mounted under "Place" (from places submenu) and then decided to shut down the other machine (with hostname "sol"). gnome-panel hung after this:

(gdb) bt
  • #0 __poll
    at ../sysdeps/unix/sysv/linux/poll.c line 87
  • #1 socket_do_iteration
    at dbus-transport-socket.c line 1046
  • #2 _dbus_transport_do_iteration
    at dbus-transport.c line 956
  • #3 _dbus_connection_do_iteration_unlocked
    at dbus-connection.c line 1150
  • #4 _dbus_connection_block_pending_call
    at dbus-connection.c line 2309
  • #5 dbus_connection_send_with_reply_and_block
    at dbus-connection.c line 3316
  • #6 _g_vfs_daemon_call_sync
    at gvfsdaemondbus.c line 808
  • #7 do_sync_path_call
    at gdaemonfile.c line 417
  • #8 g_daemon_file_query_info
    at gdaemonfile.c line 767
  • #9 panel_util_get_icon_for_uri
    at panel-util.c line 1143
  • #10 panel_place_menu_item_create_menu
    at panel-menu-items.c line 479
  • #11 panel_place_menu_item_recreate_menu
    at panel-menu-items.c line 1064
  • #12 IA__g_closure_invoke
    at gclosure.c line 767
  • #13 signal_emit_unlocked_R
    at gsignal.c line 3244
  • #14 IA__g_signal_emit_valist
    at gsignal.c line 2977
  • #15 IA__g_signal_emit
    at gsignal.c line 3034
  • #16 emit_cb
    at gfilemonitor.c line 334
  • #17 IA__g_main_context_dispatch
    at gmain.c line 1814
  • #18 g_main_context_iterate
    at gmain.c line 2448
  • #19 IA__g_main_loop_run
    at gmain.c line 2656
  • #20 IA__gtk_main
    at gtkmain.c line 1205
  • #21 main
    at main.c line 108

Comment 1 Priit Laes (IRC: plaes) 2009-03-22 10:59:03 UTC
I also tried to kill gnome-panel to restart it, but it hang with the similar way when trying to query information about the mounted location:

  • #0 __poll
    at ../sysdeps/unix/sysv/linux/poll.c line 83
  • #1 socket_do_iteration
    at dbus-transport-socket.c line 1046
  • #2 _dbus_transport_do_iteration
    at dbus-transport.c line 956
  • #3 _dbus_connection_do_iteration_unlocked
    at dbus-connection.c line 1150
  • #4 _dbus_connection_block_pending_call
    at dbus-connection.c line 2309
  • #5 dbus_connection_send_with_reply_and_block
    at dbus-connection.c line 3316
  • #6 _g_vfs_daemon_call_sync
    at gvfsdaemondbus.c line 808
  • #7 do_sync_path_call
    at gdaemonfile.c line 417
  • #8 g_daemon_file_query_info
    at gdaemonfile.c line 767
  • #9 panel_util_get_icon_for_uri
    at panel-util.c line 1143
  • #10 panel_place_menu_item_create_menu
    at panel-menu-items.c line 479
  • #11 panel_place_menu_item_new
    at panel-menu-items.c line 1400
  • #12 panel_menu_bar_init
    at panel-menu-bar.c line 156
  • #13 IA__g_type_create_instance
    at gtype.c line 1674
  • #14 g_object_constructor
    at gobject.c line 1338
  • #15 IA__g_object_newv
    at gobject.c line 1215
  • #16 IA__g_object_new_valist
    at gobject.c line 1278
  • #17 IA__g_object_new
    at gobject.c line 1060
  • #18 panel_menu_bar_load_from_gconf
    at panel-menu-bar.c line 329
  • #19 panel_applet_load_idle_handler
    at applet.c line 967
  • #20 IA__g_main_context_dispatch
    at gmain.c line 1814
  • #21 g_main_context_iterate
    at gmain.c line 2448
  • #22 IA__g_main_loop_run
    at gmain.c line 2656
  • #23 IA__gtk_main
    at gtkmain.c line 1205
  • #24 main
    at main.c line 108

Comment 2 Philip Withnall 2009-08-17 21:17:25 UTC
What version of GVfs do you have installed?
Comment 3 Priit Laes (IRC: plaes) 2009-08-19 03:58:52 UTC
gnome-base/gvfs-1.3.4

But I couldn't reproduce it anymore :)