From owner-freebsd-current@FreeBSD.ORG Fri Oct 14 20:09:27 2005 Return-Path: X-Original-To: freebsd-current@FreeBSD.org 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 D1A9116A425; Fri, 14 Oct 2005 20:09:27 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65BE343D49; Fri, 14 Oct 2005 20:09:27 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id j9EK93Fh055182; Fri, 14 Oct 2005 13:09:06 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200510142009.j9EK93Fh055182@gw.catspoiler.org> Date: Fri, 14 Oct 2005 13:09:03 -0700 (PDT) From: Don Lewis To: jhb@FreeBSD.org In-Reply-To: <200510141527.33406.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Cc: freebsd-current@FreeBSD.org, re@FreeBSD.org, emoe@cox.net Subject: Re: Kernel panic: "spec nodes went here" in 6.0-RC1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 14 Oct 2005 20:09:28 -0000 On 14 Oct, John Baldwin wrote: > On Thursday 13 October 2005 08:13 pm, Don Lewis wrote: >> On 13 Oct, Erik Moe wrote: >> > This may be a known issue, but I haven't found much discussion on >> > it. I'm playing with 6.0-RC1 and the kernel test suite. Within >> > minutes of running the suite I get a kernel panic: "spec nodes went >> > here". This seems to happen consistently. The panic happens in >> > ffsext_strategy(), but it looks like the arguments to the mkdir() >> > system call are missing. >> >> This was fixed in HEAD with sys/ufs/ffs/ffs_alloc.c 1.136. > > Is this scheduled to go into 6.0? I think it should, but that is for to re@ and tegge@ to decide.