[Bug 292884] nfsd causes kernel panic

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 03 Feb 2026 14:04:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292884

Mark Johnston <markj@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |markj@FreeBSD.org
             Status|New                         |Open

--- Comment #6 from Mark Johnston <markj@FreeBSD.org> ---
Have you seen the crash more than once?  If so, is it always in the same place?

Can you open the kernel dump in kgdb and dump the socket state?  I think the
following should do the trick:

# kgdb /boot/kernel/kernel /var/crash/vmcore.latest
(kgdb) frame 10
(kgdb) p/x *xprt->xp_socket

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