Re: Help



Hi there,

On Mon, 2003-11-17 at 14:20, some one wrote:
> #0  0x401ca179 in chunk_alloc () from /lib/libc.so.6
> (gdb) bt
> #0  0x401ca179 in chunk_alloc () from /lib/libc.so.6
> #1  0x401cb32b in calloc () from /lib/libc.so.6
> #2  0x400e5adf in g_malloc0 (n_bytes=28) at gmem.c:153

	Ok - this is simple heap corruption; can you grab valgrind,
compile/install and then run:

	valgrind --alignment=8 test-app

	It should tell you where this happened, it'd be great to get a new
trace.

	Thanks,

		Michael.

-- 
 michael@ximian.com  <><, Pseudo Engineer, itinerant idiot




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