Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jan 2008 12:40:23 +0100
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        Scot Hetzel <swhetzel@gmail.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: panic: System call lstat returning with 1 locks held
Message-ID:  <20080117114023.GF8820@garage.freebsd.pl>
In-Reply-To: <790a9fff0801161810j5a9953c4j5d2f3f10b3a1baf@mail.gmail.com>
References:  <790a9fff0801150552l542a4238ofc12efe5fdb45fc2@mail.gmail.com> <20080115143924.GB57756@deviant.kiev.zoral.com.ua> <790a9fff0801152301l5d50461aw3a253608506368e2@mail.gmail.com> <790a9fff0801161624g459857b8y6217e579337f2f0e@mail.gmail.com> <790a9fff0801161810j5a9953c4j5d2f3f10b3a1baf@mail.gmail.com>

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

--KrHCbChajFcK0yQE
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

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+=3D-DDEBUG

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

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

--KrHCbChajFcK0yQE
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4 (FreeBSD)

iD8DBQFHjz6nForvXbEpPzQRAqAUAJ9IYSSVOmYkmeVAYS0mFYuPOR09CQCfaML0
clWY9+IUyn87pgwQ0rI+Z3o=
=2K9p
-----END PGP SIGNATURE-----

--KrHCbChajFcK0yQE--



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