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 734330 - Nautilus stuck
Nautilus stuck
Status: RESOLVED DUPLICATE of bug 727362
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2014-08-06 05:24 UTC by Mikhail
Modified: 2014-08-06 12:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot of nautilus (207.54 KB, image/png)
2014-08-06 05:25 UTC, Mikhail
Details

Description Mikhail 2014-08-06 05:24:34 UTC
(gdb) thread apply all bt

Thread 1 (Thread 0xb44d38c0 (LWP 5708))

  • #0 __kernel_vsyscall
  • #1 poll
    at ../sysdeps/unix/syscall-template.S line 81
  • #2 poll
    at /usr/include/bits/poll2.h line 46
  • #3 g_poll
    at gpoll.c line 124
  • #4 g_main_context_poll
    at gmain.c line 4028
  • #5 g_main_context_iterate
    at gmain.c line 3729
  • #6 g_main_loop_run
    at gmain.c line 3928
  • #7 g_dbus_connection_send_message_with_reply_sync
    at gdbusconnection.c line 2252
  • #8 g_dbus_connection_call_sync_internal
  • #9 g_dbus_connection_call_with_unix_fd_list_sync
    at gdbusconnection.c line 6069
  • #10 g_dbus_proxy_call_sync_internal
    at gdbusproxy.c line 2901
  • #11 g_dbus_proxy_call_sync
    at gdbusproxy.c line 3093
  • #12 gvfs_dbus_mount_call_query_info_sync
    at gvfsdbus.c line 11290
  • #13 g_daemon_file_query_info
    at gdaemonfile.c line 870
  • #14 g_file_query_info
    at gfile.c line 1199
  • #15 update_places
    at gtkplacessidebar.c line 1110
  • #16 g_cclosure_marshal_VOID__OBJECT
    at gmarshal.c line 1272
  • #17 g_closure_invoke
    at gclosure.c line 768
  • #18 signal_emit_unlocked_R
    at gsignal.c line 3551
  • #19 g_signal_emit_valist
    at gsignal.c line 3307
  • #20 g_signal_emit_by_name
    at gsignal.c line 3403
  • #21 child_mount_added
    at gunionvolumemonitor.c line 286
  • #22 g_cclosure_marshal_VOID__OBJECTv
    at gmarshal.c line 1312
  • #23 _g_closure_invoke_va
    at gclosure.c line 831
  • #24 g_signal_emit_valist
    at gsignal.c line 3215
  • #25 g_signal_emit_by_name
    at gsignal.c line 3403
  • #26 mount_added
    at gdaemonvolumemonitor.c line 165
  • #27 g_cclosure_marshal_VOID__POINTERv
    at gmarshal.c line 1236
  • #28 _g_closure_invoke_va
    at gclosure.c line 831
  • #29 g_signal_emit_valist
    at gsignal.c line 3215
  • #30 g_signal_emit
    at gsignal.c line 3363
  • #31 g_mount_tracker_add_mount
    at gmounttracker.c line 387
  • #32 mounted_cb
    at gmounttracker.c line 450
  • #33 ffi_call_SYSV
    at ../src/x86/sysv.S line 65
  • #34 ffi_call
    at ../src/x86/ffi.c line 411
  • #35 g_cclosure_marshal_generic
    at gclosure.c line 1445
  • #36 g_closure_invoke
    at gclosure.c line 768
  • #37 signal_emit_unlocked_R
    at gsignal.c line 3551
  • #38 g_signal_emitv
    at gsignal.c line 3045
  • #39 gvfs_dbus_mount_tracker_proxy_g_signal
    at gvfsdbus.c line 4468
  • #40 ffi_call_SYSV
    at ../src/x86/sysv.S line 65
  • #41 ffi_call
    at ../src/x86/ffi.c line 411
  • #42 g_cclosure_marshal_generic
    at gclosure.c line 1445
  • #43 g_type_class_meta_marshal
    at gclosure.c line 961
  • #44 g_closure_invoke
    at gclosure.c line 768
  • #45 signal_emit_unlocked_R
    at gsignal.c line 3589
  • #46 g_signal_emit_valist
    at gsignal.c line 3307
  • #47 g_signal_emit
    at gsignal.c line 3363
  • #48 on_signal_received
    at gdbusproxy.c line 917
  • #49 emit_signal_instance_in_idle_cb
    at gdbusconnection.c line 3750
  • #50 g_idle_dispatch
    at gmain.c line 5319
  • #51 g_main_dispatch
    at gmain.c line 3064
  • #52 g_main_context_dispatch
    at gmain.c line 3663
  • #53 g_main_context_iterate
    at gmain.c line 3734
  • #54 g_main_context_iteration
    at gmain.c line 3795
  • #55 g_application_run
    at gapplication.c line 2114
  • #56 main
    at nautilus-main.c line 103

Comment 1 Mikhail 2014-08-06 05:25:47 UTC
Created attachment 282628 [details]
screenshot of nautilus
Comment 2 Matthias Clasen 2014-08-06 07:48:21 UTC
this is a GtkPlacesSidebar issue - we should only use async apis to talk to remote mounts.
Comment 3 Matthias Clasen 2014-08-06 12:20:30 UTC

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