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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79571 --- shadow/79571 2006-10-03 15:19:03.000000000 -0400 +++ shadow/79571.tmp.25906 2006-10-03 18:46:16.000000000 -0400 @@ -1,14 +1,14 @@ Bug#: 79571 Product: Mono: Class Libraries Version: unspecified -OS: +OS: unknown OS Details: SUSE Linux 10.1, Pentium M Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Major Component: CORLIB AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -30,6 +30,12 @@ (string,System.Globalization.NumberStyles,System.IFormatProvider) [0x00000] in /mono-HEAD/src/trunk/mcs/class/corlib/System/Double.cs:207 at System.Double.Parse (string) [0x00000] in /mono-HEAD/src/trunk/mcs/class/corlib/System/Double.cs:179 at MonoTests.System.DoubleTest.Parse () [0x00009] in /mono-HEAD/src/trunk/mcs/class/corlib/Test/System/DoubleTest.cs:159 + +------- Additional Comments From [EMAIL PROTECTED] 2006-10-03 18:46 ------- +This is likely due to a bug in our unmanaged strtod implementation, +which is copied from some _old_ BSD sources, and has bugs, like this +infinite loop. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
