assertion failed in libc/stdlib/malloc.c

Dimitry Andric dimitry at andric.com
Mon Sep 22 16:35:09 UTC 2008


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. :)


More information about the freebsd-current mailing list