You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to run BenchmarkDotNet in x86 (which failed unless I used InProcessEmitToolchain) and after that I've noticed that checked CoreLib is now hitting an assert here:
Seems like BDN somehow corrupt my current PC boot, still, this probably shouldn't assert in .NET when BDN isn't even running anymore.
Stacktrace:
Processterminated. Assertion failed.
at System.Diagnostics.Tracing.CounterGroup.OnEventSourceCommand(Objectsender,EventCommandEventArgse)
at System.Diagnostics.Tracing.EventSource.add_EventCommandExecuted(EventHandler`1value)
at System.Diagnostics.Tracing.CounterGroup.GetCounterGroup(EventSourceeventSource)
at System.Diagnostics.Tracing.DiagnosticCounter.Publish()
at System.Diagnostics.Tracing.RuntimeEventSource.OnEventCommand(EventCommandEventArgscommand)
at System.Diagnostics.Tracing.EventSource.DoCommand(EventCommandEventArgscommandArgs)
at System.Diagnostics.Tracing.EventSource.Initialize(GuideventSourceGuid,StringeventSourceName,String[]traits)
at System.Diagnostics.Tracing.RuntimeEventSource..ctor()
at System.Diagnostics.Tracing.RuntimeEventSource.Initialize()
at System.StartupHookProvider.ManagedStartup(Char*pDiagnosticStartupHooks)
The text was updated successfully, but these errors were encountered:
Hi Michal, this seems related to #94964 and #96324, both of which seemed to have resolved after the issue authors had restarted their machines. Are you able to reproduce the assert failure reliably in a sample project that you'd be comfortable sharing?
Could you also share the dotnet version you're using along with your machine's specifications?
I've tried to run BenchmarkDotNet in x86 (which failed unless I used
InProcessEmitToolchain
) and after that I've noticed that checked CoreLib is now hitting an assert here:runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/CounterGroup.cs
Line 50 in 8bd4f6f
Seems like BDN somehow corrupt my current PC boot, still, this probably shouldn't assert in .NET when BDN isn't even running anymore.
Stacktrace:
The text was updated successfully, but these errors were encountered: