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. :)Received on Mon Sep 22 2008 - 14:35:09 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:35 UTC