[Mono-bugs] [Bug 75790][Nor] Changed - InvalidCastException from
cloned synchronized Hashtable that doesn't come from original
hashtable.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Sep 1 02:54:47 EDT 2005
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 atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75790
--- shadow/75790 2005-09-01 02:35:10.000000000 -0400
+++ shadow/75790.tmp.6463 2005-09-01 02:54:47.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 75790
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details: Linux-2.6.8-2-k7-i686-with-debian-3.1
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: System
AssignedTo: mono-bugs at ximian.com
ReportedBy: Nev at Delap.com
QAContact: mono-bugs at ximian.com
@@ -94,6 +94,14 @@
Console.WriteLine ("OK");
}
}
}
}
+
+------- Additional Comments From atsushi at ximian.com 2005-09-01 02:54 -------
+Hrm, actually it looks like Microsoft bug that the enumerator from the
+above code fails to MoveNext() and thus get_Current() fails. In .NET
+2.0 it is rather funky - it throws NullReferenceException at
+GetEnumerator().
+
+SyncHashtable is Fixed in svn (r49248).
More information about the mono-bugs
mailing list