From owner-freebsd-ppc@freebsd.org Wed Jul 1 13:38:32 2015 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F0609909D4 for ; Wed, 1 Jul 2015 13:38:32 +0000 (UTC) (envelope-from jmmv@meroh.net) Received: from mail-qk0-f169.google.com (mail-qk0-f169.google.com [209.85.220.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 64B762BCD for ; Wed, 1 Jul 2015 13:38:31 +0000 (UTC) (envelope-from jmmv@meroh.net) Received: by qkei195 with SMTP id i195so29259487qke.3 for ; Wed, 01 Jul 2015 06:38:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:content-type :content-transfer-encoding:subject:message-id:date:to:mime-version; bh=IY2c6WTX0GNGS8PQNuNKvgaQOekI7Xn6AraS78TK9ck=; b=cNeZkvmv5038XF9Lw533sGC1cI25GFOEUoLFXgGO15pOuwPV5g+VHnaXhKm48e53kt l+9MaQ/gzbsuT6muCRKPI9FGeu55Tjb3hzqc6BeKTIWDUEmc8GJXsRR4tBzlszdU1yhv 8BerD4/xSL+Ys26ScPw3UweGj4Za2A7/0C1k/1SYc+dS9tcDqzvaXwFrdH6I2kTbVK1y IjoXrg9oyRG8/mLYJieY7tbSVSOEmetuLkZGzuZOkQvQXUGVwuIahgjA3XuOg64NEQj/ 80+V2WfdMd7jHAqAxvqT7o0m3HOMBguHpTL2bOqjp5DxQb914LjWpYQGMvwHDCkMuOUZ IlKg== X-Gm-Message-State: ALoCoQmbzVtCpi715IrnbZ4Ki8OwYSoISDNGS9+qfpq6E8XdlxOLnoTHVQWAassMnMhr4PFHakI3 X-Received: by 10.140.32.38 with SMTP id g35mr32863500qgg.74.1435757910361; Wed, 01 Jul 2015 06:38:30 -0700 (PDT) Received: from dhcp-172-26-106-166.nyc.corp.google.com ([172.26.106.166]) by mx.google.com with ESMTPSA id n96sm959223qkh.31.2015.07.01.06.38.29 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 01 Jul 2015 06:38:29 -0700 (PDT) Sender: Julio Merino From: Julio Merino Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: panic: data storage interrupt trap Message-Id: <77A0DF00-B8FE-4EC9-B17A-8CE1DA5D5423@freebsd.org> Date: Wed, 1 Jul 2015 09:38:28 -0400 To: freebsd-ppc@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) X-Mailer: Apple Mail (2.2098) X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 13:38:32 -0000 Hello, I filed this as a bug yesterday (PR kern/201223) but thought that I = might have some better luck by asking here as well. I have had a FreeBSD stable-10 installation on a Mini G4 since September = and, so far, been unable to get a full poudriere bulk build (of a very = reduced set of packages!) to complete without panicking the machine. = This is a bit unfortunate because I'd like to use this system as a small = server... but the instability seems to make it unsuitable for that = purpose. The machine crashes like this: panic: data storage interrupt trap cpuid =3D 0 KDB: stack backtrace: #0 0x45f3e0 at vpanic+0x138 #1 0x45f480 at panic+0x54 #2 0x77da3c at trap_fatal+0x1bc #3 0x77ea04 at trap+0xfa0 #4 0x76ee9c at powerpc_interrupt+0x170 The bug above contains a copy of core.txt after the reboot with all = other relevant crash data. Any hints as to what may be wrong or how to get more information? Thanks! --=20 Julio Merino -- http://julio.meroh.net/=