From owner-freebsd-current@FreeBSD.ORG Mon Jul 5 16:56:07 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 7D4F616A4CE for ; Mon, 5 Jul 2004 16:56:07 +0000 (GMT) Received: from n082.sc1.cp.net (h36.rdg.cp.net [209.228.29.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id EED2B43D5A for ; Mon, 5 Jul 2004 16:56:06 +0000 (GMT) (envelope-from bruce@cran.org.uk) Received: from [192.168.0.10] (82.3.247.218) by n082.sc1.cp.net (7.0.027.3-1) id 40DCD8AB001D9FDF; Mon, 5 Jul 2004 16:56:06 +0000 In-Reply-To: <86wu1iikc5.fsf@PECTOPAH.shenton.org> References: <86wu1iikc5.fsf@PECTOPAH.shenton.org> Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <324053F4-CEA4-11D8-AE53-000D93ACEE20@cran.org.uk> Content-Transfer-Encoding: 7bit From: Bruce Cran Date: Mon, 5 Jul 2004 17:56:02 +0100 To: Chris Shenton X-Mailer: Apple Mail (2.618) 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 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 16:56:07 -0000 On 5 Jul 2004, at 15:45, 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 > I got caught by that bug too - it looks like it was broken for 6 hours, but it's been fixed now; the frenetic commit activity on vfs_subr.c seems to have settled down, too! -- Bruce Cran