|
From: Csaba H. <csa...@cr...> - 2007-06-01 20:37:25
|
On 2007-06-01, Walco van Loon <wa...@n-...> wrote: > I'm noticing is that an exception occurs every time I'm umounting the > file system: > > fs.main() > File "/usr/lib/python2.5/site-packages/fuse.py", line 713, in main > main(**d) > fuse.FuseError: service loop failed > > This is also happening when unmounting the xmp.py filesystem. Does this > exception look familiar to anyone? It was a fuselib bug, fixed already in CVS: http://fuse.cvs.sourceforge.net/fuse/fuse/lib/fuse_kern_chan.c?r1=1.9&r2=1.10 Strange that noone has asked it so far :) It does not make any harm (apart from making it impossible to tell reliably if the fuse session has ended normally). Csaba |