Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Sep 2008 18:35:07 +0200
From:      Dimitry Andric <dimitry@andric.com>
To:        Jille Timmermans <jille@quis.cx>
Cc:        freebsd-current@freebsd.org
Subject:   Re: assertion failed in libc/stdlib/malloc.c
Message-ID:  <48D7C93B.60608@andric.com>
In-Reply-To: <48D7C6BF.8030702@quis.cx>
References:  <48D7C6BF.8030702@quis.cx>

next in thread | previous in thread | raw e-mail | index | archive | help
Jille Timmermans wrote:
> I ran into an assertion failure in malloc.c

It looks a lot like you're going way out of bounds in your map[][]
array.  It is declared 1 by 1, but you're writing at least 36 items in
there, overwriting who-knows-what else...  In this case malloc-internal
data. :)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48D7C93B.60608>