[Mono-bugs] [Bug 40839][Cri] New - MCS emits invalid IL code

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sun, 6 Apr 2003 21:26:24 -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 bmaurer@users.sf.net.

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

--- shadow/40839	Sun Apr  6 21:26:24 2003
+++ shadow/40839.tmp.26930	Sun Apr  6 21:26:24 2003
@@ -0,0 +1,34 @@
+Bug#: 40839
+Product: Mono/MCS
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Critical
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: bmaurer@users.sf.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: MCS emits invalid IL code
+
+MCS emits invalid code when compiling the attached test case.
+
+Steps to reproduce the problem:
+1. Compile the attched code, with -unsafe+ 
+2. Run with either mono or mini
+
+Actual Results:
+Invalid il code is found
+
+Expected Results:
+The program should crash because of an argument null exception. This is by 
+design
+
+
+How often does this happen? 
+Always