On application shutdown, FreeLibrary() is called to unload the DLL which
calls mono_jit_init_version(). The debugger shows that the final
NtUnmapViewOfSection() during the FreeLibrary() processing causes unload of
mono.dll and trashing of the mscoree.dll memory area holding the executable
instructions for CorExitProcess(). But mscoree.dll is not unloaded for some
reason so a crash occurs later when the CRT shuts down. Still digging..
-- 
View this message in context: 
http://www.nabble.com/mscoree.dll-crash-tp23271960p23283664.html
Sent from the Mono - General mailing list archive at Nabble.com.

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to