https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258056

--- Comment #5 from Alan Somers <[email protected]> ---
Yes, I do suspect the application.  My theory is that rclone opens /dev/fuse in
nonblocking mode and tries to register it with kevent for EVFILT_WRITE |
EVFILT_READ.  Previously this would fail, so it would fallback to a blocking
paradigm.  But now that succeeds, so it tries to use the non-blocking path. 
But that path is entirely untested because it was previously unreachable. 
That's my guess at least.  You should take it up with the rclone developers.  I
don't know Go, so I won't be much help.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to