From owner-freebsd-arm@FreeBSD.ORG Sat Aug 3 02:29:15 2013 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 ESMTP id A8832A14; Sat, 3 Aug 2013 02:29:15 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from mho-01-ewr.mailhop.org (mho-03-ewr.mailhop.org [204.13.248.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7E51A2370; Sat, 3 Aug 2013 02:29:14 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1V5Rae-0003dq-3p; Sat, 03 Aug 2013 02:29:08 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id r732T5iK023247; Fri, 2 Aug 2013 20:29:05 -0600 (MDT) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 24.8.230.52 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/WGV6rYohN1jXa5HtVyTGb Subject: Re: RaspberryPi crash/freez random time after ~r253751 From: Ian Lepore To: Andrey Fesenko In-Reply-To: References: Content-Type: text/plain; charset="us-ascii" Date: Fri, 02 Aug 2013 20:29:05 -0600 Message-ID: <1375496945.45247.270.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: "freebsd-arm@freebsd.org" , freebsd-current 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: Sat, 03 Aug 2013 02:29:15 -0000 On Sat, 2013-08-03 at 03:40 +0400, Andrey Fesenko wrote: > On Fri, Aug 2, 2013 at 5:09 PM, Andrey Fesenko wrote: > > Hello, > > > > System work stable after migration EABI ~r20130716 (+fix build perl port) > > after make new images r253751 and r253847 system (RPi) freez after > > random time building ports. > > > > got to collect a backtrace log http://pastebin.com/Bbn9ka4N > > > >> uname -a > > FreeBSD raspberry-pi 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r253847M: > > Thu Aug 1 03:54:07 MSK 2013 > > andrey@my_book.local:/home/andrey/obj/arm.armv6/usr/src/sys/RPI-B-IPv6 > > arm > > after patch http://people.freebsd.org/~andrew/trapframe_align.diff > system boot, random time building ports crash system > bt log http://pastebin.com/jBJFf8Zt That is a very strange backtrace. login: panic: vm_fault: fault on nofault entry, addr: db02d000 The page that faulted was db02d000. The stack on entry to the exception handler was db02d008. The exception handling was able to use the stack in the previous page without double-faulting -- it counts down into db02cfxx and lower just fine as the exception handling proceeds. I don't know what to make of it, but I thought I'd mention the oddity in case it triggers ideas for someone else. -- Ian