[Mono-bugs] [Bug 82510][Maj] Changed - assert when unloading domains and throwing exception from XmlDocument.Load.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Aug 21 15:56:28 EDT 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by vargaz at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=82510
--- shadow/82510 2007-08-21 15:44:03.000000000 -0400
+++ shadow/82510.tmp.5659 2007-08-21 15:56:28.000000000 -0400
@@ -113,6 +113,14 @@
mono_domain_set.
This seems to work around the assert!
So it seems the issue comes from loading the assembly outside of managed code and not
from mono_set_domain and invoking the method.
+
+------- Additional Comments From vargaz at gmail.com 2007-08-21 15:56 -------
+Also, changing the call to mono_jit_init () to:
+
+ domain = mono_jit_init ("UnityDomainLoad.exe");
+
+seems to prevent the crash.
+
More information about the mono-bugs
mailing list