Date: Wed, 17 Apr 2002 10:30:04 -0700 (PDT) From: "Richard S. Conto" <rsc@merit.edu> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/37144: panic: biodone: Zero vnode ref count ... shortly after boot from ata-disk.c Message-ID: <200204171730.g3HHU4330967@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/37144; it has been noted by GNATS. From: "Richard S. Conto" <rsc@merit.edu> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: "Richard S. Conto" <rsc@merit.edu>, 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204171730.g3HHU4330967>