From owner-freebsd-current@FreeBSD.ORG Thu Dec 18 14:25:51 2003 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 6F08A16A4CE for ; Thu, 18 Dec 2003 14:25:51 -0800 (PST) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id A733343D36 for ; Thu, 18 Dec 2003 14:25:50 -0800 (PST) (envelope-from wa1ter@myrealbox.com) Received: from myrealbox.com wa1ter@smtp-send.myrealbox.com [67.114.253.251] $ on Novell NetWare via secured & encrypted transport (TLS); Thu, 18 Dec 2003 15:25:47 -0700 Message-ID: <3FE2297F.8010109@myrealbox.com> Date: Thu, 18 Dec 2003 14:26:07 -0800 From: walt Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031103 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: panic: free: address 0xc0c21a34(0xc0c21000) has not 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: Thu, 18 Dec 2003 22:25:51 -0000 Alexander Kabaev wrote: > I was getting the same panic and had to commit a fix to get my SMP > machines to boot again. Look for src/sys/dev/acpica/acpi_pcib.c r.1.36. I got the same panic earlier today on a UP Athlon machine but your patch fixed it. Thanks!