Re: FastMM4 bug?



Hi Gabriel,

It is more likely that FullDebugMode is just doing its job. The purpose of
FullDebugMode is to be more thorough than regular mode (and thus slower) and
help you catch memory related bugs.

>I get now some runtime errors when using FullDebugMode in FastMM4 4.46.
> Is anything like this known?

What runtime errors do you get? Do you get an access violation at address
808080...? If so, then you are probably reading or writing to a property of
an object that has already been freed.

Regards,
Pierre

--
Fastcode Project: http://www.fastcodeproject.org/


.