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.Diagnostics.Tests.ProviderMetadataTests.GetProviderNames_AssertProperties #45350

Closed
v-haren opened this issue Nov 30, 2020 · 2 comments
Labels
area-System.Diagnostics.EventLog untriaged New issue has not been triaged by the area owner

Comments

@v-haren
Copy link

v-haren commented Nov 30, 2020

failed in job: https://dev.azure.com/dnceng/public/_build/results?buildId=902001&view=ms.vss-test-web.build-test-results-tab&runId=28806080&resultId=104557&paneView=debug

net6.0-windows-Release-x86-CoreCLR_checked-jitstress2_jitstressregs3-Windows.10.Amd64.Open

Error message

System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace
   at System.Collections.Generic.ObjectEqualityComparer`1.IndexOf(T[] array, T value, Int32 startIndex, Int32 count) in /_/src/coreclr/src/System.Private.CoreLib/src/System/Collections/Generic/EqualityComparer.CoreCLR.cs:line 119
   at System.Array.IndexOf[T](T[] array, T value, Int32 startIndex, Int32 count) in /_/src/libraries/System.Private.CoreLib/src/System/Array.cs:line 1133
   at System.SZArrayHelper.Contains[T](T value) in /_/src/coreclr/src/System.Private.CoreLib/src/System/Array.CoreCLR.cs:line 580
   at System.Diagnostics.Tests.ProviderMetadataTests.GetProviderNames_AssertProperties() in /_/src/libraries/System.Diagnostics.EventLog/tests/System/Diagnostics/Reader/ProviderMetadataTests.cs:line 88
@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added area-System.Diagnostics untriaged New issue has not been triaged by the area owner labels Nov 30, 2020
@ghost
Copy link

ghost commented Nov 30, 2020

Tagging subscribers to this area: @tommcdon, @krwq
See info in area-owners.md if you want to be subscribed.

Issue Details

failed in job: https://dev.azure.com/dnceng/public/_build/results?buildId=902001&view=ms.vss-test-web.build-test-results-tab&runId=28806080&resultId=104557&paneView=debug

net6.0-windows-Release-x86-CoreCLR_checked-jitstress2_jitstressregs3-Windows.10.Amd64.Open

Error message

System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace
   at System.Collections.Generic.ObjectEqualityComparer`1.IndexOf(T[] array, T value, Int32 startIndex, Int32 count) in /_/src/coreclr/src/System.Private.CoreLib/src/System/Collections/Generic/EqualityComparer.CoreCLR.cs:line 119
   at System.Array.IndexOf[T](T[] array, T value, Int32 startIndex, Int32 count) in /_/src/libraries/System.Private.CoreLib/src/System/Array.cs:line 1133
   at System.SZArrayHelper.Contains[T](T value) in /_/src/coreclr/src/System.Private.CoreLib/src/System/Array.CoreCLR.cs:line 580
   at System.Diagnostics.Tests.ProviderMetadataTests.GetProviderNames_AssertProperties() in /_/src/libraries/System.Diagnostics.EventLog/tests/System/Diagnostics/Reader/ProviderMetadataTests.cs:line 88
Author: v-haren
Assignees: -
Labels:

area-System.Diagnostics, untriaged

Milestone: -

@GrabYourPitchforks
Copy link
Member

Likely dupe of #45317, fixed by #45320

@ghost ghost locked as resolved and limited conversation to collaborators Dec 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Diagnostics.EventLog untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

No branches or pull requests

4 participants