From owner-freebsd-ppc@FreeBSD.ORG Wed Apr 9 15:58:23 2014 Return-Path: Delivered-To: ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A809D2E2 for ; Wed, 9 Apr 2014 15:58:23 +0000 (UTC) Received: from mx.nsu.ru (mx.nsu.ru [84.237.50.39]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FC9F1A20 for ; Wed, 9 Apr 2014 15:58:22 +0000 (UTC) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.72) (envelope-from ) id 1WXusz-0007Tw-AO for ppc@freebsd.org; Wed, 09 Apr 2014 22:58:06 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.14.2/8.14.2) with ESMTP id s39FwFpH099789 for ; Wed, 9 Apr 2014 22:58:25 +0700 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.14.2/8.14.2/Submit) id s39FwAEE099719 for ppc@freebsd.org; Wed, 9 Apr 2014 22:58:10 +0700 (NOVT) (envelope-from danfe) Date: Wed, 9 Apr 2014 22:58:09 +0700 From: Alexey Dokuchaev To: ppc@freebsd.org Subject: fatal kernel trap: exception = 0x300 (data storage interrupt) on fresh -CURRENT Message-ID: <20140409155809.GA97583@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-KLMS-Rule-ID: 1 X-KLMS-Message-Action: clean X-KLMS-AntiSpam-Lua-Profiles: 59477 [Apr 09 2014] X-KLMS-AntiSpam-Version: 5.3.6 X-KLMS-AntiSpam-Envelope-From: danfe@regency.nsu.ru X-KLMS-AntiSpam-Rate: 0 X-KLMS-AntiSpam-Status: not_detected X-KLMS-AntiSpam-Method: none X-KLMS-AntiSpam-Moebius-Timestamps: 2866703, 2866734, 0 X-KLMS-AntiSpam-Interceptor-Info: scan successful X-KLMS-AntiVirus: Kaspersky Security 8.0 for Linux Mail Server 8.0.0.455, not checked X-KLMS-AntiVirus-Status: NotChecked: not checked, skipped X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2014 15:58:23 -0000 Hi there, Once I started to do ports tinderbox builds, this Mac mini G4 of mine panics after some time into the build (couple of times already): fatal kernel trap: exception = 0x300 (data storage interrupt) virtual address = 0x41c445c4 dsisr = 0x40000000 srr0 = 0x573034 srr1 = 0x9032 lr = 0x572f78 curthread = 0x14ca8000 pid = 76123, comm = make If not doing tinderboxish ports building, this box can stay alive for weeks, surviving occasional (but pretty heavy) port builds manually from /usr/ports. I am not sure at this point if it's due to software of hardware, but it seems easy enough to reproduce. /var/crash/core.txt.0 does not seem to contain much useful information, but is available if needed. Ditto for 37M of vmcore.0. ./danfe