From owner-freebsd-ppc@FreeBSD.ORG Sat Feb 9 01:11:50 2013 Return-Path: Delivered-To: freebsd-ppc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5A4119A3 for ; Sat, 9 Feb 2013 01:11:50 +0000 (UTC) (envelope-from kristof@swissmail.org) Received: from vm-mailout1.vm.swissmail.org (vm-mailout1.vm.swissmail.org [212.25.22.134]) by mx1.freebsd.org (Postfix) with ESMTP id D0B4CE80 for ; Sat, 9 Feb 2013 01:11:49 +0000 (UTC) Received: from vm-pemfos1.intra.swissmail.org (vm-pemfos1.intra.swissmail.org [192.168.173.54]) by vm-mailout1.vm.swissmail.org (8.13.8/8.13.8/Debian-3) with ESMTP id r1918S0K030531; Sat, 9 Feb 2013 02:08:28 +0100 Received: from vm-pemfos1.intra.swissmail.org (localhost [127.0.0.1]) by localhost (Postfix-local-10025) with ESMTP id 98A24A8684; Sat, 9 Feb 2013 02:08:28 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by localhost (PEmFoS/1626.3555.a1); Sat, 9 Feb 2013 02:08:28 +0100 (CET) X-Pemfos-Policyd: accepted (m+uwH8A5q0z4SChME+9+sXElFzsKPAQlWRE9IkIlH2FzF3L/GFt1fjg9WUxL2SZ8) Message-ID: <5115A186.6000209@swissmail.org> Date: Fri, 08 Feb 2013 19:08:22 -0600 From: Krzysztof Parzyszek User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-ppc@FreeBSD.org Subject: Re: Trace trap at boot References: <51147C97.9080502@swissmail.org> In-Reply-To: <51147C97.9080502@swissmail.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 01:11:50 -0000 On 2/7/2013 10:18 PM, Krzysztof Parzyszek wrote: > I just compiled a fresh kernel and the first thing that happens after > the countdown from 9 seconds is a kernel panic caused by trace trap. > > I commented out a few things in the kernel configuration file. Is there > anything in particular that, after being compiled out, could produce > this effect? This seems to have done it: options COMPAT_FREEBSD32 -Krzysztof