-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[outerloop] System.Runtime.Numerics BigInteger assert failure #98966
Comments
Tagging subscribers to this area: @dotnet/area-system-numerics Issue DetailsError Blob{
"ErrorMessage": "BigInteger.cs:line 479",
"BuildRetry": false,
"ErrorPattern": "",
"ExcludeConsoleLog": true
} Reproduction StepsThe crash comes from inside runtime/src/libraries/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs Lines 3125 to 3126 in ac94075
|
Looks like #97995 |
As @huoyaoyuan said, this is the same issue as #97995. BigInteger.TryParse("100000000000000000000000000000001", NumberStyles.BinaryNumber, null, out BigInteger result) The above code causes the assertion failure.
|
removing blocking-clean-ci as it has not failed in 30 days
|
@huoyaoyuan The issue you linked is closed, can this be closed |
I believe it's resolved. Just be unsure whether outerloop CI could hit another bug in the method. |
No recent hits. Closing. |
Found in a PR that fixed an unrelated issue affecting all outerloop runs, which was hiding other failures: #97135
Error Blob
Reproduction Steps
The crash comes from inside
AssertValid()
, specifically here:runtime/src/libraries/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs
Lines 3125 to 3126 in ac94075
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=580195
Queues:
linux-x64 Debug CoreCLR_Debug
osx-x64 Debug CoreCLR_Debug
windows-x64 Debug CoreCLR_Debug
Job results:
Log files (note they have a crash dump printed inside as well):
Output:
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=580195
Error message validated:
[BigInteger.cs:line 479
]Result validation: ❌ Known issue did not match with the provided build.
Validation performed at: 2/27/2024 1:48:47 AM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: