Skip to content
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.Collections.Concurrent.Tests.ConcurrentBagTests/ManyConcurrentAddsTakes_ForceContentionWithToArray(seconds: 1) #24465

Closed
ghost opened this issue Dec 15, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Dec 15, 2017

Opened on behalf of @Sunny-pu

The test System.Collections.Concurrent.Tests.ConcurrentBagTests/ManyConcurrentAddsTakes_ForceContentionWithToArray(seconds: 1) has failed.

System.IndexOutOfRangeException : Index was outside the bounds of the array.

    Stack Trace:

       at System.Collections.Concurrent.ConcurrentBag`1.ToArray() in E:\A\_work\1973\s\corefx\src\System.Collections.Concurrent\src\System\Collections\Concurrent\ConcurrentBag.cs:line 346
   at System.Collections.Concurrent.Tests.ProducerConsumerCollectionTests.ManyConcurrentAddsTakes_ForceContentionWithToArray(Double seconds) in E:\A\_work\1973\s\corefx\src\System.Collections.Concurrent\tests\ProducerConsumerCollectionTests.cs:line 910

Build : Master - 20171215.02 (UWP F5 Tests)
Failing configurations:

  • Windows.10.Arm64-arm
    • Release

Details:
https://mc.dot.net/#/product/netcore/master/source/official~2Fcorefx~2Fmaster~2F/type/test~2Ffunctional~2Fuwp~2F/build/20171215.02/workItem/System.Collections.Concurrent.Tests/analysis/xunit/System.Collections.Concurrent.Tests.ConcurrentBagTests~2FManyConcurrentAddsTakes_ForceContentionWithToArray(seconds:%201)

@danmoseley
Copy link
Member

Seems like corruption in ConcurrentBag as it should be impossible for ToArray() to throw IOORE. I wonder if this is ARM specific.

@msftgits msftgits transferred this issue from dotnet/corefx Jan 31, 2020
@msftgits msftgits added this to the UWP6.1 milestone Jan 31, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants