From owner-freebsd-arm@FreeBSD.ORG Wed Jul 2 07:46:58 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 18F7FF34 for ; Wed, 2 Jul 2014 07:46:58 +0000 (UTC) Received: from eu1sys200aog110.obsmtp.com (eu1sys200aog110.obsmtp.com [207.126.144.129]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6920323E7 for ; Wed, 2 Jul 2014 07:46:56 +0000 (UTC) Received: from mail-we0-f180.google.com ([74.125.82.180]) (using TLSv1) by eu1sys200aob110.postini.com ([207.126.147.11]) with SMTP ID DSNKU7O42slZkvetIzABxp+mj8WoUIpD7E7E@postini.com; Wed, 02 Jul 2014 07:46:57 UTC Received: by mail-we0-f180.google.com with SMTP id x48so10713808wes.39 for ; Wed, 02 Jul 2014 00:46:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:message-id:to:subject:cc:reply-to :in-reply-to; bh=TkVZ22EkJAccWxbk+xnfeCZk2ukW3f96HuB0Oin/PWY=; b=YqXgzWj4FyFn5j4lYOw0NeBk1g+tT0g4ctsj5ZCM0GT+Iopi0YmPsSQ7UcqQMLhubT sWqIP0zhxijD5YPWcpRhWU2P5vF7sm2qzGC27asAYZAIBarT9U/ja6mZxNMC2oLKxZD3 dwtVsMm2BIIHXzsFGhy203rBu2kXTKHuA7i0A9tFxDnOf/BKvDgmb87DKNcqYEUITJ1U 8LPL+gXUdD0htp7AasyJ886OXh2IxTtYGgKHiOunPfJxspoJWiMeHVOhG8KtRw/UwowC sNzYAmdn2NmrX9Toba9MS98RwtUN+0c2tcUuzM5PiLFE+OVH+MLwwVlO5cgZguVGNYtA HFKQ== X-Gm-Message-State: ALoCoQmPH8KYbMBCljX/BBFk+it0wa/77CoMm8wxh4Y6zoDvtvdllHPrzIIkK6b5QbTtcy8/UZ/HSn0v8gttkyBlVEy8A5vmZOBGiyM934N+84J4aoEttIebYC2NTCMFLjKmP/dCGBxs X-Received: by 10.180.73.112 with SMTP id k16mr2666811wiv.35.1404287193959; Wed, 02 Jul 2014 00:46:33 -0700 (PDT) X-Received: by 10.180.73.112 with SMTP id k16mr2666807wiv.35.1404287193893; Wed, 02 Jul 2014 00:46:33 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id i4sm52261977wib.21.2014.07.02.00.46.32 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 02 Jul 2014 00:46:33 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.8/8.14.8) with ESMTP id s627kVOV014820 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 2 Jul 2014 08:46:32 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.8/8.14.8/Submit) id s627kTl7014819; Wed, 2 Jul 2014 08:46:29 +0100 (BST) (envelope-from mexas) Date: Wed, 2 Jul 2014 08:46:29 +0100 (BST) From: Anton Shterenlikht Message-Id: <201407020746.s627kTl7014819@mech-cluster241.men.bris.ac.uk> To: tim@kientzle.com Subject: Re: RPi model B - svnlite segfaults a lot - power? Reply-To: mexas@bris.ac.uk In-Reply-To: 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 07:46:58 -0000 >From tim@kientzle.com Wed Jul 2 04:16:53 2014 > >On Jun 25, 2014, at 4:47 AM, Anton Shterenlikht wrote: > >> Just trying Raspberry Pi model B. >> Booting with this snapshot: >> >> # 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 >> >> I wanted to check the feasibility of various ports >> running on this hardware. While checking out the ports >> tree svnlite segfaults a lot. >> >> 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? no. I'll try 10-stable first. Anton