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

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 24 Apr 2003 07:19: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	Thu Apr 24 07:19:12 2003
+++ shadow/41841.tmp.15831	Thu Apr 24 07:19:12 2003
@@ -0,0 +1,23 @@
+Bug#: 41841
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Critical
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: r.h.lee@attbi.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: MonoEnumInfo requires ThreadSafety
+
+Critical error with simple fix:
+
+Line 40, Enum.cs
+-  cache = new Hashtable ();
++  cache = Hashtable.Synchronized(new Hashtable ());