Closed GoogleCodeExporter closed 8 years ago
One instance of this same panic was reported in the macfuse-devel mailing list.
This one is a programmatic
panic (that is, it's panicing through an explicit call to the panic() routine
in MacFUSE source, the reason being
that a condition that "shouldn't be possible" is being hit). I haven't seen
this myself and can't reproduce it. Before
you attempted to unmount the volume, how had you been using it (what kind of
I/O? reading/writing? what
applications?)
Original comment by si...@gmail.com
on 30 Apr 2007 at 3:09
I think I was just using it to edit some files on my server. Text
reading/writing, pretty much.
Original comment by a...@atlas.st
on 30 Apr 2007 at 11:10
This happened to me yesterday. Again, I was just unmounting the volume. No
unusual
activity. The only thing I can think of is that there may have been files open
at the
time.
Original comment by tchisl...@gmail.com
on 6 May 2007 at 11:37
OK, I can now reproduce this. Looks like the conditions based on which MacFUSE
proactively panics are being
generated because of a possible bug in Mac OS X. I can recreate the same
conditions on Apple's WebDAV (iDisk)
file system, but WebDAV doesn't proactively panic. For now, I'll remove the
call to panic in the next release, so
the result of hitting this condition won't be so drastic, although it'll still
be "incorrect behavior". Needs more
debugging and a better fix. Thanks for reporting this--this is a very weird one.
Original comment by si...@gmail.com
on 7 May 2007 at 3:52
The issue also exists with Apple's smbfs.
Original comment by si...@gmail.com
on 7 May 2007 at 6:16
This panic shouldn't occur with MacFUSE 0.3.0.
Original comment by si...@gmail.com
on 7 May 2007 at 8:16
Original issue reported on code.google.com by
a...@atlas.st
on 30 Apr 2007 at 2:49