Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: vfs_bio panic



On Sat, Jun 14, 2008 at 02:28:43PM +0200, Manuel Bouyer wrote:
...
> NetBSD 4.99.64 (XEN3_DOM0) #192: Sat Jun  7 21:59:08 CEST 2008
... 
> panic: kernel diagnostic assertion "!ISSET(bp->b_cflags, BC_BUSY)" failed: 
> file "/dsk/l1/misc/bouyer/current/src/sys/kern/vfs_bio.c", line 1313
> 
> Does it ring a bell for someone ? May it be fixed in more recent sources ?

I just got a different trace, but same file with today's 4.99.65 amd64 (on
dual core):

assertion is "!cv_has_waiters(&bp->b_done)" failed in vfs_bio.c:950
stopped in pid 0.46(system) == raid0

panic()
__kernassert()
bdirty() +0xbe
softdep_disk_write_complete() +0x36a
biodone2() +0x19
rf_State_LastState() +0x76
rf_ContinueDagAccess() +0xf4
DAGExecutionThread() +0x123

only "local" is in "biowait"

(root on raid1, with softdeps)

Cheers,

Patrick


Home | Main Index | Thread Index | Old Index