On 14-Jan-02 Sheldon Hearn wrote:
> 
> 
> On Mon, 14 Jan 2002 20:43:11 +0100, Michael Reifenberger wrote:
> 
>> syncing disks... panic: bwrite: buffer is not busy???
>> Uptime: 4h47m36s
> 
> I can get these pretty easily by using modules that are out of sync with
> the kernel.

That wasn't his real panic.  If you read teh whole log, a vrele() called from
fdrop_locked() did a vput(0x0), i.e. vput(NULL) which resulted in a page fault
panic.

-- 

John Baldwin <[EMAIL PROTECTED]>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to