From owner-freebsd-ppc@FreeBSD.ORG Tue Jul 12 23:49:26 2005 Return-Path: X-Original-To: freebsd-ppc@freebsd.org Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CC2616A41C for ; Tue, 12 Jul 2005 23:49:26 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C54343D46 for ; Tue, 12 Jul 2005 23:49:25 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [203.144.2.137] (CPE-2-137.dsl.OntheNet.net [203.144.2.137]) by liberty.onthenet.com.au (8.12.9 - 20030918/8.12.9) with ESMTP id j6CNnK7v002164; Wed, 13 Jul 2005 09:49:21 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <42D45705.5070807@freebsd.org> Date: Wed, 13 Jul 2005 09:49:25 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041016 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sean_Welch@alum.wofford.org References: <20050706011247.GA20055@NitroPhys.welchsmnet.net> <42CB3243.2010804@freebsd.org> <20050706221854.GA23695@NitroPhys.welchsmnet.net> <42CC6180.3090102@freebsd.org> <20050708123053.GA30311@NitroPhys.welchsmnet.net> <42CE7984.5060306@freebsd.org> <20050708193114.GA31469@NitroPhys.welchsmnet.net> <42CEF673.1020707@freebsd.org> <20050710045504.GA36843@NitroPhys.welchsmnet.net> <42D0B56D.3050708@freebsd.org> <20050712231139.GA48156@NitroPhys.welchsmnet.net> In-Reply-To: <20050712231139.GA48156@NitroPhys.welchsmnet.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org Subject: Re: Mac Mini panic 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: Tue, 12 Jul 2005 23:49:26 -0000 Hi Sean, > ad0: timeout waiting to issue command > ad0: error issueing WRITE_MUL command > ad0: timeout waiting to issue command > ad0: error issueing WRITE_MUL command > ad0: timeout waiting to issue command > ad0: error issueing WRITE_MUL command > ad0: timeout waiting to issue command > ad0: error issueing WRITE_MUL command > swap_pager: I/O error - pageout failed: blkno xxxxx, size 65536, error 5 > swap_pager: I/O error - pageout failed: blkno xxxxx, size 65536, error 5 > swap_pager: I/O error - pageout failed: blkno xxxxx, size 65536, error 5 > swap_pager: I/O error - pageout failed: blkno xxxxx, size 65536, error 5 > g_vfs_done():ad0s5[WRITE(offset=6160384, length=2048)]error = 5 > init died (signal 4, exit 0) > panic: Going nowhere without my init! > KDB: enter: panic > [thread pid 1 tid 100006 ] > Stopped at 0x25b5f8: lwz r11, r1, 0x0 > db> > > What next? Can I even do a dump if the ata driver is the culprit? 'trace' will give the backtrace, but I'm guessing what has happened is that part of init was being swapped out and failed, killing init, and hitting the panic in the exit syscall where it detects if init is the process exiting. No kernel dumps yet. 'man ddb' when the system is running normally will give a list of commands that can be issued to the debugger, as well as '?' at the prompt itself. About the only advice I can give is see if you can reproduce this each time with the xfce package build. That then allows some more debug to be put in. later, Peter.