From owner-freebsd-arm@FreeBSD.ORG Fri May 3 13:45:55 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 44B8977F for ; Fri, 3 May 2013 13:45:55 +0000 (UTC) (envelope-from werner@thieprojects.ch) Received: from newton.metanet.ch (newton2.metanet.ch [80.74.158.131]) by mx1.freebsd.org (Postfix) with ESMTP id 91EA9116D for ; Fri, 3 May 2013 13:45:53 +0000 (UTC) Received: (qmail 32321 invoked from network); 3 May 2013 15:45:52 +0200 Received: from 217-071-083-008.ip-tech.ch (HELO ?192.168.11.88?) (217.71.83.8) by newton.metanet.ch with ESMTPSA (DHE-RSA-AES256-SHA encrypted, authenticated); 3 May 2013 15:45:52 +0200 Message-ID: <5183BF8C.4040406@thieprojects.ch> Date: Fri, 03 May 2013 15:45:48 +0200 From: Werner Thie User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: Warner Losh Subject: Re: Is this related to the general panic discussed in freebsd-current? References: <51835891.4050409@thieprojects.ch> <03971BD1-4ADE-4435-BDD0-B94B62634F1D@bsdimp.com> In-Reply-To: <03971BD1-4ADE-4435-BDD0-B94B62634F1D@bsdimp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 May 2013 13:45:55 -0000 On 5/3/13 3:13 PM, Warner Losh wrote: > On May 3, 2013, at 12:26 AM, Werner Thie wrote: > >> Hi all >> >> just came around yesterday to start playing with crochet, built an image and KDB entering panic when booting >> >> FreeBSD 10.0-CURRENT #0 r250144M: Thu May 2 10:10:20 CEST 2013 >> root@xtools:/usr/home/wthie/proj/crochet-freebsd/work/obj/arm.armv6/usr/local/src/sys/BEAGLEBONE arm >> FreeBSD clang version 3.3 (trunk 178860) 20130405 >> WARNING: WITNESS option enabled, expect reduced performance. >> panic: acquiring blockable sleep lock with spinlock or critical section held (rw) pmap pv global @ /usr/local/src/sys/arm/arm/pmap-v6.c:1187 >> KDB: enter: panic >> [ thread pid 0 tid 0 ] >> Stopped at $d: ldrb r15, [r15, r15, ror r15]! > > This looks like the clang-built witness panic that's in arm. Thxs, Werner