On Fri, Mar 23, 2007 at 11:47:20AM -0400, Ravi Pratap wrote: > The standard FUSE hello program triggers the bug every single time. All > you have to do is follow the example on the FUSE web page: > http://fuse.sourceforge.net > > ~/fuse/example$ mkdir /tmp/fuse > ~/fuse/example$ ./hello /tmp/fuse > ~/fuse/example$ ls -l /tmp/fuse > total 0 > -r--r--r-- 1 root root 13 Jan 1 1970 hello > ~/fuse/example$ cat /tmp/fuse/hello > Hello World! > ~/fuse/example$ fusermount -u /tmp/fuse > ~/fuse/example$ > > > It hangs when you do ls -l /tmp/fuse, in the above example. What processor does it fail on? Ralf