Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Jan 2020 01:04:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 242768] [panic] Fatal trap 12: current process (nfsd: service)
Message-ID:  <bug-242768-227-l1Qld5kWkG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-242768-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-242768-227@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=3D242768

--- Comment #9 from Rick Macklem <rmacklem@FreeBSD.org> ---
Well, if you look at nfsvno_getvp(), it simply makes the file system
busy and then does a VFS_FHTOVP(..LK_EXCLUSIVE..);
--> It seems that the file system doesn't do the above VFS call correctly,
    since it then crashes doing a VOP_UNLOCK() on it, after it returning
    success for the call.

What kind of file system is exported?

--=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-242768-227-l1Qld5kWkG>