From owner-freebsd-current Sun Oct 14 15:15:40 2001 Delivered-To: freebsd-current@freebsd.org Received: from hfep02.dion.ne.jp (hfep02.dion.ne.jp [203.181.105.68]) by hub.freebsd.org (Postfix) with ESMTP id B5C0137B40B; Sun, 14 Oct 2001 15:15:34 -0700 (PDT) Received: from localhost ([61.200.141.136]) by hfep02.dion.ne.jp with ESMTP id <20011014221532330.PIFF@hfep02.dion.ne.jp>; Mon, 15 Oct 2001 07:15:32 +0900 To: acpi-jp@jp.freebsd.org, iwasaki@jp.freebsd.org Cc: current@FreeBSD.org, msmith@FreeBSD.org, brian@freebsd-services.com Subject: Re: ACPI panic at boot time in -current In-Reply-To: <20011015.004657.74755975.iwasaki@jp.FreeBSD.org> References: <200110120015.f9C0FcP00724@hak.lan.Awfulhak.org> <20011014233619F.haro@h4.dion.ne.jp> <20011015.004657.74755975.iwasaki@jp.FreeBSD.org> X-Mailer: Mew version 1.94.1 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20011015071417Q.haro@h4.dion.ne.jp> Date: Mon, 15 Oct 2001 07:14:17 +0900 From: Munehiro Matsuda X-Dispatcher: imput version 20000228(IM140) Lines: 43 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG From: Mitsuru IWASAKI Date: Mon, 15 Oct 2001 00:46:57 +0900 (JST) ::Hi, Intel folks. I've just found the bug in rsutils.c which double ::free(); AcpiUtRemoveReference() and ACPI_MEM_FREE(). Here is a fix. :: ::Index: rsutils.c ::=================================================================== ::RCS file: /home/ncvs/src/sys/contrib/dev/acpica/rsutils.c,v ::retrieving revision 1.1.1.7 ::diff -u -r1.1.1.7 rsutils.c ::--- rsutils.c 4 Oct 2001 23:12:13 -0000 1.1.1.7 ::+++ rsutils.c 14 Oct 2001 15:23:13 -0000 ::@@ -490,7 +490,6 @@ :: */ :: Cleanup: :: ::- ACPI_MEM_FREE (ByteStream); :: return_ACPI_STATUS (Status); :: } :: :: ::I suspect that this should be removed in ACPICA 20010831-to-20010920 ::changes. :: ::Matsuda-san, thanks. I missed the original mail in current ML written ::by brian. :: ::Thanks Hi Iwasaki-san, That fixed my panic problem. Thanks for the patch. Haro =------------------------------------------------------------------------------ _ _ Munehiro (haro) Matsuda -|- /_\ |_|_| Business Incubation Dept., Kubota Corp. /|\ |_| |_|_| 1-3 Nihonbashi-Muromachi 3-Chome Chuo-ku Tokyo 103-8310, Japan Tel: +81-3-3245-3318 Fax: +81-3-3245-3315 Email: haro@kubota.co.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message