Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Mar 2026 00:46:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 293127] Kernel panic __mtx_lock_sleep due to nfsd?
Message-ID:  <bug-293127-227-A48Mncf26M@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-293127-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293127

--- Comment #24 from yuan.mei@gmail.com ---
(In reply to Rick Macklem from comment #23)
OK, I see the difference is

                        CURVNET_SET(xprt->xp_socket->so_vnet);
                        sorele(xprt->xp_socket);
                        CURVNET_RESTORE();

Right now I'm running the previous patch and with

nooptions VIMAGE

suggested in comment #22.  It has not crashed yet.  After that test is done,
I'll try this latest patch.

But to be sure: should I enable VIMAGE or not here?

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

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-293127-227-A48Mncf26M>