[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 09:59:56 -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 rharinath@novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=69020

--- shadow/69020	2004-11-02 09:56:46.000000000 -0500
+++ shadow/69020.tmp.15928	2004-11-02 09:59:56.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 69020
 Product: Mono: Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: rharinath@novell.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -73,6 +73,16 @@
 
 
 ------- Additional Comments From rharinath@novell.com  2004-11-02 09:56 -------
 Created an attachment (id=13138)
 Proposed fix
 
+
+------- Additional Comments From rharinath@novell.com  2004-11-02 09:59 -------
+I've created a proposed fix that seems to work.  It basically avoids
+adding the dynamic assembly to the search path used for dynamic loads.
+
+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.
+