From owner-freebsd-current@FreeBSD.ORG Mon Jul 5 14:45:33 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 E285716A4CE for ; Mon, 5 Jul 2004 14:45:33 +0000 (GMT) Received: from Shenton.org (23.ebbed1.client.atlantech.net [209.190.235.35]) by mx1.FreeBSD.org (Postfix) with SMTP id 4B80043D2F for ; Mon, 5 Jul 2004 14:45:33 +0000 (GMT) (envelope-from chris@Shenton.Org) Received: (qmail 6734 invoked by uid 1001); 5 Jul 2004 14:45:31 -0000 To: current@freebsd.org From: Chris Shenton Date: Mon, 05 Jul 2004 10:45:30 -0400 Message-ID: <86wu1iikc5.fsf@PECTOPAH.shenton.org> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Yesterday's code panics: Don't call insmntque(foo, NULL) 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 Jul 2004 14:45:34 -0000 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.