[Mono-bugs] [Bug 673094] Assemblies not loaded consistently in multiple AppDomains
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Feb 19 21:48:27 EST 2011
https://bugzilla.novell.com/show_bug.cgi?id=673094
https://bugzilla.novell.com/show_bug.cgi?id=673094#c3
Zoltan Varga <vargaz at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vargaz at gmail.com
--- Comment #3 from Zoltan Varga <vargaz at gmail.com> 2011-02-20 02:48:25 UTC ---
What happens here is LoadedAssembly.dll is loading automatically by the runtime
when compiling DoTest () in the D1 domain, then it is stored in
image->references where image is the MonoImage for "Program.exe". When DoTest
() is compiled for D2, the assembly stored in image->references is used to
lookup typeof(LoadedType), but that assembly is not loaded in D2, so it is
loaded again by LoadFrom(), ending up with two types from two different
MonoAssembly-es.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list