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 325223 - deadlock on using bookmark to sftp
deadlock on using bookmark to sftp
Status: RESOLVED DUPLICATE of bug 343941
Product: nautilus
Classification: Core
Component: Bookmarks
2.12.x
Other All
: Normal critical
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-12-29 14:18 UTC by David Christian Berg
Modified: 2006-08-04 12:42 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description David Christian Berg 2005-12-29 14:18:59 UTC
Steps to reproduce:
1. Create a bookmark that goes to an sftp-server (e.g. sftp://username@server)
2. Restart Nautilus
3. Click on the Bookmark


Stack trace:
Program received signal SIGINT, Interrupt.
[Switching to Thread -1225406784 (LWP 2758)]
0xb75371a9 in __lll_mutex_lock_wait () from /lib/tls/libpthread.so.0
(gdb) thread apply all bt

Thread 1 (Thread -1225406784 (LWP 2758))

  • #0 __lll_mutex_lock_wait
    from /lib/tls/libpthread.so.0
  • #1 _L_mutex_lock_29
    from /lib/tls/libpthread.so.0
  • #2 ??
  • #3 ??
  • #4 g_cclosure_new_swap
    from /usr/lib/libgobject-2.0.so.0
  • #5 ??
    from /usr/lib/gnome-vfs-2.0/modules/libsftp.so
  • #6 ??
    from /usr/lib/gnome-vfs-2.0/modules/libsftp.so
  • #7 pthread_mutex_lock
    from /lib/tls/libpthread.so.0
  • #8 ??
    from /usr/lib/gnome-vfs-2.0/modules/libsftp.so
  • #9 __malloc_initialize_hook
    from /lib/tls/libc.so.6
  • #10 ??
  • #11 ??
  • #12 ??
    from /usr/lib/libglib-2.0.so.0
  • #13 ??
  • #14 ??
  • #15 ??
  • #16 ??
    from /lib/tls/libc.so.6
  • #17 __malloc_initialize_hook
    from /lib/tls/libc.so.6
  • #18 ??
  • #19 ??
  • #20 malloc
    from /lib/tls/libc.so.6
  • #21 gnome_vfs_get_file_info_uri_cancellable
    at gnome-vfs-cancellable-ops.c line 194
  • #22 gnome_vfs_get_file_info_uri
    at gnome-vfs-ops.c line 332
  • #23 _gnome_vfs_uri_resolve_all_symlinks_uri
    at gnome-vfs-utils.c line 1978
  • #24 gnome_vfs_find_directory_cancellable
    at gnome-vfs-cancellable-ops.c line 300
  • #25 gnome_vfs_find_directory
    at gnome-vfs-find-directory.c line 63
  • #26 eel_uri_is_in_trash
    from /usr/lib/libeel-2.so.2
  • #27 nautilus_file_is_in_trash
    at nautilus-file.c line 5158
  • #28 bookmark_file_changed_callback
    at nautilus-bookmark.c line 365
  • #29 g_cclosure_marshal_VOID__VOID
    from /usr/lib/libgobject-2.0.so.0
  • #30 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #31 g_signal_stop_emission
    from /usr/lib/libgobject-2.0.so.0
  • #32 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #33 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #34 nautilus_file_emit_changed
    at nautilus-file.c line 5381
  • #35 nautilus_directory_emit_change_signals
    at nautilus-directory.c line 753
  • #36 emit_change_signals_for_all_files
    at nautilus-directory.c line 260
  • #37 corba_metafile_ready
    at nautilus-directory-metafile-monitor.c line 110
  • #38 _ORBIT_skel_small_Nautilus_MetafileMonitor_metafile_ready
    at nautilus-metafile-server-common.c line 20
  • #39 ORBit_c_stub_invoke
    from /usr/lib/libORBit-2.so.0
  • #40 Nautilus_MetafileMonitor_metafile_ready
    at nautilus-metafile-server-stubs.c line 17
  • #41 metafile_read_mark_done
    at nautilus-metafile.c line 600
  • #42 eel_read_entire_file
    from /usr/lib/libeel-2.so.2
  • #43 dispatch_job_callback
    at gnome-vfs-job.c line 218
  • #44 g_child_watch_add
    from /usr/lib/libglib-2.0.so.0
  • #45 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #46 g_main_context_check
    from /usr/lib/libglib-2.0.so.0
  • #47 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #48 gtk_main
    from /usr/lib/libgtk-x11-2.0.so.0
  • #49 main
    at nautilus-main.c line 435
The program is running.  Exit anyway? (y or n) 

Other information:
Comment 1 David Christian Berg 2005-12-29 14:20:03 UTC
Oh, forgot to mention that it works after you've connected to the server via the places in the tree of the sidepane or manually
Comment 2 Jürg Billeter 2006-01-07 17:21:19 UTC
Can confirm that. Still happens with nautilus HEAD.
Comment 3 Sebastien Bacher 2006-08-04 12:42:58 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


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