From owner-freebsd-current@FreeBSD.ORG Mon Jul 5 19:08:57 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 6062516A4CE for ; Mon, 5 Jul 2004 19:08:57 +0000 (GMT) Received: from sdf.lonestar.org (ol.freeshell.org [192.94.73.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id F025143D45 for ; Mon, 5 Jul 2004 19:08:56 +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 i65J8rvR016075 for ; Mon, 5 Jul 2004 19:08:53 GMT Received: (from lukas@localhost) by sdf.lonestar.org (8.12.10/8.12.8/Submit) id i65J8qGv010691; Mon, 5 Jul 2004 12:08:52 -0700 (PDT) Date: Mon, 5 Jul 2004 12:08:52 -0700 (PDT) From: Luke X-X-Sender: lukas@norge.freeshell.org In-Reply-To: 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 19:08:57 -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. Sorry, I spoke too soon. Disabling ACPI at the loader allows the system to mount root.