The following line of code results in "Fatal error. 0xC000001D"
String.Format(CultureInfo.InvariantCulture, "{0}", 1.0d);
We started observing this in build 3.0.100-preview7-012535.
build 3.0.100-preview7-012496 runs fine.
This is currently blocking all WPF test runs in Windows 7
Stack Trace:
Fatal error. 0xC000001D
at System.Number+Grisu3.GetCachedPowerForBinaryExponentRange(Int32, Int32, In
t32 ByRef)
at System.Number+Grisu3.TryRunShortest(DiyFp ByRef, DiyFp ByRef, DiyFp ByRef,
System.Span1<Byte>, Int32 ByRef, Int32 ByRef) at System.Number+Grisu3.TryRunDouble(Double, Int32, NumberBuffer ByRef) at System.Number.FormatDouble(System.Text.ValueStringBuilder ByRef, Double, S ystem.ReadOnlySpan1, System.Globalization.NumberFormatInfo)
at System.Number.TryFormatDouble(Double, System.ReadOnlySpan1<Char>, System. Globalization.NumberFormatInfo, System.Span1, Int32 ByRef)
at System.Double.TryFormat(System.Span1<Char>, Int32 ByRef, System.ReadOnlyS pan1, System.IFormatProvider)
at System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider, Syste
m.String, System.ParamsArray)
at System.String.FormatHelper(System.IFormatProvider, System.String, System.P
aramsArray)
at System.String.Format(System.IFormatProvider, System.String, System.Object)
The following line of code results in "Fatal error. 0xC000001D"
We started observing this in build 3.0.100-preview7-012535.
build 3.0.100-preview7-012496 runs fine.
This is currently blocking all WPF test runs in Windows 7
Stack Trace:
Fatal error. 0xC000001D
at System.Number+Grisu3.GetCachedPowerForBinaryExponentRange(Int32, Int32, In
t32 ByRef)
at System.Number+Grisu3.TryRunShortest(DiyFp ByRef, DiyFp ByRef, DiyFp ByRef,
System.Span
1<Byte>, Int32 ByRef, Int32 ByRef) at System.Number+Grisu3.TryRunDouble(Double, Int32, NumberBuffer ByRef) at System.Number.FormatDouble(System.Text.ValueStringBuilder ByRef, Double, S ystem.ReadOnlySpan1, System.Globalization.NumberFormatInfo)at System.Number.TryFormatDouble(Double, System.ReadOnlySpan
1<Char>, System. Globalization.NumberFormatInfo, System.Span1, Int32 ByRef)at System.Double.TryFormat(System.Span
1<Char>, Int32 ByRef, System.ReadOnlyS pan1, System.IFormatProvider)at System.Text.StringBuilder.AppendFormatHelper(System.IFormatProvider, Syste
m.String, System.ParamsArray)
at System.String.FormatHelper(System.IFormatProvider, System.String, System.P
aramsArray)
at System.String.Format(System.IFormatProvider, System.String, System.Object)