However the silence on the list makes me somewhat worried about the health of the project and the direction it is taking.
--
You received this message because you are subscribed to the Google Groups "OSXFUSE" group.
To unsubscribe from this group and stop receiving emails from it, send an email to osxfuse-grou...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I’ve been looking into the issue but I do not have a fix for osxfuse 2.8, yet. Btw, great bug report.. It seems to be a race condition when mounting a FUSE volume that results in a deadlock. If you sleep for a second before calling is_chan_ready() all is fine.
The good news is, that the osxfuse 3.0 pre-release version (https://github.com/osxfuse/osxfuse/releases) does not seem to be affected by this issue. At least I have not been able to reproduce the deadlock or panics.
However the silence on the list makes me somewhat worried about the health of the project and the direction it is taking.Please know that there is only one developer actively working on osxfuse. Fixing bugs takes time. If you are worried about the health or the direction of the project than you might as well get your hands dirty and submit a pull request.
--
You received this message because you are subscribed to the Google Groups "OSXFUSE" group.
To unsubscribe from this group and stop receiving emails from it, send an email to osxfuse-grou...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
<SelectBug2.zip>
I have received a rather interesting response from Apple. They think that this problem should be handled as a bug report on their side. I will submit a bug report on their bugtracker and see if that takes us somewhere.
Am 22.10.2015 um 23:29 schrieb bill...@navimatics.com:BTW, do you have a recommended setup for debugging such issues? I would like to take a look myself beyond just poring over source code.
Apple will need the following dSYMs to symbolicate the osxfuse parts of the stack traces: http://sourceforge.net/projects/osxfuse/files/osxfuse-2.8.1/kext-2.8.1.tbz/download. The archive contains three kernel extensions for different versions of OS X: 10.5 10.6 and 10.9. 10.9 is the one that is used on OS X 10.11.
BTW, do you have a recommended setup for debugging such issues? I would like to take a look myself beyond just poring over source code.I’m using the two machine remote kernel debugging setup described in the following documents: