[Mono-bugs] [Bug 54813][Cri] Changed - mcs 0.31 crashes mono in metadata.c

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 15 Apr 2004 19:17:46 -0400 (EDT)


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 vladimir@pobox.com.

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

--- shadow/54813	2004-04-15 11:42:00.000000000 -0400
+++ shadow/54813.tmp.32406	2004-04-15 19:17:46.000000000 -0400
@@ -622,6 +622,37 @@
 
 ------- Additional Comments From diltonm@McCOMSoft.com  2004-04-15 11:42 -------
 Thanks for taking a look at this. After Client.cs built ok, did you 
 go back and delete Utils.dll, rebuild it, then try to rebuild 
 Client.cs?
 
+
+------- Additional Comments From vladimir@pobox.com  2004-04-15 19:17 -------
+vladimir@thunder[1062]% mcs Client.cs /r:System.Data
+/r:System.Web.Services /r:System.Management
+/r:Microsoft.Web.Services.dll /r:Utils/Utils.dll
+                                                                     
+          
+** ERROR **: file metadata.c: line 870 (mono_metadata_decode_row):
+assertion failed: (res_size == count)
+aborting...
+/usr/local/bin/mcs: line 2:  2476 Aborted                
+/usr/local/bin/mono /usr/local/bin/mcs.exe "$@"
+vladimir@thunder[1063]% cd Utils
+vladimir@thunder[1064]% rm Utils.dll
+vladimir@thunder[1065]% mcs /target:library /out:Utils.dll Utils.cs
+Compilation succeeded
+vladimir@thunder[1066]% cd ..
+vladimir@thunder[1067]% mcs Client.cs /r:System.Data
+/r:System.Web.Services /r:System.Management
+/r:Microsoft.Web.Services.dll /r:Utils/Utils.dll
+Compilation succeeded
+vladimir@thunder[1068]% cd Utils
+vladimir@thunder[1069]% rm Utils.dll
+vladimir@thunder[1070]% mcs /target:library /out:Utils.dll Utils.cs
+Compilation succeeded
+vladimir@thunder[1071]% cd ..
+vladimir@thunder[1072]% mcs Client.cs /r:System.Data
+/r:System.Web.Services /r:System.Management
+/r:Microsoft.Web.Services.dll /r:Utils/Utils.dll
+Compilation succeeded
+