Date: Wed, 03 Apr 2019 15:04:01 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 211674] sysutils/fusefs-ntfs: fuse_vnode leak/reclamation failure Message-ID: <bug-211674-7788-MBuStw8n8D@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-211674-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-211674-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211674 --- Comment #2 from Alan Somers <asomers@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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211674-7788-MBuStw8n8D>