[Bug 293957] Kernel Panic in fusefs: page fault (0x78) in fuse_vnop_write during vnode recycling (csync2 synchro)

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 22 Mar 2026 02:13:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293957

--- Comment #1 from Alan Somers <asomers@FreeBSD.org> ---
(In reply to zjk from comment #0)
Do you have a full core dump?  If so, if you look in /var/crash/core.*.txt ,
there should be a more complete stack trace, with function arguments and stuff.

The stack trace that you showed definitely didn't come from the vnode
reclamation process, because it starts with sys_write.  That means it's a write
from userland.

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