[Mono-bugs] [Bug 48050][Blo] New - Serialization failure

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 29 Aug 2003 18:45:14 -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 gonzalo@ximian.com.

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

--- shadow/48050	2003-08-29 18:45:14.000000000 -0400
+++ shadow/48050.tmp.26477	2003-08-29 18:45:14.000000000 -0400
@@ -0,0 +1,57 @@
+Bug#: 48050
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gonzalo@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Serialization failure
+
+Some of the changes in CVS in the last 24 hours make xsp throw this when
+trying to access any page:
+
+Unhandled Exception: System.ArgumentException: Uninitialized Strings cannot
+be created.
+in <0x00065> 00
+System.Runtime.Serialization.FormatterServices:GetUninitializedObject
+(System.Type)
+in <0x00034> 00
+System.Runtime.Serialization.Formatters.Binary.ObjectReader:ReadObjectContent
+(System.IO.BinaryReader,System.Runtime.Serialization.Formatters.Binary.ObjectReader/TypeMetadata,long,object&,System.Runtime.Serialization.SerializationInfo&)
+in <0x00071> 00
+System.Runtime.Serialization.Formatters.Binary.ObjectReader:ReadObjectInstance
+(System.IO.BinaryReader,bool,long&,object&,System.Runtime.Serialization.SerializationInfo&)
+in <0x00070> 00
+System.Runtime.Serialization.Formatters.Binary.ObjectReader:ReadObject
+(System.Runtime.Serialization.Formatters.Binary.BinaryElement,System.IO.BinaryReader,long&,object&,System.Runtime.Serialization.SerializationInfo&)
+in <0x00080> 00
+System.Runtime.Serialization.Formatters.Binary.ObjectReader:ReadNextObject
+(System.IO.BinaryReader)
+in <0x000b8> 00
+System.Runtime.Serialization.Formatters.Binary.ObjectReader:ReadObjectGraph
+(System.IO.BinaryReader,bool,object&,System.Runtime.Remoting.Messaging.Header[]&)
+in <0x00231> 00
+System.Runtime.Serialization.Formatters.Binary.BinaryFormatter:Deserialize
+(System.IO.Stream,System.Runtime.Remoting.Messaging.HeaderHandler)
+in <0x00019> 00
+System.Runtime.Serialization.Formatters.Binary.BinaryFormatter:Deserialize
+(System.IO.Stream)
+in <0x00069> 00
+System.Runtime.Remoting.Channels.CADSerializer:DeserializeObject
+(System.IO.MemoryStream)
+in <0x00045> 00
+System.Runtime.Remoting.Messaging.CADMethodCallMessage:GetArguments ()
+in <0x0006f> 00 System.Runtime.Remoting.Messaging.MethodCall:.ctor
+(System.Runtime.Remoting.Messaging.CADMethodCallMessage)
+in <0x0006e> 00 System.AppDomain:ProcessMessageInDomain
+(byte[],System.Runtime.Remoting.Messaging.CADMethodCallMessage,byte[]&,System.Runtime.Remoting.Messaging.CADMethodReturnMessage&)
+in (unmanaged) 07 System.AppDomain:SetData (string,object)