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 18:46:16.000000000 -0400 +++ shadow/79571.tmp.11790 2006-10-04 11:30:21.000000000 -0400 @@ -36,6 +36,16 @@ ------- 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. + +------- Additional Comments From [EMAIL PROTECTED] 2006-10-04 11:30 ------- +But neither the test case, nor the strtod.c implementation have +changed recently. + +What I did find surprising is that the hang dissapears if I compile +strtod with -O0. Then I rebuilt with -O2 and it works without hanging. + +Am puzzled. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
