From owner-freebsd-questions Tue Oct 3 5:57: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id A62D237B66D for ; Tue, 3 Oct 2000 05:56:58 -0700 (PDT) Received: from bagabeedaboo.security.at12.de (dial-194-8-195-149.netcologne.de [194.8.195.149]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id OAA22298; Tue, 3 Oct 2000 14:56:57 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.11.0/8.11.0) with ESMTP id e93Ccpd03566; Tue, 3 Oct 2000 14:38:51 +0200 (CEST) (envelope-from pherman@frenchfries.net) Date: Tue, 3 Oct 2000 14:38:50 +0200 (CEST) From: Paul Herman To: media@mail1.nai.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: panic: lockmgr: non-zero exclusive count?? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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