> Just was presented the following panic by my FreeBSD/alpha Miata box that
> was doing a make release:
> 
> initiate_write_inode_block() at initiate_write_inode_block() +0x40
> softdep_disk_io_initiation() at softdep_disk_io_initiation() + 0xac
> spec_strategy() at spec_strategy() +0x48
> spec_vnoperate() at spec_vnoperate() +0x2c
> ufs_vnoperatespec() at ufs_vnoperatespec() + 0x2c
> bwrite() at bwrite() + 0x404
> vop_stdbwrite() at vop_stdbwrite() +0x1c
> vop_defaultop() at vop_defaultop() + 0x2c
> spec_vnoperate() at spec_vnoperate() +0x2c
> ufs_vnoperatespec() at ufs_vnoperatespec() + 0x2c
> vfs_bio_awrite() at vfs_bio_awrite() + 0x484
> flushbufqueues() at flushbufqueues() +0x1e8
> buf_daemon() at buf_daemon() + 0x114
> exception_return() at excpetion_return 
> 
> This is a manual transcript, no serial console.

This is similar to panics I've had during "make buildworld". I'm getting

initiate_write_inodeblock
softdep_disk_io_initiation
spec_strategy
bwrite
vop_stdbwrite
vop_defaultop
vfs_bio_awrite
spec_fsync
sched_sync
fork_trampoline

This is with ffs_softdep.c 1.56. Matt Dillon has already received a core
dump, and I believe it's on its way to Kirk McKusick for analysis.

Steinar Haug, Nethelp consulting, [EMAIL PROTECTED]


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

Reply via email to