All of lore.kernel.org
 help / color / mirror / Atom feed
* On the mm-debug mode, cannot release the memory.
@ 2007-04-10 14:16 Hitoshi Ozeki
  2007-04-12  0:17 ` Hollis Blanchard
  0 siblings, 1 reply; 3+ messages in thread
From: Hitoshi Ozeki @ 2007-04-10 14:16 UTC (permalink / raw)
  To: 'The development of GRUB 2'

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.

-- 
 Hitoshi Ozeki h-ozeki@ck2.so-net.ne.jp





^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: On the mm-debug mode, cannot release the memory.
  2007-04-10 14:16 On the mm-debug mode, cannot release the memory Hitoshi Ozeki
@ 2007-04-12  0:17 ` Hollis Blanchard
  2007-04-12 14:39   ` Hitoshi Ozeki
  0 siblings, 1 reply; 3+ messages in thread
From: Hollis Blanchard @ 2007-04-12  0:17 UTC (permalink / raw)
  To: The development of GRUB 2

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: On the mm-debug mode, cannot release the memory.
  2007-04-12  0:17 ` Hollis Blanchard
@ 2007-04-12 14:39   ` Hitoshi Ozeki
  0 siblings, 0 replies; 3+ messages in thread
From: Hitoshi Ozeki @ 2007-04-12 14:39 UTC (permalink / raw)
  To: 'The development of GRUB 2'

Hello,

From: Hollis Blanchard
	> Please look at line 445 of 'grub-1.95/kern/mm.c'.
	I hit this problem too, and it has been fixed in CVS.

Sorry, I don't have used CVS. Let me study harder.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-04-12 14:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-10 14:16 On the mm-debug mode, cannot release the memory Hitoshi Ozeki
2007-04-12  0:17 ` Hollis Blanchard
2007-04-12 14:39   ` Hitoshi Ozeki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.