Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Oct 2000 14:38:50 +0200 (CEST)
From:      Paul Herman <pherman@frenchfries.net>
To:        media@mail1.nai.net
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: panic: lockmgr: non-zero exclusive count??
Message-ID:  <Pine.BSF.4.21.0010031432490.278-100000@bagabeedaboo.security.at12.de>
In-Reply-To: <v03130309b5fe67c2d3c6@[209.150.38.76]>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 2 Oct 2000 media@mail1.nai.net 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('

Sorry 'bout that, but there is some truth to it.  Right now there
isn't a comprehensive list of panic strings.  To tell the truth, I
don't know how much it would help, because there are better ways to
get debugging information.

If you were able to get some sort of running system (maybe just try a
minimal installation, and then add distrobutions on top of that) then
you can probably build a debug kernel and send the information as a
PR.

If this panic() is a problem for you, and you're feeling ambitious,
see the section in the handbook on kernel debuging:

  http://www.freebsd.org/handbook/kerneldebug.html

-Paul.



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?Pine.BSF.4.21.0010031432490.278-100000>