[Mono-bugs] [Bug 73136][Wis] Changed - Problem in static class initialization

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 1 Mar 2005 21:26:04 -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 martin@ximian.com.

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

--- shadow/73136	2005-02-28 21:59:16.000000000 -0500
+++ shadow/73136.tmp.24313	2005-03-01 21:26:04.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 73136
 Product: Mono: Compilers
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: Gentoo 2.6.10
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Wishlist
 Component: C#
 AssignedTo: martin@ximian.com                            
 ReportedBy: spigaz@gmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -71,6 +71,9 @@
 protected static A _a;
 
 static ControllerFactory()
 {
 	_a = new A();
 }
+
+------- Additional Comments From martin@ximian.com  2005-03-01 21:26 -------
+This was also an issue in MCS; fixed in both compilers.