-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Test failure: System.Memory.Tests #91972
Comments
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsAlso, System.Text.RegularExpressions.Tests, System.Threading.Tasks.Parallel.Tests, System.Threading.Tasks.Tests. net9.0-windows-Release-x86-CoreCLR_checked-jitstress_random_2-Windows.10.Amd64.Open Example:
The failure is a CRT assert in an
The source:
It appears that
|
Also, System.Text.RegularExpressions.Tests, System.Threading.Tasks.Parallel.Tests, System.Threading.Tasks.Tests.
net9.0-windows-Release-x86-CoreCLR_checked-jitstress_random_2-Windows.10.Amd64.Open
Example:
The failure is a CRT assert in an
sprintf
added in #91854: "Buffer too small".The source:
It appears that
loopTop->bbNatLoopNum
is 0xff (NOT_IN_LOOP) which is outside the bounds of thevisitedLoopNum
andvisitedBlockForLoopNum
arrays, and it's probably hitting the assert because50
is actually too small a buffer size for some garbage input block number.The text was updated successfully, but these errors were encountered: