[fpc-pascal] How to get to Range Check Error location

José Mejuto joshyfun at gmail.com
Sun Oct 3 17:49:46 CEST 2010


Hello FPC-Pascal,

Sunday, October 3, 2010, 11:41:00 AM, you wrote:

GG> On 02/10/2010, Vincent Snijders  wrote:
>>
>> True heap size : 1048576
>> True free heap : 1924768
>> Should be : 1048576
>>
>> It just says that heaptr didn't calculate the True free heap size correctly.

GG> Either way, this should then be reported as a bug - though a minor one
GG> because unfree'ed count is correct (zero).

I could be wrong, but it seems caused because heaptrc can only control
memory blocks allocated after its initialization, so any memory
allocated before can not be counted as right or wrong.

-- 
Best regards,
 José




More information about the fpc-pascal mailing list