Closed ysmoradi closed 5 years ago
I'm seeing the same issue too for EF 6.3 on .NET Classic. The issue looks transient race condition as a result it's difficult to get repro :(
Looks like unsafe dictionary access: https://github.com/aspnet/EntityFramework6/blob/7d7d5fe22240bebaae76352828165822aa99940a/src/EntityFramework/Core/Query/InternalTrees/VarVec.cs#L873
Introduced by PR #430? cc @cjpearson
Triage: @bricelam will revert the PR for 6.3 Ask Mode. We will re-consider it for 6.4.
Revert an optimization PR that caused regressions from shipping EF.
Found by a few customers using EF6.
Yes, regression from EF 6.2, introduced in June.
Low – it’s a straight revert of the original PR to get back to shipped behaviour
When will this be deployed?
Daily builds are available to test now. Use version 6.3.0-rc2-*
Suddenly every usage of ef started throwing the following exception:
Steps to reproduce
N/A
Further technical details
EF version: 6.3.0-preview8-19405-04 Database Provider: EntityFramework.SqlServer Operating system: Microsoft Windows NT 10.0.17763.0 X64 IDE: VS 16.2.2 .NET Core 3.0.0-preview8-28405-07
Restarting IIS/App resolved the issue.