[Mono-bugs] [Bug 41841][Nor] Changed - CLR Internal Static Collections require ThreadSafety

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sat, 3 May 2003 18:02:15 -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	Sat May  3 17:55:08 2003
+++ shadow/41841.tmp.4856	Sat May  3 18:02:15 2003
@@ -2,22 +2,22 @@
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
 Status: REOPENED   
 Resolution: 
-Severity: Unknown
-Priority: Major
+Severity: 040 One week
+Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: r.h.lee@attbi.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Static Collections require ThreadSafety
+Summary: CLR Internal Static Collections require ThreadSafety
 
 Critical error with simple fix:
 
 Line 40, Enum.cs
 -  cache = new Hashtable ();
 +  cache = Hashtable.Synchronized(new Hashtable ());