[Mono-bugs] [Bug 32262][Blo] New - System.Runtime.Serialization.Formatters.Soap.SoapFormatter bug

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
14 Oct 2002 14:59:47 -0000


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 gkodinov@openlinksw.co.uk.

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

--- shadow/32262	Mon Oct 14 10:59:47 2002
+++ shadow/32262.tmp.4876	Mon Oct 14 10:59:47 2002
@@ -0,0 +1,76 @@
+Bug#: 32262
+Product: Mono/Class Libraries
+Version: unspecified
+OS: Red Hat 7.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: System
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gkodinov@openlinksw.co.uk               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.Runtime.Serialization.Formatters.Soap.SoapFormatter bug
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+SoapFormatter throws an exception.
+
+Steps to reproduce the problem:
+1. Compile the bug_ser.cs
+2. Run it under mono/linux & under MS.NET
+
+Actual Results (Linux):
+
+Unhandled Exception: System.ArgumentException: Key duplication
+in <0x002e9> 00 System.Collections.Hashtable:PutImpl (object,object,bool)
+in <0x00018> 00 System.Collections.Hashtable:Add (object,object)
+in <0x00216> 00 System.Xml.XmlNamespaceManager:AddNamespace 
+(string,string)
+in <0x000fd> 00 System.Xml.XmlWriter:WriteAttributeString 
+(string,string,string,string)
+in <0x00035> 00 System.Xml.XmlAttribute:WriteTo (System.Xml.XmlWriter)
+in <0x0010c> 00 System.Xml.XmlElement:WriteTo (System.Xml.XmlWriter)
+in <0x000b8> 00 System.Xml.XmlDocument:WriteContentTo 
+(System.Xml.XmlWriter)
+in <0x0006b> 00 System.Xml.XmlNode:get_InnerXml ()
+in <0x0000e> 00 System.Xml.XmlDocument:get_InnerXml ()
+in <0x00114> 00 
+System.Runtime.Serialization.Formatters.Soap.ObjectSerializer:AddAssemblyT
+oXml (string)
+in <0x000db> 00 
+System.Runtime.Serialization.Formatters.Soap.ObjectSerializer:AddAssembly 
+(string,string)
+in <0x00066> 00 
+System.Runtime.Serialization.Formatters.Soap.ObjectSerializer:AddAssemblyt
+oXml (System.Type)
+in <0x0008e> 00 
+System.Runtime.Serialization.Formatters.Soap.ObjectSerializer:SerializeObj
+ect (object,int)
+in <0x00016> 00 
+System.Runtime.Serialization.Formatters.Soap.ObjectSerializer:Serialize 
+(object)
+in <0x0004d> 00 
+System.Runtime.Serialization.Formatters.Soap.SoapFormatter:Serialize 
+(System.IO.Stream,object,System.Runtime.Remoting.Messaging.Header[])
+in <0x0001b> 00 
+System.Runtime.Serialization.Formatters.Soap.SoapFormatter:Serialize 
+(System.IO.Stream,object)
+in <0x00057> 00 bug_ser.bug_ser:obj_serialize_int 
+(object,System.Runtime.Serialization.IFormatter)
+in <0x000a6> 00 bug_ser.bug_ser:Main ()
+
+
+
+Expected Results:
+bug_ser.xml should have been created
+
+How often does this happen? 
+every time
+
+Additional Information: