I get memleaks and AV's when using FastMM with FMX. It seems the weakref instance map is released AFTER fastmm is unloaded!? I this a known structural problem with weak links? (seems a bad architecture to me...)
I get memleaks and AV's when using FastMM with FMX. It seems the weakref instance map is released AFTER fastmm is unloaded!? I this a known structural problem with weak links? (seems a bad architecture to me...)
System.pas:
finalization
{$IFDEF WEAKREF}
InstHashMap.Finalize;
{$ENDIF}
https://quality.embarcadero.com/browse/RSP-16537
https://quality.embarcadero.com/browse/RSP-16537
System.pas:
finalization
{$IFDEF WEAKREF}
InstHashMap.Finalize;
{$ENDIF}
https://quality.embarcadero.com/browse/RSP-16537
https://quality.embarcadero.com/browse/RSP-16537
See github.com - D 10.1 Berlin: crash with empty FMX application · Issue #18 · pleriche/FastMM4 NeverUninstall switch helps..
ReplyDeleteDirk Carstensen thanks! that did the trick
ReplyDelete