[Mono-list] mscoree.dll crash

fozzie david_aiken at yahoo.com
Tue Apr 28 03:48:56 EDT 2009


hi all..

I'm running Mono 2.4 on Vista 32-bit using the windows debug build with MSVC
2008.

Immediately after calling mono_jit_init_version() the MSVC 2008 output
window shows loading of mscoree.dll and mscorlib.dll. On terminating the
application, the __crtExitProcess() detects that mscoree is loaded in memory
and decides to GetProcAddress("CorExitProcess"). This address remains the
same since initial load of mscorlib.dll, but at the time of the crash the
memory pointed to is garbage. I'm about to get into it with windbg, but
thought someone else might have had a similar experience. I suspect the
libraries are injected into the process since i haven't found a dependency
on them in the mono libs. 

thanks!
-- 
View this message in context: http://www.nabble.com/mscoree.dll-crash-tp23271960p23271960.html
Sent from the Mono - General mailing list archive at Nabble.com.



More information about the Mono-list mailing list