[Mono-bugs] [Bug 75228][Nor] New - double.Parse ("6363883797383966.2933E-726") causes infinite loop

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Jun 11 00:47:29 EDT 2005


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

--- shadow/75228	2005-06-11 00:47:29.000000000 -0400
+++ shadow/75228.tmp.4910	2005-06-11 00:47:29.000000000 -0400
@@ -0,0 +1,41 @@
+Bug#: 75228
+Product: Mono: Runtime
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: atsushi at ximian.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: double.Parse ("6363883797383966.2933E-726") causes infinite loop
+
+Compile and run this example code with --trace option:
+
+--------
+using System;
+
+public class Test
+{
+        public static void Main ()
+        {
+                double.Parse ("6363883797383966.2933E-726");
+        }
+}
+
+
+Actual Results:
+The stack trace stops outputting at
+
+. . . . ENTER: (wrapper managed-to-native) System.Double:ParseImpl
+(byte*)(01BFB
+DF0, )
+
+Expected Results:
+finished successfully.


More information about the mono-bugs mailing list