From owner-freebsd-stable@FreeBSD.ORG Mon Jan 31 22:03:46 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 618F516A4CE for ; Mon, 31 Jan 2005 22:03:46 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id B38A743D1F for ; Mon, 31 Jan 2005 22:03:45 +0000 (GMT) (envelope-from alexjeffburke@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so766286wra for ; Mon, 31 Jan 2005 14:03:42 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=re1pVv0vse0yrRtly0IVkxLaEKkRBG3lgOzDLzNTPm54LY8hEwX0ab3it41hVY7J0wJZjcslc4sCoaiS2WlniVu9ckHzBuVTB9pAsjwdkayIg3a1jJ2hZNZIQ2qkbUhTkgLOrN4kKgwy2zb18WVvfClDQih7dqtwpjTPtE/oD5w= Received: by 10.54.52.45 with SMTP id z45mr17182wrz; Mon, 31 Jan 2005 14:02:17 -0800 (PST) Received: by 10.54.37.53 with HTTP; Mon, 31 Jan 2005 14:00:54 -0800 (PST) Message-ID: Date: Mon, 31 Jan 2005 22:00:54 +0000 From: Alex Burke To: freebsd-stable@freebsd.org In-Reply-To: <41FE5468.3000804@leadhill.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41FE5468.3000804@leadhill.net> Subject: Re: 5.3 STABLE kernel compilation oddity X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alex Burke List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 22:03:46 -0000 Hi, I have some further information that might be of some use, and also points me to a cause of this bug. I saw the following information on the system console when I looked at the screen before rebooting th machine: Cannot dump. No dump device defined. Automatic reboot in 15s - press any key to abort Rebooting... cpu_reset called on cpu#0 cpu_reset: stopping all other CPUs panic: APIC: Previous IPI is stuck cpuid=0 boot() called on cpu#0 Uptime@: 21h2m31s Cannot dump. No dump device defined. Automatic reboot in 15s - press any key to abort Rebooting... cpu_reset called on cpu#0 cpu_reset: stopping all other CPUs panic: APIC: Previous IPI is stuck The fix mentioned earlier in this thread (ftp://ftp.freebsd.org/pub/FreeBSD/ERRATA/notices/FreeBSD-EN-05:03.ipi.asc) talks about IPI and says under heavy load a kernel panic was caused...I guess building a kernel was a heavy enough load and I think this panic is what is occuring. I will try patching my sources with CVSup and recompiling the kernel. Thanks for all your help, Alex J Burke.