Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Oct 2000 20:29:59 +0200
From:      Stijn Hoop <stijn@win.tue.nl>
To:        media@mail1.nai.net
Cc:        freebsd-questions@freebsd.org, Paul Herman <pherman@frenchfries.net>
Subject:   Re: panic: lockmgr: non-zero exclusive count??
Message-ID:  <20001003202959.A12942@pcwin002.win.tue.nl>
In-Reply-To: <v03130301b5ff6d05bee6@[209.150.34.97]>; from media@mail1.nai.net on Tue, Oct 03, 2000 at 11:44:26AM -0400
References:  <v03130309b5fe67c2d3c6@[209.150.38.76]> <Pine.BSF.4.21.0010031432490.278-100000@bagabeedaboo.security.at12.de> <v03130301b5ff6d05bee6@[209.150.34.97]>

next in thread | previous in thread | raw e-mail | index | archive | help
[jumping in & out of this thread]

On Tue, Oct 03, 2000 at 11:44:26AM -0400, media@mail1.nai.net wrote:
> At 2:38 PM +0200 10/03/00, Paul Herman wrote:
> >
> >> What does that specific error message mean??  Is there a list available
> >> describing all of the FreeBSD panic strings??
> >
> >Smart alec answer:
> >   find /usr/src/sys -type f | xargs grep 'panic('
> 
> If you were do do that, what would it say regarding "lockmgr: non-zero
> exclusive count" ?? :)

[stijn@firsa] <~> find /usr/src/sys -type f | xargs grep 'panic(' | grep lockmgr
 ...snip...
/usr/src/sys/kern/kern_lock.c:				panic("lockmgr: non-zero exclusive count");
 ...snip...

So I guess your problem is pretty non-obvious (to me that is :)

--Stijn


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




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