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

ILC compiler failure with SynchronizationLockException in CI #108590

Closed
vitek-karas opened this issue Oct 7, 2024 · 1 comment
Closed

ILC compiler failure with SynchronizationLockException in CI #108590

vitek-karas opened this issue Oct 7, 2024 · 1 comment

Comments

@vitek-karas
Copy link
Member

Occurred in https://dev.azure.com/dnceng-public/public/_build/results?buildId=827048&view=results.

    Unhandled exception: System.AggregateException: One or more errors occurred. (Object synchronization method was called from an unsynchronized block of code.)
     ---> System.Threading.SynchronizationLockException: Object synchronization method was called from an unsynchronized block of code.
       at System.Threading.ObjectHeader.Release(Object) + 0x14a
       at System.Threading.Monitor.Exit(Object) + 0x17
       at System.Resources.ResourceReader.AllocateStringForNameIndex(Int32, Int32&) + 0x6a1
       at System.Resources.ResourceReader.ResourceEnumerator.get_Key() + 0xeb
       at ILCompiler.SubstitutionProvider.AssemblyFeatureInfo..ctor(EcmaModule, Logger, IReadOnlyDictionary`2, BodyAndFieldSubstitutions) + 0x5af
       at ILCompiler.SubstitutionProvider.FeatureSwitchHashtable.CreateValueFromKey(EcmaModule) + 0x5a
       at Internal.TypeSystem.LockFreeReaderHashtable`2.CreateValueAndEnsureValueIsInTable(TKey) + 0x3b
       at Internal.TypeSystem.LockFreeReaderHashtable`2.GetOrCreateValue(TKey) + 0x62
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Oct 7, 2024
@jkotas
Copy link
Member

jkotas commented Oct 7, 2024

Duplicate of #104340

We need to update SDK to .NET 9 RC2 to pick up the fix.

@dotnet-policy-service dotnet-policy-service bot removed the untriaged New issue has not been triaged by the area owner label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

2 participants