Subject: savecore -c crashes kernel (-current on i386)
To: None <current-users@netbsd.org>
From: Geoff Wing <mason@primenet.com.au>
List: current-users
Date: 10/08/2007 05:53:09
(2007-10-08 05:00 UTC)
Some recent change is causing my system to crash with "savecore -c",
however during the OS coredump it's failing (and rebooting).
From DDB, it gives something like:
uvm_fault in savecore:
specificdata_getspecific() + 0x17
mount_getspecific() + 0x26
fscow_run
spec_strategy
VOP_STRATEGY
bwrite
VOP_BWRITE
ffs_fsync
VOP_FSYNC
vinvalbuf
spec_close
VOP_CLOSE
vn_close
vn_closefile
closef
fclfree
exit1
sys_exit
Though with ddb.onpanic=0 it spews out a different set of messages.
Regards,
Geoff