[Mono-bugs] [Bug 70698][Maj] New - Can't [de]serialize synchronized Hashtable

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 20 Dec 2004 14:01:03 -0500 (EST)


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 james@ximian.com.

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

--- shadow/70698	2004-12-20 14:01:03.000000000 -0500
+++ shadow/70698.tmp.15257	2004-12-20 14:01:03.000000000 -0500
@@ -0,0 +1,21 @@
+Bug#: 70698
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: james@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Can't [de]serialize synchronized Hashtable
+
+With latest mono from svsn, serializing a synchronized Hashtable (using the
+binary formatter) works fine, but deserializing it fails with a null
+reference exception in Hashtable.OnDeserialization.  Test case attached.