-
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
Arm32: System.Threading.Tasks.Dataflow.Tests failing with NRE #80857
Comments
Tagging subscribers to this area: @dotnet/area-system-threading-tasks Issue DetailsBuild InformationBuild: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=140623 Error MessageFill the error message using known issues guidance. {
"ErrorMessage": "System.Threading.Tasks.ConcurrentExclusiveSchedulerPair.ProcessConcurrentTasks",
"BuildRetry": false
}
|
According to the stack trace, the NRE is occurring here: Lines 422 to 441 in 31e4f40
on the line: if (!concurrentTask.IsFaulted) m_concurrentTaskScheduler.ExecuteTask(concurrentTask); The only state being read here are readonly fields initialized in the ctor or the |
failed in #84151 |
Given we have zero recent hits of this I'm leaning towards this as the cause. Closing this as no-repo. Reactivate if the failures show up again. |
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=140623
Build error leg or test failing: System.Threading.Tasks.Dataflow.Tests.WorkItemExecution
Pull request: #80323
Error Message
Fill the error message using known issues guidance.
Report
Summary
The text was updated successfully, but these errors were encountered: