From owner-freebsd-current@FreeBSD.ORG Mon Jul 5 00:53:18 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 9707216A4CE for ; Mon, 5 Jul 2004 00:53:18 +0000 (GMT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60CBB43D2D for ; Mon, 5 Jul 2004 00:53:18 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.11/8.12.11) with ESMTP id i650r29S084295; Sun, 4 Jul 2004 17:53:05 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200407050053.i650r29S084295@gw.catspoiler.org> Date: Sun, 4 Jul 2004 17:53:02 -0700 (PDT) From: Don Lewis To: manlix@demonized.net In-Reply-To: <20040705000259.73e30b28.manlix@demonized.net> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii cc: veldy@veldy.net cc: w8hdkim@yahoo.com cc: freebsd-current@FreeBSD.org Subject: Re: -current boot fails on htt smp 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 00:53:18 -0000 On 5 Jul, Johan Pettersson wrote: > On Sun, 4 Jul 2004 14:48:30 -0700 (PDT) > Kim Culhan wrote: > >> --- "Thomas T. Veldhouse" wrote: >> > Kim Culhan wrote: >> >> >> > >Fatal trap 12: page fault while in kernel mode >> > >[some detail omitted] >> > >current process =1(swapper) >> > >kernel: type 12 trap, code=0 >> > >stopped at getnewvnode+0x487: movl 0x98(%edx),%eax >> >> [trimed] >> >> > Same here, it does not matter which scheduler I use ... I get the >> > same >> > apparent panic. I am running a P4 3.0 GHz with Hyperthreading >> > (Dell >> > Dimension 8250). >> >> The timing was consistent with changes made to the >> ule scheduler. >> >> FWIW, this happens just before root would be mounted. >> >> This machine has a 3ware 9000 series disk controller, >> it uses the twa driver. >> >> -kim >> > > Maybe it is some recent changes in the ACPI code? Every time my > computer don't boot with apic and/or htt enabled something has changed > recently in the acpi code. And when it works again, some change in the > acpi code has been done. Maybe just coincidences, I dont know. :) I'd be more suspicious of some of phk's vfs commits in the last 24 hours. I was running into similar problems, but things seem to be working now with revision 1.501 of vfs_subr.c.