From owner-freebsd-arm@FreeBSD.ORG Wed Jul 2 03:30:15 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 24D67C7E for ; Wed, 2 Jul 2014 03:30:15 +0000 (UTC) Received: from mail-pd0-f177.google.com (mail-pd0-f177.google.com [209.85.192.177]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ECDC22EB8 for ; Wed, 2 Jul 2014 03:30:14 +0000 (UTC) Received: by mail-pd0-f177.google.com with SMTP id y10so11050411pdj.8 for ; Tue, 01 Jul 2014 20:30:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=3m8HgSxAuoFp8Ki43VugDpdmdP9WFhHQL4S/wjciJtI=; b=Tk0z6erDhTHaomls1SNHAeZuCu+d1y+Zcik/srkMYJHnbOsl09ti9cE7mEwXaYGIWF YDuDM5HEiCSKvP640XV+2h1t9H9mvzGCCq9WvbcnQ+poQwVpxYHA99k0fPzoWZZrxDl+ wQMfiX2K0vOXyO3WNE2ov26zJzbJ3djI1c/78t5n6teo80+a73fmBzSWefEfu4Gducka vE5BQadi0P408IIh7ze1AZzAs4ykK8FQcNGmkLQY4ZoGMo5TPXQeair2Jvb73QQAKJT4 YlJb8v7G6fAGi387KV1N9E8bwxkGoFjDaiLvrpS5NyL04Nmfv1zVk12pHKgl59laKFgk wJeg== X-Gm-Message-State: ALoCoQnLhHioUhlO7lHk9CgVB1SrMKzonmpDpic39gM7fzf3ET7+mqojKc7k/SXDhIw8zr5qmU1h X-Received: by 10.68.116.235 with SMTP id jz11mr42539370pbb.149.1404270354722; Tue, 01 Jul 2014 20:05:54 -0700 (PDT) Received: from [192.168.1.103] (c-24-6-220-224.hsd1.ca.comcast.net. [24.6.220.224]) by mx.google.com with ESMTPSA id qk9sm123773407pac.16.2014.07.01.20.05.53 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 01 Jul 2014 20:05:54 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) Subject: Re: RPi model B - svnlite segfaults a lot - power? From: Tim Kientzle In-Reply-To: <201406251147.s5PBl42l011052@mech-cluster241.men.bris.ac.uk> Date: Tue, 1 Jul 2014 20:05:19 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201406251147.s5PBl42l011052@mech-cluster241.men.bris.ac.uk> To: mexas@bris.ac.uk X-Mailer: Apple Mail (2.1878.2) Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2014 03:30:15 -0000 On Jun 25, 2014, at 4:47 AM, Anton Shterenlikht = wrote: > Just trying Raspberry Pi model B. > Booting with this snapshot: >=20 > # uname -a > FreeBSD raspberry-pi 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r267801: Tue = Jun 24 11:03:28 UTC 2014 = root@grind.freebsd.org:/usr/obj/arm.armv6/usr/src/sys/RPI-B arm >=20 > I wanted to check the feasibility of various ports > running on this hardware. While checking out the ports > tree svnlite segfaults a lot. >=20 > I've seen many threads urging the importance of correct > power source. When I have insufficient power, I usually just see the board shut down. Segfaults are probably a software problem. Do you have a stack trace?