On 29 May 2012, at 21:31, Bernd wrote:

> 2012/5/29 Bernd Kreuss <prof7...@googlemail.com>:
>> Also with my code I
>> seem to be able to produce strange crashes inside heaptrc that I have
>> never seen before.
> 
> Here it is again:

It means that you have memory corruption in your program (using objects after 
freeing them, writing via pointers that have already been freed, writing past 
end of a memory block allocated to a pointer, etc).


Jonas_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to