Date: Wed, 12 May 2004 19:32:17 +0000 (UTC) From: "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net> To: FreeBSD current mailing list <current@freebsd.org> Subject: panic: softdep_deallocate_dependencies Message-ID: <Pine.BSF.4.53.0405121922250.5710@e0-0.zab2.int.zabbadoz.net>
next in thread | raw e-mail | index | archive | help
Hi,
got a panic with the kernel/world from today 10:53 UTC on amd64:
panic: softdep_deallocate_dependencies: dangling deps at line ...
... sys/ufs/ffs/ffs+softdep.c
cpuid=0;
--- code ---
/*
* Called whenever a buffer that is being invalidated or reallocated
* contains dependencies. This should only happen if an I/O error has
* occurred. The routine is called with the buffer locked.
*/
static void
softdep_deallocate_dependencies(bp)
struct buf *bp;
{
if ((bp->b_ioflags & BIO_ERROR) == 0)
panic("softdep_deallocate_dependencies: dangling deps");
softdep_error(bp->b_vp->v_mount->mnt_stat.f_mntonname, bp->b_error);
panic("softdep_deallocate_dependencies: unrecovered I/O error");
}
--- /code ---
happening every boot now when background fsck is running; machine
previously crashed once with new kernel and old fsck.
can reproduce it every reboot when not killing autoboot script fast
enough;
don't have serial console :( so here is the handwritten output of
db> where:
spftdep_deallocate_dependecies +0x52
brelse +0xe5
flushbuflist +0x14d
vinvalbuf +0x171
ffs_truncate
ufs_inactive
ufs_vnoperate
vrele
ufs_close
ufs_vnoperate
vn_close
vn_closefile
fdrop_locked
fdrop
closef
close
syscall
Xfast_syscall
--
Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT
56 69 73 69 74 http://www.zabbadoz.net/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.53.0405121922250.5710>
