From owner-freebsd-arm@FreeBSD.ORG Fri Jan 11 02:35:05 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 7655F202 for ; Fri, 11 Jan 2013 02:35:05 +0000 (UTC) (envelope-from aoyama@peach.ne.jp) Received: from moon.peach.ne.jp (moon.peach.ne.jp [203.141.148.98]) by mx1.freebsd.org (Postfix) with ESMTP id 35522921 for ; Fri, 11 Jan 2013 02:35:04 +0000 (UTC) Received: from moon.peach.ne.jp (localhost [127.0.0.1]) by moon.peach.ne.jp (Postfix) with ESMTP id A11C039E5C; Fri, 11 Jan 2013 11:34:57 +0900 (JST) Received: from artemis (unknown [172.18.0.20]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by moon.peach.ne.jp (Postfix) with ESMTPSA id 9E0E739E56; Fri, 11 Jan 2013 11:34:57 +0900 (JST) Message-ID: <408D522039534682861D1B1AFBA9645E@ad.peach.ne.jp> From: "Daisuke Aoyama" To: "Roel Bouwman" References: <20130109205029.GB3090@shuttle.bouwman.net> <1E4F692C2E774A5C9ED66CE1A502C261@ad.peach.ne.jp> <20130110123605.GC31212@shuttle.bouwman.net> <2678A4FBD40C409F9183A48F449C300F@ad.peach.ne.jp> <20130110172656.GD31212@shuttle.bouwman.net> In-Reply-To: <20130110172656.GD31212@shuttle.bouwman.net> Subject: Re: FreeBSD/armv6z/clang on Raspberry Pi 512MB (with U-Boot + ubldr) Date: Fri, 11 Jan 2013 11:34:52 +0900 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 14.0.8117.416 X-MimeOLE: Produced By Microsoft MimeOLE V14.0.8117.416 X-Virus-Scanned: ClamAV using ClamSMTP 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, 11 Jan 2013 02:35:05 -0000 > Unfortunately, no... > > FreeBSD 10.0-CURRENT #0 r244906M: Thu Jan 10 23:55:40 JST 2013 > aoyama@fbs.local:/usr/obj-rpi-clang/arm.armv6/usr/src/sys/RPI-B-test13 arm > ... > pid 65 (fsck_ufs), uid 0: exited on signal 11 > panic: Bad link elm 0xc10e0984 next->prev != elm > KDB: enter: panic > [ thread pid 65 tid 100049 ] > Stopped at breakpoint: ldrb r15, [r15, r15, ror r15]! My test for above case, the kernel is crashed at pmap_nuke_pv() at /usr/src/sys/arm/arm/pmap-v6.c I don't know reason. But it seems caused after calling read_dma_next from DMA intr. -- Daisuke Aoyama