[Mono-bugs] [Bug 53512][Nor] Changed - Binary serializer + events = null ref exception

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 4 Feb 2004 20:12:30 -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 lluis@ximian.com.

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

--- shadow/53512	2004-02-04 17:31:29.000000000 -0500
+++ shadow/53512.tmp.20172	2004-02-04 20:12:30.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 53512
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: lluis@ximian.com                            
 ReportedBy: peter@newton.cx               
 QAContact: mono-bugs@ximian.com
@@ -49,6 +49,10 @@
 
 
 ------- Additional Comments From peter@newton.cx  2004-02-04 17:31 -------
 The above workaround is definitely not a patch that I think should be
 committed, but it demonstrates one (probably incorrect) technique for
 avoiding the crash.
+
+------- Additional Comments From lluis@ximian.com  2004-02-04 20:12 -------
+Yeah, delegates and events are part of the class data, so they have to
+be serialized. A fix for this bug is in CVS.