From owner-freebsd-ppc@FreeBSD.ORG Fri Feb 8 04:28:24 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 C9B22591 for ; Fri, 8 Feb 2013 04:28:24 +0000 (UTC) (envelope-from kristof@swissmail.org) Received: from vm-mailout2.vm.swissmail.org (vm-mailout2.vm.swissmail.org [212.25.22.135]) by mx1.freebsd.org (Postfix) with ESMTP id 308542F6 for ; Fri, 8 Feb 2013 04:28:23 +0000 (UTC) Received: from vm-pemfos1.intra.swissmail.org (vm-pemfos1.intra.swissmail.org [192.168.173.54]) by vm-mailout2.vm.swissmail.org (8.13.8/8.13.8/Debian-3) with ESMTP id r184Ga6t028505; Fri, 8 Feb 2013 05:16:36 +0100 Received: from vm-pemfos1.intra.swissmail.org (localhost [127.0.0.1]) by localhost (Postfix-local-10025) with ESMTP id CCD6B4A003; Fri, 8 Feb 2013 05:18:35 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by localhost (PEmFoS/1626.20184.a1); Fri, 8 Feb 2013 05:18:35 +0100 (CET) X-Pemfos-Policyd: accepted (3j4w5zxeQRt3UUGdpcEdnng2GSvpDRkrWxAgPlB+TCl1TXsQNxh/5UMyACkcPTN/) Message-ID: <51147C97.9080502@swissmail.org> Date: Thu, 07 Feb 2013 22:18:31 -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: Trace trap at boot 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: Fri, 08 Feb 2013 04:28:24 -0000 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? -Krzysztof