From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 08:14:48 2006 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 806C316A420; Mon, 13 Feb 2006 08:14:48 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80A0043D48; Mon, 13 Feb 2006 08:14:46 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1D8EWCj024321 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 13 Feb 2006 10:14:33 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1D8EQex001152; Mon, 13 Feb 2006 10:14:26 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1D8EQC4001151; Mon, 13 Feb 2006 10:14:26 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 13 Feb 2006 10:14:26 +0200 From: Giorgos Keramidas To: Gleb Smirnoff Message-ID: <20060213081426.GA1147@flame.pc> References: <20060212233636.GA1005@flame.pc> <20060213080854.GY86448@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060213080854.GY86448@FreeBSD.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.353, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.85, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Cc: freebsd-current@FreeBSD.org Subject: Re: insta-panic in softclock() -> acctwatch() X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2006 08:14:48 -0000 On 2006-02-13 11:08, Gleb Smirnoff wrote: > On Mon, Feb 13, 2006 at 01:36:36AM +0200, Giorgos Keramidas wrote: > G> I've finally managed to catch one of the panics of a 2006.01.25 kernel > G> in action, while working on the console. Unfortunately, not with a > G> debugging kernel, but the function backtrace was: > G> > G> panic() > G> sleepq_add() > G> cv_wait_unlock() > G> cv_wait() > G> _sx_xlock() > G> acctwatch() > G> softclock() > G> > G> This went away after I disabled process accounting in `rc.conf', but it > G> may help someone more experienced with process accounting to find a > G> better fix :) > > AFAIK, John has fixed this recently. Check whether you have last revision > of kern_acct.c Thanks :) I quite probably don't. I haven't been able to use a recent HEAD build since around January 20, but I'm rebuilding since half an hour ago.