From owner-freebsd-current@FreeBSD.ORG Wed Sep 8 12:01:20 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 287DD16A4D0 for ; Wed, 8 Sep 2004 12:01:20 +0000 (GMT) Received: from spxau01.smeglobalnet.net (spxau01.smeglobalnet.net [203.57.65.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C5C943D2D for ; Wed, 8 Sep 2004 12:01:18 +0000 (GMT) (envelope-from andy@bpgate.speednet.com.au) Received: from bpgate.speednet.com.au ([203.41.15.9]) by spxau01.smeglobalnet.net with Microsoft SMTPSVC(5.0.2195.6713); Wed, 8 Sep 2004 21:27:31 +1000 Received: from bpgate.speednet.com.au (localhost [127.0.0.1]) i88BRUcI013776 for ; Wed, 8 Sep 2004 21:27:30 +1000 (EST) (envelope-from andy@bpgate.speednet.com.au) Received: from localhost (andy@localhost)i88BRTBo013773 for ; Wed, 8 Sep 2004 21:27:29 +1000 (EST) (envelope-from andy@bpgate.speednet.com.au) Date: Wed, 8 Sep 2004 21:27:29 +1000 (EST) From: oOo To: freebsd-current@freebsd.org Message-ID: <20040908212300.R13738@bpgate.speednet.com.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-OriginalArrivalTime: 08 Sep 2004 11:27:31.0433 (UTC) FILETIME=[D4666590:01C49596] X-Mailman-Approved-At: Wed, 08 Sep 2004 17:13:31 +0000 Subject: panic: APIC: Previous IPI is stuck X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 08 Sep 2004 12:01:20 -0000 My box is still crashing with above APIC panic when I do a make -j4 buildworld. In file src/sys/i386/i386/local_apic.c I tried increasing BEFORE_SPIN to 100000000 but it still panics. Any suggestions? %% from dmesg.boot: FreeBSD 5.3-BETA3 #1: Wed Sep 8 00:37:07 EST 2004 Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Pentium Pro (198.95-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x619 Stepping = 9 Features=0xfbff real memory = 536870912 (512 MB) avail memory = 519897088 (495 MB) MPTable: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 2 cpu3 (AP): APIC ID: 4 ioapic0: Assuming intbase of 0 ioapic1: Assuming intbase of 16 ioapic1 irqs 16-31 on motherboard ioapic0 irqs 0-15 on motherboard ... %%