Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Oct 2001 07:14:17 +0900
From:      Munehiro Matsuda <haro@h4.dion.ne.jp>
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
Message-ID:  <20011015071417Q.haro@h4.dion.ne.jp>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
From: Mitsuru IWASAKI <iwasaki@jp.freebsd.org>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011015071417Q.haro>