Date: Mon, 13 Feb 2006 01:36:36 +0200 From: Giorgos Keramidas <keramida@freebsd.org> To: freebsd-current@freebsd.org Subject: insta-panic in softclock() -> acctwatch() Message-ID: <20060212233636.GA1005@flame.pc>
next in thread | raw e-mail | index | archive | help
I've finally managed to catch one of the panics of a 2006.01.25 kernel in action, while working on the console. Unfortunately, not with a debugging kernel, but the function backtrace was: panic() sleepq_add() cv_wait_unlock() cv_wait() _sx_xlock() acctwatch() softclock() This went away after I disabled process accounting in `rc.conf', but it may help someone more experienced with process accounting to find a better fix :) - Giorgos
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060212233636.GA1005>