From owner-freebsd-arm@FreeBSD.ORG Thu Mar 28 14:52:38 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 4A8275B7 for ; Thu, 28 Mar 2013 14:52:38 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-we0-x22c.google.com (mail-we0-x22c.google.com [IPv6:2a00:1450:400c:c03::22c]) by mx1.freebsd.org (Postfix) with ESMTP id DA0F2D02 for ; Thu, 28 Mar 2013 14:52:37 +0000 (UTC) Received: by mail-we0-f172.google.com with SMTP id r3so4408821wey.17 for ; Thu, 28 Mar 2013 07:52:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:message-id:date:from:user-agent:mime-version:to :subject:x-enigmail-version:content-type:content-transfer-encoding; bh=/gaNWl5s47qeE4CjGxoziyOM8XigWP7YpeaQ6kpvtAY=; b=MSFzLKen8XIJmxPZ5jtSTQBBxSXU8k2aETraoCWvbaD6DB6j0m0d8ZLcerDmuQeW0A 6e9W1vIc1mk91pnCsmLnsZgwLnIBVuua5NkTofaKDTtwzP1gRLADGAMjrkjwRUkrWHMb ZMoqBrV2RQNZzeq+egF3G0jZtWBgFLShY4pP6cVP0YciryQNkNAdX2l/tr1Q4xF0sjYt +xGu8u4VO5y2nUF5WCXAM6JFHVEP3621Xg2z9L4d4gu72QOznPWowUz0dOj26bMIp09j QHYCyiPL+PkJUs0X48XXjmhzpKign/FQPu7jpXTFUKLLLzuJaLqDD8BYbfTlxg6T8AMb QFcA== X-Received: by 10.194.86.234 with SMTP id s10mr3884447wjz.34.1364482357046; Thu, 28 Mar 2013 07:52:37 -0700 (PDT) Received: from ?IPv6:2001:980:d7ed:1:d0eb:c164:2745:7c36? ([2001:980:d7ed:1:d0eb:c164:2745:7c36]) by mx.google.com with ESMTPS id f1sm16362675wib.0.2013.03.28.07.52.35 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 28 Mar 2013 07:52:36 -0700 (PDT) Sender: =?UTF-8?Q?Ren=C3=A9_Ladan?= Message-ID: <51545932.9050901@freebsd.org> Date: Thu, 28 Mar 2013 15:52:34 +0100 From: =?ISO-8859-1?Q?Ren=E9_Ladan?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130309 Thunderbird/17.0.4 MIME-Version: 1.0 To: arm@freebsd.org Subject: signal 11 after kernel update r247742 -> r248706 X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit 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 14:52:38 -0000 Hi, 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. 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) ? Thanks, René