From owner-freebsd-stable@FreeBSD.ORG Tue Jul 20 10:06:09 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02BFD16A4CE for ; Tue, 20 Jul 2004 10:06:09 +0000 (GMT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 33C6043D67 for ; Tue, 20 Jul 2004 10:06:08 +0000 (GMT) (envelope-from dwmalone@maths.tcd.ie) Received: from lanczos.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 20 Jul 2004 11:06:07 +0100 (BST) Date: Tue, 20 Jul 2004 11:06:06 +0100 From: David Malone To: Scott Mitchell Message-ID: <20040720100606.GA69367@lanczos.maths.tcd.ie> References: <20040717161454.GA470@tuatara.fishballoon.org> <20040719233332.GA466@tuatara.fishballoon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040719233332.GA466@tuatara.fishballoon.org> User-Agent: Mutt/1.5.3i Sender: dwmalone@maths.tcd.ie cc: freebsd-stable@freebsd.org Subject: Re: [PANIC] 4.10p2 + aue0 boot-time crash X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 10:06:09 -0000 On Tue, Jul 20, 2004 at 12:33:32AM +0100, Scott Mitchell wrote: > > Just upgraded my little mini-ITX server from 4.9p4 to 4.10p2. The new > > kernel booted single-user fine before I did the installworld, but panics > > when bringing up my aue0 interface during multi-user boot. aue0 is my > > 'outside' interface which I didn't need during installworld, otherwise I > > might have caught this earlier. The kernel is GENERIC + ipfilter. > > Nobody? > > This is now PR kern/69319. I think it is panicing 'cos curproc is NULL. It might be worth compiling your kernel with INVARIANTS, I suspect that it will panic earlier. (It may just be that the usb code is getting called in some context it doesn't expect to be...) David.