-
openbox-3.4 support.
2007-06-10 09:37:38 UTC in OBPager
-
diff -urN fuse-convmvfs-0.2.2/src/convmvfs.cpp fuse-convmvfs-0.2.2-baz/src/convmvfs.cpp
--- fuse-convmvfs-0.2.2/src/convmvfs.cpp 2006-07-28 19:30:38.000000000 +0400
+++ fuse-convmvfs-0.2.2-baz/src/convmvfs.cpp 2006-11-05 00:18:23.000000000 +0300
@@ -20,6 +20,7 @@
#include
#include
#include
+#include
#include
#include...
2007-01-24 19:28:50 UTC in fuse-convmvfs
-
it seems nobody cared so my patch:
2007-01-24 19:26:17 UTC in fuse-convmvfs
-
Logged In: YES
user_id=1633066
now i can reproduce my problem by running simultaneously two
ls -lR on a large tree and it seems that wrapping iconv()
call in a mutex solved the problem...
2006-11-04 21:11:11 UTC in fuse-convmvfs
-
Logged In: YES
user_id=1633066
I don't know much about fuse... is threaded? if so than i
heard that it is unsafe to call iconv concurrently with the
same descriptor...
2006-11-04 20:50:57 UTC in fuse-convmvfs
-
Logged In: YES
user_id=1633066
Sorry for late reply...
1) gentoo
2) 2.6.17
3) 2.5
4) 4.1.1
5) huh... it's quite large... that part there above segfault
occured http://cicada.yume.ru/list.txt
but problem doesn't persists on one part of tree, it happens
(about once a week for me) in random parts even where are no
8-bit characters...
more recent backtrace:
#0 0xffffe410 in...
2006-10-29 21:39:44 UTC in fuse-convmvfs