[Mono-bugs] [Bug 24261] Changed - Static constructors not being invoked in some scenarios.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
6 May 2002 14:03:06 -0000


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 lupus@ximian.com.

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

--- shadow/24261	Sun May  5 23:31:08 2002
+++ shadow/24261.tmp.17630	Mon May  6 10:03:06 2002
@@ -2,13 +2,13 @@
 Product: Mono/Runtime
 Version: unspecified
 OS: other
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: miguel@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -49,6 +49,10 @@
 			return 1;
 		}
 		Console.WriteLine ("Ok");
 		return 0;
 	}
 }
+
+------- Additional Comments From lupus@ximian.com  2002-05-06 10:03 -------
+It works ok with mint. This is likely the same bug that prevents the
+jit from running the Oberon compiler.