From owner-freebsd-current@FreeBSD.ORG Mon Jan 5 15:49:46 2004 Return-Path: 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 773C816A4CE for ; Mon, 5 Jan 2004 15:49:46 -0800 (PST) Received: from email01.aon.at (WARSL402PIP8.highway.telekom.at [195.3.96.97]) by mx1.FreeBSD.org (Postfix) with SMTP id D89B243D39 for ; Mon, 5 Jan 2004 15:49:38 -0800 (PST) (envelope-from shoesoft@gmx.net) Received: (qmail 184864 invoked from network); 5 Jan 2004 23:49:33 -0000 Received: from m106p019.dipool.highway.telekom.at (HELO ?62.46.3.51?) ([62.46.3.51]) (envelope-sender ) by qmail1rs.highway.telekom.at (qmail-ldap-1.03) with SMTP for ; 5 Jan 2004 23:49:33 -0000 From: Stefan Ehmann To: Bruce Evans In-Reply-To: <20040105202928.Q4703@gamplex.bde.org> References: <200401042224.i04MOP7E009799@gw.catspoiler.org> <1073256379.801.24.camel@shoeserv.freebsd> <20040105202928.Q4703@gamplex.bde.org> Content-Type: text/plain Message-Id: <1073346565.2948.21.camel@shoeserv.freebsd> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Tue, 06 Jan 2004 00:49:26 +0100 Content-Transfer-Encoding: 7bit cc: current@FreeBSD.org Subject: Re: page fault panic tracked down (selwakeuppri()) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 05 Jan 2004 23:49:46 -0000 On Mon, 2004-01-05 at 11:36, Bruce Evans wrote: > On Sun, 4 Jan 2004, Stefan Ehmann wrote: > > > For the first time I got a backtrace that ended in the soundcard module > > - So maybe this is the right direction (on the other hand this might be > > some newly introduced error) > The sound driver is in modules. Have you ruled out having an inconsistent > module. For some reason gdb loaded debugging information for all modules except bktr, snd_pcm and snd_csa. (I always build kernel with MODULES_OVERRIDE). To work around this problem I compiled a kernel with static pcm. That would also rule out an inconsistent module. The system is up now 6 hours and still no panic. If this panic will only happen with csa/pcm as module I'll be even more puzzled. I'm also still not sure why I got three "bad bufsize" panics in a row all of the sudden instead of page faults. (Most of the previous kernels were built without INVARIANTS - but at least some with).