Am 08.03.2016 01:51 schrieb "silvioprog" <silviop...@gmail.com>: > > Hello, > > I got an AV in the CMem unit. To reproduce the problem just compile and run this code below: > > === code === > > program project1; > > {$mode delphi} > > uses > Classes, SysUtils, cmem; > [Snip] > === /code ===
*Always* put an alternate memory manager as the first unit. I think that requirement is even documented somewhere... Also don't use -gh with alternate memory managers. They are *both* memory managers and thus will lead to conflicting situations. Regards, Sven
_______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal