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

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 28 Apr 2003 18:27:12 -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 r.h.lee@attbi.com.

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

--- shadow/41841	Sun Apr 27 08:19:24 2003
+++ shadow/41841.tmp.15825	Mon Apr 28 18:27:12 2003
@@ -1,15 +1,15 @@
 Bug#: 41841
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
-Priority: Critical
+Priority: Major
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: r.h.lee@attbi.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
@@ -21,6 +21,10 @@
 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.
+
+------- Additional Comments From r.h.lee@attbi.com  2003-04-28 18:27 -------
+This bug reoccured today [Apr 28, 2003]'s cvs build.
+