From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Hbn4Y-0008Bp-AS for mharc-grub-devel@gnu.org; Wed, 11 Apr 2007 20:21:58 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hbn4X-00089x-12 for grub-devel@gnu.org; Wed, 11 Apr 2007 20:21:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hbn4U-00083v-G9 for grub-devel@gnu.org; Wed, 11 Apr 2007 20:21:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hbn4U-00083j-AI for grub-devel@gnu.org; Wed, 11 Apr 2007 20:21:54 -0400 Received: from pop-tawny.atl.sa.earthlink.net ([207.69.195.67]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hbn0N-0005NW-IG for grub-devel@gnu.org; Wed, 11 Apr 2007 20:17:39 -0400 Received: from user-0vvdf2d.cable.mindspring.com ([63.246.188.77] helo=[192.168.0.2]) by pop-tawny.atl.sa.earthlink.net with esmtp (Exim 3.36 #1) id 1Hbn0L-0005pj-00 for grub-devel@gnu.org; Wed, 11 Apr 2007 20:17:37 -0400 From: Hollis Blanchard To: The development of GRUB 2 In-Reply-To: <000201c77b7a$e5e9a670$030010ac@ozeki> References: <000201c77b7a$e5e9a670$030010ac@ozeki> Content-Type: text/plain Date: Wed, 11 Apr 2007 19:17:36 -0500 Message-Id: <1176337056.10119.2.camel@diesel> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 (2.8.3-1.fc6) Content-Transfer-Encoding: 7bit X-detected-kernel: Solaris 8 (1) Subject: Re: On the mm-debug mode, cannot release the memory. X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 00:21:57 -0000 On Tue, 2007-04-10 at 23:16 +0900, Hitoshi Ozeki wrote: > Hello, all. > > Please look at line 445 of 'grub-1.95/kern/mm.c'. > > -begin--------------------------------------------------------------------- > void > grub_debug_free (const char *file, int line, void *ptr) > { > if (grub_mm_debug) > grub_printf ("%s:%d: free (%p)\n", file, line, ptr); > } > -end----------------------------------------------------------------------- > > This code outputs the message. But doesn't release the memory in actually. I hit this problem too, and it has been fixed in CVS. -Hollis