[Mono-bugs] [Bug 52813][Nor] Changed - mcs cannot recompile assembly with circular reference when one assembly is deleted

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 29 Dec 2004 08:26:42 -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 duncan@ximian.com.

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

--- shadow/52813	2004-04-26 16:51:34.000000000 -0400
+++ shadow/52813.tmp.16307	2004-12-29 08:26:42.000000000 -0500
@@ -1,12 +1,12 @@
 Bug#: 52813
 Product: Mono: Compilers
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: REOPENED   
+Status: NEEDINFO   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jaak@zd.com.pl               
@@ -53,6 +53,32 @@
 I believe this is directly related to bug #57602, if fixing that bug
 does not fix this I'll probably switch this back to WONTFIX ;-).
 
 Love,
 Jackson
 
+
+------- Additional Comments From duncan@ximian.com  2004-12-29 08:26 -------
+Using the latest mcs, this is still failing:
+
+polysemy:~/mcs_bug $ sh recompile.sh
+ 
+** (/usr/lib/mono/1.0/mcs.exe:30161): WARNING **: Could not find
+assembly a, references from /home/duncan/mcs_bug/b.dll
+(assemblyref_index=0)
+     Major/Minor: 0,0
+     Build:       0,0
+     Token:
+System error: No such file or directory
+ 
+ 
+** (/usr/lib/mono/1.0/mcs.exe:30161): WARNING **: Could not load class
+from token 0x01000001 in /home/duncan/mcs_bug/b.dll
+ 
+** ERROR **: file class.c: line 1780 (mono_class_setup_parent): should
+not be reached
+aborting...
+recompile.sh: line 4: 30161 Aborted                 mcs -t:library
+-out:a.dll -r:b.dll a.cs
+
+With 57602 fixed, per Jackson's commment, I'm gonna mark this as
+WONTFIX now.