Closed dmorn closed 3 years ago
Darwin jecoz.local 19.5.0 Darwin Kernel Version 19.5.0: Tue May 26 20:41:44 PDT 2020; root:xnu-6153.121.2~2/RELEASE_X86_64 x86_64```
I have not seen this issue before. Apple has not released debug symbols for this particular version of the kernel. This means I can only symbolicate the two FUSE calls in the stack. But this does not really help.
0xffffff8122943c50 : 0xffffff7fa27f444c fuse_vnop_write (in osxfuse) (fuse_vnops.c:4100)
0xffffff8122943d00 : 0xffffff7fa27ed28d fuse_biglock_vnop_write (in osxfuse) (fuse_biglock_vnops.c:727)
Can you reproduce the issue with macOS 10.15.6 and post another panic log?
What did you do to trigger the issue? Can you provide some repro steps?
There is nothing I can do without feedback, closed.
I'm working on a custom 9p server. Every once in a while my mac gets restarted with this error
It might also be that this is completely my fault, as my code is responding to 9p requests. Let me know if you think this is a bug in my side or fuse's one!
osxfuse version: