FastMM crash in XE5 RemoteDebugger
Brought to you by:
pierre_le_riche
Normally FastMM is very stable. I use FastMM for a large EXE and additionally 3 DLLs (MultiThreaded, SharedIfLibrary).
EXE and DLL are 64bit!
But finally I would like to use the XE5 RemoteDebugger.
http://docwiki.embarcadero.com/RADStudio/XE5/en/Release_Notes_for_XE5_Update_2#Installing_the_Platform_Assistant_Update
If the EXE started at the remote-pc the debugger raised exceptions after some calls in the DLL. The stack ends in a GetMem call.
To disable the FullDebugMode did not help.
The only way to run the XE5 RemoteDebugger was to change back to ShareMM for EXE and DLLs. Now everything was fine and the EXE (and DLLs) runs also at the remote-pc.