[Mono-bugs] [Bug 77657][Nor] Changed - XmlConvert.ToString(double) should use roundtrip format

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Feb 28 13:10:46 EST 2006


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=77657

--- shadow/77657	2006-02-28 12:12:40.000000000 -0500
+++ shadow/77657.tmp.10098	2006-02-28 13:10:46.000000000 -0500
@@ -1,23 +1,23 @@
 Bug#: 77657
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEEDINFO   
+Status: REOPENED   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: Sys.XML
 AssignedTo: atsushi at ximian.com                            
 ReportedBy: scottellington at comcast.net               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: XmlSerializer exception when serializing Double.MaxValue
+Summary: XmlConvert.ToString(double) should use roundtrip format
 
 I have an object which serializes a double which can be initialized to
 Double.MaxValue.  Serialization works correctly, but I get an exception on
 deserialization.  I had someone on #mono test this on Windows and no
 exception occured.  I will attach a sample program in one second.  Here is
 the exception:
@@ -114,6 +114,9 @@
     }
 }
 
 It verifies that you are really not running older version of mono, and
 then sees on which culture it crashes on your box (it should not break
 at any of the cultures though).
+
+------- Additional Comments From atsushi at ximian.com  2006-02-28 13:10 -------
+Turned out it is reproducible XmlConvert bug.


More information about the mono-bugs mailing list