qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] qemu_malloc failing


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] qemu_malloc failing
Date: Sun, 10 Apr 2011 07:41:32 +0100

On Sun, Apr 10, 2011 at 3:08 AM, Brad Hards <address@hidden> wrote:
> #3  0x000000000042b3d6 in qemu_malloc (size=2128) at qemu-malloc.c:49

It's only slightly more than 2 KB.  When malloc(3) fails it returns
NULL, it doesn't crash.

As Mulyadi suggested, this looks like heap corruption.  If you have no
idea where the problem is coming from, you might like to try
valgrind(1).

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]