[Bug 211674] sysutils/fusefs-ntfs: fuse_vnode leak/reclamation failure
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Apr 3 15:04:04 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211674
--- Comment #2 from Alan Somers <asomers at FreeBSD.org> ---
The fact that fuse_msgbuf is high indicates that the FUSE server isn't
responding to some commands. However, you shouldn't read anything into the
fuse_vnode memory. That doesn't get freed until VOP_RECLAIM, which won't
happen unless another file system needs those vnodes.
So I think this is a bug in the port, not the kernel. However, I will try to
reproduce it if you give me some better instructions. Being unfamiliar with
fuse-ntfs3g, I need more detailed reproduction instructions. Include which
packages to install, the command for formatting a new disk, and how to fill the
filesystem.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list