From owner-freebsd-sparc64@FreeBSD.ORG Sun Jun 13 19:15:35 2010 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 030DB1065676 for ; Sun, 13 Jun 2010 19:15:35 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id 88B1F8FC08 for ; Sun, 13 Jun 2010 19:15:34 +0000 (UTC) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.3/8.14.3/ALCHEMY.FRANKEN.DE) with ESMTP id o5DJFI9L096080; Sun, 13 Jun 2010 21:15:19 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.3/8.14.3/Submit) id o5DJFI1Y096079; Sun, 13 Jun 2010 21:15:18 +0200 (CEST) (envelope-from marius) Date: Sun, 13 Jun 2010 21:15:18 +0200 From: Marius Strobl To: Andreas Tobler Message-ID: <20100613191518.GA95797@alchemy.franken.de> References: <4C14ED7C.2030809@fgznet.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4C14ED7C.2030809@fgznet.ch> User-Agent: Mutt/1.4.2.3i Cc: freebsd-sparc64@freebsd.org Subject: Re: U60 doesn't boot anymore with -CURRENT X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jun 2010 19:15:35 -0000 On Sun, Jun 13, 2010 at 04:38:52PM +0200, Andreas Tobler wrote: > Hi, > > my gecko testmachine refuses to boot with -CURRENT. > > Here the verbose part of the messages: > > --- > FreeBSD 9.0-CURRENT #0 r209123M: Sun Jun 13 14:07:28 CEST 2010 > > andreast@u60.andreas.nets:/usr/obj/export/devel/src/sys/GENERIC sparc64 > Preloaded elf kernel "/boot/kernel/kernel" at 0xc0bbc000. > real memory = 1610612736 (1536 MB) > avail memory = 1554571264 (1482 MB) > machine: SUNW,Ultra-60 > cpu0: Sun Microsystems UltraSparc-II Processor (449.99 MHz CPU) > mask=0xa0 maxtl=5 maxwin=7 > initalizing intr_countp > --- > > And here it hangs. > > Any idea on hwat is going wrong? > Nothing obvious as no sparc64 specific changes went in lately. If you use a kernel built with options ALT_BREAK_TO_DEBUGGER, can you break into the debugger via the alternate break sequence on the serial console and get backtrace when it hangs? What is the last known working revision? Can you bisect which revsion triggers the problem? Marius