From owner-freebsd-ppc@FreeBSD.ORG Thu May 1 01:38:11 2008 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 349411065680 for ; Thu, 1 May 2008 01:38:11 +0000 (UTC) (envelope-from nathanw@uchicago.edu) Received: from agogare.doit.wisc.edu (agogare.doit.wisc.edu [144.92.197.211]) by mx1.freebsd.org (Postfix) with ESMTP id 03B438FC0C for ; Thu, 1 May 2008 01:38:10 +0000 (UTC) (envelope-from nathanw@uchicago.edu) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=ISO-8859-1; format=flowed Received: from avs-daemon.smtpauth2.wiscmail.wisc.edu by smtpauth2.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 6.3-5.02 (built Oct 12 2007; 32bit)) id <0K0600H0A1VMNS00@smtpauth2.wiscmail.wisc.edu> for freebsd-ppc@freebsd.org; Wed, 30 Apr 2008 20:38:10 -0500 (CDT) Received: from trantor.tachypleus.net (adsl-76-204-93-14.dsl.mdsnwi.sbcglobal.net [76.204.93.14]) by smtpauth2.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 6.3-5.02 (built Oct 12 2007; 32bit)) with ESMTPSA id <0K06006ZW1VJZU50@smtpauth2.wiscmail.wisc.edu> for freebsd-ppc@freebsd.org; Wed, 30 Apr 2008 20:38:07 -0500 (CDT) Date: Wed, 30 Apr 2008 20:38:15 -0500 From: Nathan Whitehorn To: freebsd-ppc@freebsd.org Message-id: <48191F07.5060505@uchicago.edu> X-Spam-Report: AuthenticatedSender=yes, SenderIP=76.204.93.14 X-Spam-PmxInfo: Server=avs-9, Version=5.4.1.325704, Antispam-Engine: 2.6.0.325393, Antispam-Data: 2008.4.30.182026, SenderIP=76.204.93.14 User-Agent: Thunderbird 2.0.0.12 (X11/20080322) Subject: Kernel broken? 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: Thu, 01 May 2008 01:38:11 -0000 While trying to build a new kernel to test the BMAC driver, I found that a kernel built from -CURRENT no longer boots on my Powermac G3. fatal kernel trap: exception = 0x7 (program) srr0 = 0x0 srr1 = 0x8b032 curthread = ... pid = 0, comm = swapper Stopped at 0: illegal instruction 0 It looks like it branched to a NULL pointer, but where or why is not clear. This happens fairly late in the boot process, after the Timecounters tick every 10 msec message. -Nathan