Summary: | sysutils/fusefs-ntfs: fuse_vnode leak/reclamation failure | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Mahmoud Al-Qudsi <mqudsi> |
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> |
Status: | Open --- | ||
Severity: | Affects Some People | CC: | arved, asomers, freebsd, w.schwarzenfeld |
Priority: | --- | Keywords: | needs-qa |
Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(freebsd) |
Hardware: | Any | ||
OS: | Any |
Description
Mahmoud Al-Qudsi
2016-08-08 17:43:55 UTC
Is this still relevant? 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. |