[Mono-bugs] [Bug 43670][Maj] New - Invalid IL code generated by mono mcs 0.24
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Mon, 26 May 2003 11:24:54 -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 sebastian.nowozin@web.de.
http://bugzilla.ximian.com/show_bug.cgi?id=43670
--- shadow/43670 Mon May 26 11:24:54 2003
+++ shadow/43670.tmp.29296 Mon May 26 11:24:54 2003
@@ -0,0 +1,57 @@
+Bug#: 43670
+Product: Mono/MCS
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: sebastian.nowozin@web.de
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Invalid IL code generated by mono mcs 0.24
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. mcs --unsafe bug.cs -r gtk-sharp -r gdk-sharp
+2. mono bug.exe
+3. (or alternativly: mint bug.exe)
+
+Actual Results:
+
+$ mono ./bug.exe
+
+** ERROR **: Invalid IL code at IL0060 in 00 .SelPixbuf:.ctor (string):
+IL_0060: mul
+
+
+aborting...
+Aborted
+$ mint ./bug.exe
+
+** ERROR **: file class.c: line 1732 (mono_class_get_field): assertion
+failed: (mono_metadata_token_code (field_token) == MONO_TOKEN_FIELD_DEF)
+aborting...
+Aborted
+$
+
+Expected Results:
+
+The generated code being executed without problems.
+
+How often does this happen?
+
+Reliably reproducable.
+
+Additional Information:
+
+See the attached bug.exe and bug.cs files.