[Mono-bugs] [Bug 41841][Maj] Changed - Static Collections require ThreadSafety
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Wed, 30 Apr 2003 10:37:06 -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 Tue Apr 29 07:59:25 2003
+++ shadow/41841.tmp.5655 Wed Apr 30 10:37:06 2003
@@ -1,23 +1,23 @@
Bug#: 41841
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: CLOSED
+Status: REOPENED
Resolution:
Severity: Unknown
Priority: Major
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
+Summary: Static Collections require ThreadSafety
Critical error with simple fix:
Line 40, Enum.cs
- cache = new Hashtable ();
+ cache = Hashtable.Synchronized(new Hashtable ());
@@ -85,6 +85,13 @@
http://www.wikipedia.org/wiki/Thread_safety
------- Additional Comments From lupus@ximian.com 2003-04-29 07:59 -------
Fixed in cvs.
+
+------- Additional Comments From r.h.lee@attbi.com 2003-04-30 10:37 -------
+[Wed Apr 30 07:32:44] Cvs has bug #41841
+
+This bug is resilient.
+The environment (design) may need to be changed.
+