From owner-freebsd-bugs Wed Apr 17 10:30:12 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 36B7337B405 for ; Wed, 17 Apr 2002 10:30:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3HHU4330967; Wed, 17 Apr 2002 10:30:04 -0700 (PDT) (envelope-from gnats) Date: Wed, 17 Apr 2002 10:30:04 -0700 (PDT) Message-Id: <200204171730.g3HHU4330967@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Richard S. Conto" Subject: Re: kern/37144: panic: biodone: Zero vnode ref count ... shortly after boot from ata-disk.c Reply-To: "Richard S. Conto" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/37144; it has been noted by GNATS. From: "Richard S. Conto" To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: "Richard S. Conto" , sos@freebsd.org, rsc@merit.edu Subject: Re: kern/37144: panic: biodone: Zero vnode ref count ... shortly after boot from ata-disk.c Date: Wed, 17 Apr 2002 13:29:33 -0400 In http://www.freebsd.org/cgi/query-pr.cgi?pr=37144 I reported a kernel panic, when I had enabled "option VFS_BIO_DEBUG" in my Kernel config. The panic occurs in code that is #ifdef guarded by VFS_BIO_DEBUG, and so when I removed that config from my kernel and rebuilt my kernel, things worked OK. So, there seems to be a bug in the VFS_BIO_DEBUG code. Perhaps the panic() could be replaced with a printf(). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message