Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Mar 2003 20:10:16 -0600
From:      Jonathan Lemon <jlemon@flugsvamp.com>
To:        current@freebsd.org
Subject:   witness: nfs & buf queue
Message-ID:  <20030305201016.S61787@flugsvamp.com>

next in thread | raw e-mail | index | archive | help
Doing a kernel build over NFS on today's -current gives a pile of
following error messages during the final link phase:

Acquiring lockmgr lock "nfs" with the following non-sleepablelocks held:
exclusive sleep mutex buf queue lock r = 0 (0xc0427b60) locked @ ../../../kern/vfs_bio.c:2107
Acquiring lockmgr lock "nfs" with the following non-sleepablelocks held:
exclusive sleep mutex buf queue lock r = 0 (0xc0427b60) locked @ ../../../kern/vfs_bio.c:2107
Acquiring lockmgr lock "nfs" with the following non-sleepablelocks held:
exclusive sleep mutex buf queue lock r = 0 (0xc0427b60) locked @ ../../../kern/vfs_bio.c:2107
...

--
Jonathan

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030305201016.S61787>