From owner-freebsd-smp@FreeBSD.ORG Wed Apr 19 17:57:19 2006 Return-Path: X-Original-To: freebsd-smp@freebsd.org Delivered-To: freebsd-smp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF9F916A479 for ; Wed, 19 Apr 2006 17:57:19 +0000 (UTC) (envelope-from hvleest@signet.nl) Received: from bsd.local.jellevanleest.nl (cp417515-b.dbsch1.nb.home.nl [84.27.37.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CF0A43D6A for ; Wed, 19 Apr 2006 17:57:17 +0000 (GMT) (envelope-from hvleest@signet.nl) Received: from [192.168.100.101] (unknown [192.168.100.101]) by bsd.local.jellevanleest.nl (Postfix) with ESMTP id CCDEB1143B for ; Wed, 19 Apr 2006 19:57:17 +0200 (CEST) Message-ID: <444679FB.7090602@signet.nl> Date: Wed, 19 Apr 2006 19:57:15 +0200 From: Hans van Leest User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-smp@freebsd.org References: <257331718@web.de> <200604190738.30463.jhb@freebsd.org> In-Reply-To: <200604190738.30463.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD crashes on dual core pentium. Help! X-BeenThere: freebsd-smp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD SMP implementation group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 17:57:20 -0000 I've got simular problems, only on a dual xeon on a ASUS board I think it's an ACPI problem of the ASUS bios. There are more problems with ASUS bios'es. So I'm trying to disable ACPI in the kernel etc. Using 6.1-RC1 I'll post the results Greez Hans John Baldwin wrote: > On Wednesday 19 April 2006 04:01 am, Dmitri Goldstein wrote: > >>Can anybody help me? >> >>I have Pentium D920 on Asus P5ND2 SLI with NForce 4 SLI Intel edition. >>This processor is Dual Core! >>At last weekend I tried to install a new 6.1-RC1 but unsuccessfull. >>At first I tried 6.1-RC1 amd64 (for EM64T support) >>The notmal UP kernel start successfull. >>The SMP kernel crashes after "SMP: cpu #1 Lunched..." I get "kernel trap 12 >>with interrupts disabled." If I turn off the HT in BIOS both UP and SMP >>kernel start successfull. Yesterday I tried also 6.0-RELEASE - with the >>same result. 6.0-RELEASE i386 smp - same result. The SMP kernel with >>customisations, such as IPFIREWALL, NETGRAPH etc, starts successfull but >>during 1s-12h craches with the same message "kernel trap 12 with interrupts >>disabled." >> >>Please HELP me!!! > > > Can you use a serial console to capture the dmesg along with the crash > messages? If you could compile DDB into the kernel and get a stack trace > that would also be very helpful. We can't do anything without more details > however. >