From owner-freebsd-arm@FreeBSD.ORG Sun Feb 2 12:05:24 2014 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 ESMTPS id 92E34D01; Sun, 2 Feb 2014 12:05:24 +0000 (UTC) Received: from nibbler.fubar.geek.nz (nibbler.fubar.geek.nz [199.48.134.198]) by mx1.freebsd.org (Postfix) with ESMTP id 7658016E5; Sun, 2 Feb 2014 12:05:24 +0000 (UTC) Received: from bender.Home (97e07ba1.skybroadband.com [151.224.123.161]) by nibbler.fubar.geek.nz (Postfix) with ESMTPSA id 29F025C682; Sun, 2 Feb 2014 12:05:17 +0000 (UTC) Date: Sun, 2 Feb 2014 12:05:09 +0000 From: Andrew Turner To: Michael Tuexen Subject: Re: panic Message-ID: <20140202120509.5d1e0f64@bender.Home> In-Reply-To: <14E59004-FC13-48DD-B789-AA78767C6871@freebsd.org> References: <14E59004-FC13-48DD-B789-AA78767C6871@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Feb 2014 12:05:24 -0000 On Fri, 31 Jan 2014 06:36:43 +0100 Michael Tuexen wrote: > Dear all, > > while building the or xcb-util-renderutil-0.3.8 port I got > panic: Undefined instruction in kernel. > when running r261186 on a RPI-B. I could successfully build > ports for cvs, subversion, git... Can you get the opcodes in your kernel around 0xc048ec60. There are two instructions that may be the problem and depending on which one you are hitting it would indicate a different problem. Also if possible can you get more of the kernel output from around the panic. There are a few kernel printf calls that would narrow down what is happening. Andrew