Re: [stable 9] panic on reboot: ipmi_wd_event()

看板FB_stable作者時間13年前 (2012/08/03 05:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串8/11 (看更多)
On Wednesday, August 01, 2012 6:48:48 pm Sean Bruno wrote: > On Wed, 2012-08-01 at 05:53 -0700, John Baldwin wrote: > > Index: vfs_subr.c > > =================================================================== > > --- vfs_subr.c (revision 238969) > > +++ vfs_subr.c (working copy) > > @@ -1868,8 +1868,11 @@ sched_sync(void) > > continue; > > } > > > > - if (first_printf == 0) > > + if (first_printf == 0) { > > + mtx_unlock(&sync_mtx); > > wdog_kern_pat(WD_LASTVAL); > > + mtx_lock(&sync_mtx); > > + } > > > > } > > if (!LIST_EMPTY(gslp)) { > > > > > > -- > > John Baldwin > > This definitely makes the panic go away on reboot. Do you have watchdogd enabled at all? -- John Baldwin _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
文章代碼(AID): #1G6kgFPF (FB_stable)
討論串 (同標題文章)
文章代碼(AID): #1G6kgFPF (FB_stable)