From owner-freebsd-current@FreeBSD.ORG Mon Jul 5 18:56:20 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 6137E16A4CE for ; Mon, 5 Jul 2004 18:56:20 +0000 (GMT) Received: from sdf.lonestar.org (ol.freeshell.org [192.94.73.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC2D343D2D for ; Mon, 5 Jul 2004 18:56:19 +0000 (GMT) (envelope-from lukas@sdf.lonestar.org) Received: from sdf.lonestar.org (IDENT:lukas@norge.freeshell.org [192.94.73.3]) by sdf.lonestar.org (8.12.10/8.12.10) with ESMTP id i65IuFVB018576; Mon, 5 Jul 2004 18:56:16 GMT Received: (from lukas@localhost) by sdf.lonestar.org (8.12.10/8.12.8/Submit) id i65IuFwB025977; Mon, 5 Jul 2004 11:56:15 -0700 (PDT) Date: Mon, 5 Jul 2004 11:56:15 -0700 (PDT) From: Luke X-X-Sender: lukas@norge.freeshell.org To: Chris Shenton In-Reply-To: <86wu1iikc5.fsf@PECTOPAH.shenton.org> Message-ID: References: <86wu1iikc5.fsf@PECTOPAH.shenton.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: current@freebsd.org Subject: Re: Yesterday's code panics: Don't call insmntque(foo, NULL) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: LukeD@pobox.com 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 Jul 2004 18:56:20 -0000 On Mon, 5 Jul 2004, Chris Shenton wrote: > I built a kernel from CVS yesterday, installed it and rebooted this > morning. It panicked with the message (manually copied): > > ... > mounting root from ufs:/dev/amrd0s1a > panic: Don't call insmntque(foo, NULL) > Debugger("panic") > Stopped at Debugger+0x45: xchgl %ebx, in_Debugger.0 > > This message appears in /usr/src/sys/kern/vfs_subr.c > > Any suggestions? > > Thanks. Perhaps I don't have the right debugging options turned on, but I'm getting a page fault at that same spot (mounting root) with kernels built on source from about fifteen minutes ago. Kernels built from source from June 26 work. I've tried different kernel options trying to find something that doesn't crash, but no luck so far.