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
Works fine on .NET 7.0. On .NET 8.0 RC1 however it generates fatal error and kills the process.
Fatal error. Internal CLR error. (0x80131506)
at System.Runtime.Serialization.SerializationGuard.<ThrowIfDeserializationInProgress>g__ThrowIfDeserializationInProgress|0_0(System.Runtime.Serialization.SerializationInfo, System.String, Int32 ByRef)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo)
at AspNetCore.HealthChecks.SystemMemory.SystemMemoryHealthCheck.CheckHealthAsync(Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckContext, System.Threading.CancellationToken)
at Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService+<RunCheckAsync>d__5.MoveNext()
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService+<RunCheckAsync>d__5, Microsoft.Extensions.Diagnostics.HealthChecks, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60]](<RunCheckAsync>d__5 ByRef)
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry, Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60]].Start[[Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService+<RunCheckAsync>d__5, Microsoft.Extensions.Diagnostics.HealthChecks, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60]](<RunCheckAsync>d__5 ByRef)
at Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService.RunCheckAsync(Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration, System.Threading.CancellationToken)
at System.Threading.Tasks.Task`1[[System.__Canon, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].InnerInvoke()
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(System.Threading.Thread, System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef, System.Threading.Thread)
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading.PortableThreadPool+WorkerThread.WorkerThreadStart()
Process finished with exit code -1,073,741,819.
The text was updated successfully, but these errors were encountered:
PawelTroka
changed the title
Fatal error. Internal CLR error. (0x80131506) at System.Runtime.Serialization.SerializationGuard on .NET 8.0 RC1
AspNetCore.HealthChecks.SystemMemory Fatal error. Internal CLR error. (0x80131506) at System.Runtime.Serialization.SerializationGuard on .NET 8.0 RC1
Sep 13, 2023
Works fine on .NET 7.0. On .NET 8.0 RC1 however it generates fatal error and kills the process.
The text was updated successfully, but these errors were encountered: