[Bug 294925] nfs4 client error make FreeBSD panic
[email protected] Mon, 25 May 2026 11:18:53 +0000
| Newsgroups | gmane.os.freebsd.devel.file-systems |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294925 --- Comment #5 from Jov <[email protected]> --- (In reply to Rick Macklem from comment #4) I use 15.0-generic kernel,so I pkg install FreeBSD-kernel-generic-dbg-15.0p9 Please note that the paniced kernel was not patch level 9, so I do not konw if these info are useful. #nm kernel.debug | fgrep newnfs_request ffffffff80a02210 T newnfs_request # addr2line -e kernel.debug 0xffffffff80a031cd /usr/src/sys/fs/nfs/nfs_commonkrpc.c:1252 https://github.com/freebsd/freebsd-src/blob/releng/15.0/sys/fs/nfs/nfs_commonkrpc.c#L1252 if (bcmp(sep->nfsess_sessionid, nd->nd_sequence, NFSX_V4SESSIONID) == 0) { printf("Initiate recovery. If server " "has not rebooted, " "check NFS clients for unique " "/etc/hostid's\n"); -- You are receiving this mail because: You are the assignee for the bug.