You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Heads up: the future of macOS support is in danger. If you care about FUSE on macOS, please encourage talented developers to pick up maintenance of the open source project. See #224
macOS support has been removed. If somebody wants to pick up maintaining an open source macOS FUSE, or wants to fund supporting the proprietary continuation of OSXFUSE, please get in touch. #224
Observing the client side syscall:
The above was observed while running
$ ./fs.test -test.run=TestGetxattr -fuse.debug -test.v
but the FUSE mount saw
I also captured the raw data, and the read from kernel is
which seems to pinpoint the corruption to happening inside the kernel. Reproduced with osxfuse 2.7.5 and 2.7.0.
The text was updated successfully, but these errors were encountered: