Re: panic: System call lstat returning with 1 locks held

From: Pawel Jakub Dawidek <pjd_at_FreeBSD.org>
Date: Thu, 17 Jan 2008 12:40:23 +0100
On Wed, Jan 16, 2008 at 08:10:03PM -0600, Scot Hetzel wrote:
> The local CVS repository is on a ZFS filesystem.  Is anyone seeing
> this problem on a UFS filesystem?

WITNESS won't work on ZFS' lock by default. Please add:

CFLAGS+=-DDEBUG

to sys/modules/zfs/Makefile and recompile zfs kernel module. DEBUG
define tells ZFS not to add NOWITNESS flag at lock initialization time.

-- 
Pawel Jakub Dawidek                       http://www.wheel.pl
pjd_at_FreeBSD.org                           http://www.FreeBSD.org
FreeBSD committer                         Am I Evil? Yes, I Am!

Received on Thu Jan 17 2008 - 10:40:37 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:26 UTC