From owner-freebsd-alpha  Fri May 10 11:46:39 2002
Delivered-To: freebsd-alpha@freebsd.org
Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7A47B37B403; Fri, 10 May 2002 11:46:36 -0700 (PDT)
Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30])
	by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id OAA17539;
	Fri, 10 May 2002 14:46:35 -0400 (EDT)
Received: (from gallatin@localhost)
	by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g4AIk5Z78815;
	Fri, 10 May 2002 14:46:05 -0400 (EDT)
	(envelope-from gallatin@cs.duke.edu)
From: Andrew Gallatin <gallatin@cs.duke.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <15580.5485.875186.514429@grasshopper.cs.duke.edu>
Date: Fri, 10 May 2002 14:46:05 -0400 (EDT)
To: John Baldwin <jhb@FreeBSD.org>
Cc: freebsd-alpha@FreeBSD.org, obrien@FreeBSD.org
Subject: RE: gcc3 & alpha kernels
In-Reply-To: <XFMail.20020510144217.jhb@FreeBSD.org>
References: <15580.4555.547862.153945@grasshopper.cs.duke.edu>
	<XFMail.20020510144217.jhb@FreeBSD.org>
X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid
Sender: owner-freebsd-alpha@FreeBSD.ORG
Precedence: bulk
List-ID: <freebsd-alpha.FreeBSD.ORG>
List-Archive: <http://docs.freebsd.org/mail/> (Web Archive)
List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions)
List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-alpha>
List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-alpha>
X-Loop: FreeBSD.org


John Baldwin writes:
 > > Have you seen this on your alpha testbox?  Is your alpha testbox
 > > working?
 > 
 > Matt Jacob had a VM object related panic with the old gcc.  Try backing
 > out Alan Cox's changes to remove Giant from some things in the VM
 > system adn see if it does better.

How would locking affect an issue this early in the boot process?  I
think we're dying in something called out of vm_mem_init(), which is
called out of SYSINIT(vm_mem, SI_SUB_VM, SI_ORDER_FIRST, vm_mem_init,NULL)

I'm going to NFS export my source tree & see if I can boot after
building the kernel on a -stable machine.

Drew

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message