Comment 3 for bug 44886

Revision history for this message
Sadrak (ostmann) wrote :

I have the following scenario:

sshfs to mount remote folder
svn to checkout to this folder

the commands:
sshfs $UMLUSER@$UMLSERVER:umlhomedir/$UMLNAME ~/umlhomedir/$UMLNAME -o cache=no,compression=yes,uid=$LUID,gid=$LGID,debug,sshfs_debug,loglevel=debug
svn co svn+ssh://$REPOSERVER/svn/testing ~/umlhomedir/$UMLNAME/witzig

i got following erros:
(process:17010): GLib-CRITICAL **: g_hash_table_lookup: assertion `hash_table != NULL' failed
(process:17010): GLib-CRITICAL **: g_hash_table_insert: assertion `hash_table != NULL' failed
(process:17010): GLib-CRITICAL **: g_hash_table_size: assertion `hash_table != NULL' failed
(process:17010): GLib-CRITICAL **: g_hash_table_foreach_remove: assertion `hash_table != NULL' failed

most time this two errors after the call for LSTAT:
(process:17010): GLib-CRITICAL **: g_hash_table_lookup: assertion `hash_table != NULL' failed
(process:17010): GLib-CRITICAL **: g_hash_table_insert: assertion `hash_table != NULL' failed

i have run sshfs in debugmode, output is attached.

my system is Ubuntu 7.04:

ostmann@d4700:~$ dpkg -l | grep fuse
ii fuse-utils 2.6.3-1ubuntu2 Filesystem in USErspace (utilities)
ii libfuse2 2.6.3-1ubuntu2 Filesystem in USErspace librar
ostmann@d4700:~$ dpkg -l | grep sshfs
ii sshfs 1.6-1 filesystem client based on SSH File Transfer
ostmann@d4700:~$ uname -a
Linux d4700 2.6.20-16-386 #2 Thu Jun 7 20:16:13 UTC 2007 i686 GNU/Linux

Same error on Debian Etch:

intern4:~# dpkg -l | grep fuse
ii fuse-utils 2.5.3-4.4 Filesystem in USErspace (utilities)
ii libfuse2 2.5.3-4.4 Filesystem in USErspace library
intern4:~# dpkg -l | grep sshfs
ii sshfs 1.6-1+b2 filesystem client based on SSH File Transfer
intern4:~# uname -a
Linux intern4 2.6.15-1-686-smp #2 SMP Mon Mar 6 15:34:50 UTC 2006 i686 GNU/Linux