From owner-freebsd-ppc@FreeBSD.ORG Wed Feb 25 22:43:22 2009 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF6741065675 for ; Wed, 25 Feb 2009 22:43:22 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from mail.icecube.wisc.edu (trout.icecube.wisc.edu [128.104.255.119]) by mx1.freebsd.org (Postfix) with ESMTP id 960EE8FC0C for ; Wed, 25 Feb 2009 22:43:22 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.icecube.wisc.edu (Postfix) with ESMTP id 1A8985823C; Wed, 25 Feb 2009 16:43:22 -0600 (CST) X-Virus-Scanned: amavisd-new at icecube.wisc.edu Received: from mail.icecube.wisc.edu ([127.0.0.1]) by localhost (trout.icecube.wisc.edu [127.0.0.1]) (amavisd-new, port 10030) with ESMTP id Zmwdx3aHqthK; Wed, 25 Feb 2009 16:43:22 -0600 (CST) Received: from wanderer.tachypleus.net (i3-dhcp-172-16-55-200.icecube.wisc.edu [172.16.55.200]) by mail.icecube.wisc.edu (Postfix) with ESMTP id F12FB5823A; Wed, 25 Feb 2009 16:43:21 -0600 (CST) Message-ID: <49A5C989.7010307@freebsd.org> Date: Wed, 25 Feb 2009 16:43:21 -0600 From: Nathan Whitehorn User-Agent: Thunderbird 2.0.0.19 (X11/20090126) MIME-Version: 1.0 To: Marcel Moolenaar , FreeBSD PowerPC ML References: <49A57020.1080603@freebsd.org> <0E097221-43AD-45C7-9293-1117E1FC68C5@mac.com> In-Reply-To: <0E097221-43AD-45C7-9293-1117E1FC68C5@mac.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Brokenness in HEAD X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Feb 2009 22:43:23 -0000 Marcel Moolenaar wrote: > > On Feb 25, 2009, at 8:21 AM, Nathan Whitehorn wrote: > >> Something seems to currently be quite broken in HEAD for PowerPC, at >> least on the AIM platform. I'm getting almost immediate panics all >> over the place in the kernel, usually indicating memory corruption >> somehow (faults on bogus addresses, illegal instructions, etc...). >> This is a heads-up to those thinking of updating systems or who might >> know what happened. >> >> The change is on order a week old, and I believe newer than the 20th. >> I have not done a full binary search yet, but it is not related to >> the following (checked by selective reversion of bits of the tree, or >> disabling bits): >> - USB code > > USB2 works on my G4 mini. I'm running rev 188699 > on it... > Yep. Mine too. And the previous kernel I have that works, compiled Feb. 20, has USB2 and Altivec. The list was the list of things I know are not the problem, because my kernels panic with or without those components. I don't think I'll have time to track the problem down for a couple days, but I think it happened between r188860 and r189000, which doesn't leave too many candidates. -Nathan