From owner-freebsd-arm@FreeBSD.ORG Thu Mar 28 15:30:55 2013 Return-Path: Delivered-To: arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B040510C; Thu, 28 Mar 2013 15:30:55 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from mho-02-ewr.mailhop.org (mho-02-ewr.mailhop.org [204.13.248.72]) by mx1.freebsd.org (Postfix) with ESMTP id 8AFD1ED7; Thu, 28 Mar 2013 15:30:55 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1ULEn0-000AjD-PR; Thu, 28 Mar 2013 15:30:54 +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 r2SFUqR6013073; Thu, 28 Mar 2013 09:30:52 -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: U2FsdGVkX19pXW+lWdKG+u7MTsPcdGSj Subject: Re: signal 11 after kernel update r247742 -> r248706 From: Ian Lepore To: =?ISO-8859-1?Q?Ren=E9?= Ladan In-Reply-To: <51545932.9050901@freebsd.org> References: <51545932.9050901@freebsd.org> Content-Type: text/plain; charset="ISO-8859-1" Date: Thu, 28 Mar 2013 09:30:52 -0600 Message-ID: <1364484652.36972.81.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by damnhippie.dyndns.org id r2SFUqR6013073 Cc: 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: Thu, 28 Mar 2013 15:30:55 -0000 On Thu, 2013-03-28 at 15:52 +0100, Ren=E9 Ladan wrote: > Hi, >=20 > after updating the kernel on my Raspberry PI (config RPI-B with ums > added) from r247742 to r248706 a lot of programs (including the r247742 > init) started to crash with signal 11. Manually copying files from > /usr/obj to the SD card (using another FreeBSD box) helped to get > userland back up and running, but now a lot of ports have similar > problems. For some binaries, copying the libraries was enough, other > binaries had to be copied themselves as well. >=20 > Some questions: > - has anyone else experienced this (not necessarily on arm) ? I can try > to repeat this on a i386 VirtualBox host. > - the 20130304 entry in src/UPDATING about callout(9) looks a bit > suspicious? > - I have some kdump/core dump output available from python27 and pkgng > for analysis, if anyone wants to take a look? > - I could manually update pkgng and then portmaster -f all ports, but > this would take some time on the Pi. > - would a binary search through the revisions help here (I guess there > should be one where the r248706 init will not work) ? >=20 > Thanks, > Ren=E9 I'm at r248509 on my rpi and everything is good; maybe that'll help narrow the binary search. My kernel and userland are in sync at that revision. You mentioned updating just the kernel, could there be an out of sync problem involved? -- Ian