From owner-freebsd-arm@FreeBSD.ORG Tue May 12 13:10:56 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6603EB48 for ; Tue, 12 May 2015 13:10:56 +0000 (UTC) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3BAB91C1E for ; Tue, 12 May 2015 13:10:55 +0000 (UTC) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 2025F20E53 for ; Tue, 12 May 2015 09:10:55 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute2.internal (MEProxy); Tue, 12 May 2015 09:10:55 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=HEFI0TYlaSE6SJJ JfX9wL2Pykzw=; b=jM2ZCNNYVX09zrXqCRzspJ/QDHMX+JIpk0d3UJsQ65Yjwho 16/UM9ddLJqLB/6bmlkBRAAsyWv6m0IOfbHfa0ARQXH5RUNSbus2QKdAHSK+z7p6 8lelqxQfX7HOHZuifSz86wbBoDt2V9ET94/XT39z5wJk9IUnSE0biTXkFk20= Received: by web3.nyi.internal (Postfix, from userid 99) id F158810A361; Tue, 12 May 2015 09:10:54 -0400 (EDT) Message-Id: <1431436254.4075316.266652785.17689829@webmail.messagingengine.com> X-Sasl-Enc: /0YuPJNL0+JG8U0M7oYeUijCHZHb0yOstAGcRyX2sWrc 1431436254 From: Mark Felder To: freebsd-arm@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-e7ca9928 Subject: Re: state of FreeBSD ARM (less stable than 6 months ago) Date: Tue, 12 May 2015 08:10:54 -0500 In-Reply-To: <555177D9.8080001@foxvalley.net> References: <5550C252.6030001@foxvalley.net> <1431357226.2428197.265704673.6A544F74@webmail.messagingengine.com> <555177D9.8080001@foxvalley.net> X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 May 2015 13:10:56 -0000 On Mon, May 11, 2015, at 22:47, Dan Raymond wrote: > On 5/11/2015 9:13 AM, Mark Felder wrote: > > On Mon, May 11, 2015, at 09:53, Dan Raymond wrote: > >> I've been running an email and web server using FreeBSD 11 on a > >> Raspberry Pi B+ since November. It has crashed 3 times since then > >> (roughly every two months). I'm currently running r277334. I thought > >> I'd try the latest build to see if stability has improved. I purchased a > >> Raspberry Pi 2 and used the latest crochet to built r282738. No > >> problems building it and it booted up fine. However, it crashes about > >> an hour into building some ports I use for my server (nginx, php, > >> etc.). I tried twice last night and it crashed both times. Is anybody > >> looking into these stability issues? > >> > > RPi2 support is something like less than a week old for SMP and DMA > > transport. I'm not sure more than a handful of people have actually > > tried it yet. The bugs here will be worked out in time, but if you have > > any core dumps or info that can assist in tracking down issues you're > > experiencing that would certainly be appreciated. > > > > These panics always seem to be mmcsd related. I doubt it has anything > to do with RPi2 or SMP. > > sdhci_bcm0-slot0: Controller timeout > sdhci_bcm0-slot0: ============== REGISTER DUMP ============== > sdhci_bcm0-slot0: Sys addr: 0x4d295a00 | Version: 0x00009902 > sdhci_bcm0-slot0: Blk size: 0x00000200 | Blk cnt: 0x00000020 > sdhci_bcm0-slot0: Argument: 0x002d19c0 | Trn mode: 0x0000193a > sdhci_bcm0-slot0: Present: 0x01ff0506 | Host ctl: 0x00000003 > sdhci_bcm0-slot0: Power: 0x0000000f | Blk gap: 0x00000000 > sdhci_bcm0-slot0: Wake-up: 0x00000000 | Clock: 0x00000507 > sdhci_bcm0-slot0: Timeout: 0x0000000e | Int stat: 0x00000010 > sdhci_b > > > > mmcsd0: Error indicated: 1 Timeout > g_vfs_done():mmcsd0s2a[WRITE(offset=1460830208, length=24576)]error = 5 > panic: No b_bufobj 0xd767ca00 > cpuid = 1 > KDB: enter: panic > [ thread pid 12 tid 100013 ] > Stopped at $d.7: ldrb r15, [r15, r15, ror r15]! > db> > Have you ruled out a failing SD card?