From owner-freebsd-current@FreeBSD.ORG Sun Sep 22 21:18:57 2013 Return-Path: Delivered-To: freebsd-current@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 ESMTP id 4A728F29 for ; Sun, 22 Sep 2013 21:18:57 +0000 (UTC) (envelope-from miguelmclara@gmail.com) Received: from mail-wg0-x22d.google.com (mail-wg0-x22d.google.com [IPv6:2a00:1450:400c:c00::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D82A12706 for ; Sun, 22 Sep 2013 21:18:56 +0000 (UTC) Received: by mail-wg0-f45.google.com with SMTP id y10so2430031wgg.12 for ; Sun, 22 Sep 2013 14:18:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:cc :content-type; bh=BemwXRYsVDSXTeBrmR3/+x6G9pprUMlT8sxzky3t3z8=; b=IO5zdBhnw2K4ECx5EfBRJ12iW/KAcbMRsq5xJwQIX4SEbw4duaKsD0QkuQBx3tjKnn 3cSKgQf0aGJIBtV7UQYCYdhNBJzwSA+ZGMY9GVaV13ezKNYIPCfTrKYENvy2pg6klAwZ leFlD50iAJVjNfHOKy9KrlL6EC+QCetjXtfl1hKVoHWh/0qv9qoFD/Z6Biigw/F4NZs5 HOFJE4uW1tbvUH86ZZb0vcP7tGvuB3zB5aMKyFJ6efgH3LFMIiMXzh5Xjeo/Kk3tt2ll gf8viE7Kuk9wHXUM6nqNvK6ZplpNIenjCDoCE+LyQMqj9p/YVa0kZpe4BK9/K++uGuPQ a5CQ== X-Received: by 10.180.219.8 with SMTP id pk8mr10741763wic.58.1379884735133; Sun, 22 Sep 2013 14:18:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.147.68 with HTTP; Sun, 22 Sep 2013 14:18:34 -0700 (PDT) In-Reply-To: References: From: Miguel Clara Date: Sun, 22 Sep 2013 22:18:34 +0100 Message-ID: Subject: Re: FreeBSD 10.0 Alpha 2 panic "kernel trap 12 with interrupts disable" Cc: freebsd-current Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Sep 2013 21:18:57 -0000 http://img833.imageshack.us/img833/259/1dpu.jpg On Sun, Sep 22, 2013 at 9:43 PM, Davide Italiano wrote: > On Sun, Sep 22, 2013 at 1:40 PM, Miguel Clara > wrote: > > Its definatly not related to GCC, I'm getting the same while trying to > > "buildkernel", I'm trying to upgrade to a more recent current version! > Same > > kernel panic is showing... > > > > No one else had this problem yet? > > > > Thanks > > > > > > On Sun, Sep 22, 2013 at 6:12 PM, Miguel Clara >wrote: > > > >> > >> I'm trying to build kdelibs on 10.0 Alpha 2, however after 3 tries I > >> get a panic while building gcc, but I'm not sure if its related or just > >> coincidence! > >> > >> --- > >> Kernel 12 trap 12 with interrupts disable > >> > >> Fatal trap 12: page fault in kernel mode > >> cpuid = 0; apic id = 00 > >> fault virtual address = 0x30 > >> fault code = supervisor read data, page not present > >> ....... > >> > >> Stopped at trunstile_broadcast+0x8c: movq 0x20(%rbx, %rax,1),%rdx > >> > > You need to show at least a full backtrace to locate where the problem is. > Please when you drop into ddb type 'bt' and paste the output. > > Thanks, > > -- > Davide > > "There are no solved problems; there are only problems that are more > or less solved" -- Henri Poincare >