[Bug 242768] [panic] Fatal trap 12: current process (nfsd: service)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jan 4 01:04:17 UTC 2020


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

--- Comment #9 from Rick Macklem <rmacklem at 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?

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


More information about the freebsd-bugs mailing list