[Mono-bugs] [Bug 41841][Cri] Changed - MonoEnumInfo requires ThreadSafety

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sun, 27 Apr 2003 08:19: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 gonzalo@ximian.com.

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

--- shadow/41841	Thu Apr 24 07:19:12 2003
+++ shadow/41841.tmp.6288	Sun Apr 27 08:19:24 2003
@@ -1,14 +1,14 @@
 Bug#: 41841
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Critical
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: r.h.lee@attbi.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -18,6 +18,9 @@
 
 Critical error with simple fix:
 
 Line 40, Enum.cs
 -  cache = new Hashtable ();
 +  cache = Hashtable.Synchronized(new Hashtable ());
+
+------- Additional Comments From gonzalo@ximian.com  2003-04-27 08:19 -------
+Fixed in CVS.