From owner-freebsd-current@FreeBSD.ORG Tue Aug 24 10:00:03 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 CA95516A4CE; Tue, 24 Aug 2004 10:00:03 +0000 (GMT) Received: from spxau01.smeglobalnet.net (spxau01.smeglobalnet.net [203.57.65.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C12A43D1D; Tue, 24 Aug 2004 10:00:03 +0000 (GMT) (envelope-from andy@bradfieldprichard.com.au) Received: from bpgate.speednet.com.au ([203.41.15.9]) by spxau01.smeglobalnet.net with Microsoft SMTPSVC(5.0.2195.6713); Tue, 24 Aug 2004 19:59:01 +1000 Received: from bpgate.speednet.com.au (localhost [127.0.0.1]) i7O95M0G060172; Tue, 24 Aug 2004 19:05:22 +1000 (EST) (envelope-from andy@bradfieldprichard.com.au) Received: from 203.41.12.153 (SquirrelMail authenticated user andy) by bpgate.speednet.com.au with HTTP; Tue, 24 Aug 2004 19:05:22 +1000 (EST) Message-ID: <65297.203.41.12.153.1093338323.squirrel@bpgate.speednet.com.au> In-Reply-To: References: <53654.203.41.12.153.1093299636.squirrel@bpgate.speednet.com.au> Date: Tue, 24 Aug 2004 19:05:22 +1000 (EST) From: andy@bradfieldprichard.com.au To: "Robert Watson" User-Agent: SquirrelMail/1.4.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-OriginalArrivalTime: 24 Aug 2004 09:59:01.0564 (UTC) FILETIME=[FB466FC0:01C489C0] cc: freebsd-current@freebsd.org Subject: Re: PLEASE TEST: IPI deadlock avoidance patch 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: Tue, 24 Aug 2004 10:00:03 -0000 > > Could you set the following sysctl: > > debug.kdb.stop_cpus=0 > (hand typed - sorry about the wrapping) panic: APIC: Previous IPI is stuck cpuid = 0; KDB: enter: panic [thread 100161] Stopped at kdb_enter+0x30: leave db> where kdb_enter(c08b3ec5,0,c08d2917,d6a33c90,c1f689a0) at kdb_enter+0x30 panic(c08d2917,2,d6a33cb0,3,8) at panic+0x15a lapic_ipi_vectored(fb,4,d6a33d44,d6a33d44,c19d4280) at lapic_ipi_vectored+0xa3 ipi_selected(e,fb,d6a33d44,d6a33cec,c084a0ea) at ipi_selected+0x43 forward_hardclock(d6a33d44,0,c08d44e3,bd,c1b35580) at forward_hardclock+0x49 clkintr(d6a33d44,6,d6a33d40,c0846be0,0) at clkintr+0xba intr_execute_handlers(c0954fc0,d6a33d44,28562640,d6a33d3c,1) at intr_execute_handlers+0xbb atpic_handle_intr(0) at atpic_handle_intr+0xcf Xatpic_intr0() at Xatpic_intr0+0x20 --- interrupt, eip = 0x81a6ddb, esp = 0xbfbfe270, epb = 0xbfbfe278 --- db> -andyf