[Mono-bugs] [Bug 54813][Cri] New - mcs 0.30.1 crashes mono (I think) in metadata.c

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 24 Feb 2004 18:00:55 -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 diltonm@mccomsoft.com.

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

--- shadow/54813	2004-02-24 18:00:55.000000000 -0500
+++ shadow/54813.tmp.3326	2004-02-24 18:00:55.000000000 -0500
@@ -0,0 +1,59 @@
+Bug#: 54813
+Product: Mono/Compilers
+Version: unspecified
+OS: Fedora 1.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Critical
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: diltonm@McCOMSoft.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mcs 0.30.1 crashes mono (I think) in metadata.c
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+
+Code that compiled cleanly under mono 0.29 now crashes with the following:
+
+** (/usr/local/bin/mcs.exe:6165): WARNING **: Symbol 
+file /usr/local/bin/mcs.exe has incorrect version (expected 36, got 35)
+ 
+** ERROR **: file metadata.c: line 871 (mono_metadata_decode_row): 
+assertion failed: (res_size == count)
+aborting...
+Killed
+
+More info:
+A) The mcs compiler with mcs --version reports 0.29.99.0 ??? That is in 
+the assembly file too.
+
+I do not have a way to reproduce without all my source. It is a project 
+using WSE. Though the file in Test compiles cleanly for me. It has two of 
+our own DLLs and I've re-compiled them succesfully. WSE both 1 and 2 
+build cleanly. mono and mcs built cleanly.
+
+Steps to reproduce the problem:
+1. 
+2. 
+3. 
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen? 
+Every single time.
+
+Additional Information:
+
+If there is anything else I can offer to assist in debugging this I'm 
+happy to help.