[Mono-bugs] [Bug 69020][Nor] Changed - 'make bootstrap' sometimes fails after 'Could not load class from token ...' warnings and an assertion in 'mono_class_setup_parent'
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 2 Nov 2004 10:42:32 -0500 (EST)
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@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=69020
--- shadow/69020 2004-11-02 09:59:56.000000000 -0500
+++ shadow/69020.tmp.16589 2004-11-02 10:42:32.000000000 -0500
@@ -83,6 +83,11 @@
I've not touched the part that fires off the AppDomain.AssemblyLoaded
event. If it is not appropriate to fire off that event either, it may
be simpler to avoid invoking 'mono_assembly_invoke_load_hook' in
mono_image_basic_init.
+
+------- Additional Comments From vargaz@gmail.com 2004-11-02 10:42 -------
+I'm not sure this is the correct fix. Some applications like ikvm
+depend on being able to "load" dynamic assemblies. They also depend on
+the AssemblyLoaded event being fired.