看板 DFBSD_bugs 關於我們 聯絡資訊
On Sun, Apr 03, 2005 at 02:56:29AM +0200, Toma韪Bor韪煸nar wrote: > Matthew Dillon wrote: > > Turn off sync_on_panic and see if you can get a dump. > > > > sysctl kern.sync_on_panic=0 > > OK, same error as before (in less than 12 hours!): > > Warning: cache_inval_vp: race-A detected on pgstat.stat [snip] > boot() called on cpu#0 > > syncing disks... This is strange; looking at the code responsible for the sync on panic, it should not print the message "syncing disks" when sync_on_panic is set to zero(i.e. (bootopt & RB_NOSYNC) != 0). As for dump feature on ips driver, sorry I haven't had enough time to port it. I asked Scott Long many months ago for his work-in-progress dump patch(which has already been committed on FreeBSD 5.x+), and he gave it to me, but I couldn't finish porting it then. I'm still trying to find time to work on it though.