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

[pgostress] fullpgo_random_gdv_edge failures in JIT/Regression/JitBlue/GitHub_65988/GitHub_65988/GitHub_65988 #83960

Closed
jakobbotsch opened this issue Mar 27, 2023 · 1 comment
Assignees
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone

Comments

@jakobbotsch
Copy link
Member

https://dev.azure.com/dnceng-public/public/_build/results?buildId=217772&view=ms.vss-test-web.build-test-results-tab

    JIT/Regression/JitBlue/GitHub_65988/GitHub_65988/GitHub_65988.sh [FAIL]
      Process terminated. Assertion failed.
         at System.RuntimeType.GetConstructorCandidates(String name, BindingFlags bindingAttr, CallingConventions callConv, Type[] types, Boolean allowPrefixLookup)
         at System.RuntimeType.GetConstructorImpl(BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers)
         at System.Type.GetConstructor(BindingFlags bindingAttr, Binder binder, Type[] types, ParameterModifier[] modifiers)
         at System.Type.GetConstructor(Type[] types)
         at System.RuntimeTypeHandle.CreateInstanceForAnotherGenericParameter(RuntimeType type, RuntimeType genericParameter)
         at System.Collections.Generic.ComparerHelpers.CreateDefaultEqualityComparer(Type type)
         at System.Collections.Generic.EqualityComparer`1..cctor()
         at System.Collections.Generic.EqualityComparer`1.get_Default()
         at System.Collections.Generic.Dictionary`2..ctor(Int32 capacity, IEqualityComparer`1 comparer)
         at System.Collections.Generic.Dictionary`2..ctor()
         at System.Diagnostics.Tracing.EventListener.Validate()
         at System.Diagnostics.Tracing.EventListener.AddEventSource(EventSource newEventSource)
         at System.Diagnostics.Tracing.EventSource.Initialize(Guid eventSourceGuid, String eventSourceName, String[] traits)
         at System.Diagnostics.Tracing.EventSource..ctor(Guid eventSourceGuid, String eventSourceName, EventSourceSettings settings, String[] traits)
         at System.Diagnostics.Tracing.EventSource..ctor(Guid eventSourceGuid, String eventSourceName)
         at System.Diagnostics.Tracing.NativeRuntimeEventSource..ctor()
         at System.Diagnostics.Tracing.NativeRuntimeEventSource..cctor()
         at System.Diagnostics.Tracing.EventListener.get_EventListenersLock()
         at System.Diagnostics.Tracing.EventSource.Initialize(Guid eventSourceGuid, String eventSourceName, String[] traits)
         at System.Diagnostics.Tracing.EventSource..ctor(Guid eventSourceGuid, String eventSourceName, EventSourceSettings settings, String[] traits)
         at System.Diagnostics.Tracing.EventSource..ctor(Guid eventSourceGuid, String eventSourceName)
         at System.Diagnostics.Tracing.RuntimeEventSource..ctor()
         at System.Diagnostics.Tracing.RuntimeEventSource.Initialize()
         at System.StartupHookProvider.ManagedStartup()

FWIW, this is a managed code assert failing in the same function that we have hit "slop" asserts in before (#77450), cc @AndyAyersMS

@ghost ghost added the untriaged New issue has not been triaged by the area owner label Mar 27, 2023
@ghost
Copy link

ghost commented Mar 27, 2023

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

Issue Details

https://dev.azure.com/dnceng-public/public/_build/results?buildId=217772&view=ms.vss-test-web.build-test-results-tab

    JIT/Regression/JitBlue/GitHub_65988/GitHub_65988/GitHub_65988.sh [FAIL]
      Process terminated. Assertion failed.
         at System.RuntimeType.GetConstructorCandidates(String name, BindingFlags bindingAttr, CallingConventions callConv, Type[] types, Boolean allowPrefixLookup)
         at System.RuntimeType.GetConstructorImpl(BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers)
         at System.Type.GetConstructor(BindingFlags bindingAttr, Binder binder, Type[] types, ParameterModifier[] modifiers)
         at System.Type.GetConstructor(Type[] types)
         at System.RuntimeTypeHandle.CreateInstanceForAnotherGenericParameter(RuntimeType type, RuntimeType genericParameter)
         at System.Collections.Generic.ComparerHelpers.CreateDefaultEqualityComparer(Type type)
         at System.Collections.Generic.EqualityComparer`1..cctor()
         at System.Collections.Generic.EqualityComparer`1.get_Default()
         at System.Collections.Generic.Dictionary`2..ctor(Int32 capacity, IEqualityComparer`1 comparer)
         at System.Collections.Generic.Dictionary`2..ctor()
         at System.Diagnostics.Tracing.EventListener.Validate()
         at System.Diagnostics.Tracing.EventListener.AddEventSource(EventSource newEventSource)
         at System.Diagnostics.Tracing.EventSource.Initialize(Guid eventSourceGuid, String eventSourceName, String[] traits)
         at System.Diagnostics.Tracing.EventSource..ctor(Guid eventSourceGuid, String eventSourceName, EventSourceSettings settings, String[] traits)
         at System.Diagnostics.Tracing.EventSource..ctor(Guid eventSourceGuid, String eventSourceName)
         at System.Diagnostics.Tracing.NativeRuntimeEventSource..ctor()
         at System.Diagnostics.Tracing.NativeRuntimeEventSource..cctor()
         at System.Diagnostics.Tracing.EventListener.get_EventListenersLock()
         at System.Diagnostics.Tracing.EventSource.Initialize(Guid eventSourceGuid, String eventSourceName, String[] traits)
         at System.Diagnostics.Tracing.EventSource..ctor(Guid eventSourceGuid, String eventSourceName, EventSourceSettings settings, String[] traits)
         at System.Diagnostics.Tracing.EventSource..ctor(Guid eventSourceGuid, String eventSourceName)
         at System.Diagnostics.Tracing.RuntimeEventSource..ctor()
         at System.Diagnostics.Tracing.RuntimeEventSource.Initialize()
         at System.StartupHookProvider.ManagedStartup()

FWIW, this is a managed code assert failing in the same function that we have hit "slop" asserts in before (#77450), cc @AndyAyersMS

Author: jakobbotsch
Assignees: -
Labels:

area-System.Diagnostics.Tracing

Milestone: -

@jakobbotsch jakobbotsch added area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI and removed area-System.Diagnostics.Tracing untriaged New issue has not been triaged by the area owner labels Mar 27, 2023
@jakobbotsch jakobbotsch added this to the 8.0.0 milestone Mar 27, 2023
@AndyAyersMS AndyAyersMS self-assigned this Mar 27, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Apr 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
None yet
Development

No branches or pull requests

2 participants