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
We get a consistent AV on Linux and Windows, Windows shows logs:
[09:28:24 INF] [STDERR] Process terminated. Encountered infinite recursion while looking up resource 'Arg_AccessViolationException' in System.Private.CoreLib. Verify the installation of .NET is complete and does not need repairing, and that the state of the process has not become corrupted.
[09:28:24 INF] [STDERR] at System.Environment.FailFast(System.String)
[09:28:24 INF] [STDERR] at System.SR.InternalGetResourceString(System.String)
[09:28:24 INF] [STDERR] at System.SR.GetResourceString(System.String)
[09:28:24 INF] [STDERR] at System.AccessViolationException..ctor()
[09:28:24 INF] [STDERR] at System.Array.InternalCreate(System.RuntimeType, Int32, Int32*, Int32*)
[09:28:24 INF] [STDERR] at System.Array.CreateInstance(System.Type, Int32)
[09:28:24 INF] [STDERR] at System.Reflection.CustomAttribute.CreateAttributeArrayHelper(System.RuntimeType, Int32)
[09:28:24 INF] [STDERR] at System.Reflection.CustomAttribute.GetCustomAttributes(System.Reflection.RuntimeModule, Int32, Int32, System.RuntimeType)
[09:28:24 INF] [STDERR] at System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type, Boolean)
[09:28:24 INF] [STDERR] at System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type, Boolean)
[09:28:24 INF] [STDERR] at System.Reflection.CustomAttributeExtensions.GetCustomAttribute[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]
[09:28:24 INF] [STDERR] at System.Resources.ResourceManager.CommonAssemblyInit()
[09:28:24 INF] [STDERR] at System.Resources.ResourceManager..ctor(System.Type)
[09:28:24 INF] [STDERR] at System.SR.get_ResourceManager()
[09:28:24 INF] [STDERR] at System.SR.InternalGetResourceString(System.String)
[09:28:24 INF] [STDERR] at System.SR.GetResourceString(System.String)
[09:28:24 INF] [STDERR] at System.AccessViolationException..ctor()
[09:28:24 INF] [STDERR] at System.Array.InternalCreate(System.RuntimeType, Int32, Int32*, Int32*)
[09:28:24 INF] [STDERR] at System.Array.CreateInstance(System.Type, Int32)
[09:28:24 INF] [STDERR] at System.Reflection.CustomAttribute.CreateAttributeArrayHelper(System.RuntimeType, Int32)
[09:28:24 INF] [STDERR] at System.Reflection.CustomAttribute.GetCustomAttributes(System.Reflection.RuntimeModule, Int32, Int32, System.RuntimeType)
[09:28:24 INF] [STDERR] at System.Reflection.CustomAttribute.GetCustomAttributes(System.RuntimeType, System.RuntimeType, Boolean)
[09:28:24 INF] [STDERR] at System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type, Boolean)
[09:28:24 INF] [STDERR] at System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type, Boolean)
[09:28:24 INF] [STDERR] at System.Diagnostics.Tracing.EventSource.GetCustomAttributeHelper(System.Reflection.MemberInfo, System.Type, System.Diagnostics.Tracing.EventManifestOptions)
[09:28:24 INF] [STDERR] at System.Diagnostics.Tracing.EventSource.GetGuid(System.Type)
[09:28:24 INF] [STDERR] at System.Diagnostics.Tracing.EventSource..ctor(System.Diagnostics.Tracing.EventSourceSettings, System.String[])
[09:28:24 INF] [STDERR] at System.Diagnostics.DiagnosticSourceEventSource..cctor()
[09:28:24 INF] [STDERR] at System.Diagnostics.DiagnosticListener..ctor(System.String)
[09:28:24 INF] [STDERR] at Microsoft.Extensions.Hosting.HostBuilder.LogHostBuilding(Microsoft.Extensions.Hosting.HostApplicationBuilder)
[09:28:24 INF] [STDERR] at Microsoft.Extensions.Hosting.HostApplicationBuilder.Build()
[09:28:24 INF] [STDERR] at Microsoft.AspNetCore.Builder.WebApplicationBuilder.Build()
[09:28:24 INF] [STDERR] at Program.
This crash is caused by mismatched runtime packages. The repro uses old version single file host and new version of runtime pack. The single file host and the runtime pack versions must be always in sync. We do not support mixing and matching different versions of single file host and runtime pack.
This is same underlying problem as aspnet/Benchmarks#1448 and other issues linked to it. It will resolve itself over time once the new versions of all packages flow into all places. The underlying problem needs to be fixed in the Benchmarks repo setup.
Description
We get a consistent AV on Linux and Windows, Windows shows logs:
Commits between successful run and failing run: 4325acc...479df47
Reproduction Steps
Run
with access to corpnet
Expected behavior
No crash
Actual behavior
Crash
Regression?
Yes
Known Workarounds
No response
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: