[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.interop

Detecting memory corruption in CLR app?

Hyun-jik Bae

3/20/2007 4:34:00 PM

Hi,
Recently my app written in C# and C++/CLI allowing 'unsafe code' crashes
when it exits with the following error which seems to be memory corruption.

FatalExecutionEngineError 0xc0000005 blahblah...

I tried _heapchk() but it always returns _HEAPOK, even in the last line in
Program.Main().
Is there any way detecting heap corruption correspondent to CLR?

Please reply. Thanks in advance.

Hyun-jik Bae