From owner-freebsd-current@FreeBSD.ORG Fri Oct 14 00:13:43 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 97E9C16A41F for ; Fri, 14 Oct 2005 00:13:43 +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 3840D43D49 for ; Fri, 14 Oct 2005 00:13:43 +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 j9E0DVNu052772; Thu, 13 Oct 2005 17:13:35 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200510140013.j9E0DVNu052772@gw.catspoiler.org> Date: Thu, 13 Oct 2005 17:13:31 -0700 (PDT) From: Don Lewis To: emoe@cox.net In-Reply-To: <119079C9-0A1D-4BFF-81B1-4D063C335CC5@cox.net> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Cc: freebsd-current@FreeBSD.org 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 00:13:43 -0000 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.