Silent crash on closing application
Brought to you by:
pierre_le_riche
When finalized, the FastMM_FullDebugMode.dll module calls a WinAPI function - SymCleanup. The dbghelp.dll library, which contains the function's implementation, can be already finalized by the moment the function is called. As a result, the call to SymCleanup causes the application to crash and to be closed without any error messages.
"http://rapidshare.com/files/341745545/NoResults.zip.html" is a sample with which the problem can be reproduced.