dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
14.98k stars 4.66k forks source link

suddenly everything get blocked even without any workload #8270

Closed amirjalali1 closed 4 years ago

amirjalali1 commented 7 years ago

.net coreclr 1.1.2 and asp.net core 1.1.2 here is windbg !dumpstack and then i got 502.3 error i don't what these waits are happening i checked the code line by line but nothing is suspicious

Child-SP         RetAddr          Caller, Callee
000000d03327b6d0 00007ffa4d5d796f KERNELBASE!WaitForMultipleObjectsEx + 0xef, calling ntdll!NtWaitForMultipleObjects
000000d03327b6e0 00007ffa1bacdf19 (MethodDesc 00007ffa1b643fd8 + 0x99 System.Runtime.CompilerServices.TaskAwaiter.OnCompletedInternal(System.Threading.Tasks.Task, System.Action, Boolean, Boolean)), calling (MethodDesc 00007ffa1b63b128 + 0 System.Threading.Tasks.Task.SetContinuationForAwait(System.Action, Boolean, Boolean, System.Threading.StackCrawlMark ByRef))
000000d03327b770 00007ffa4d5d7a73 KERNELBASE!WaitForMultipleObjectsEx + 0x1f3, calling ntdll!RtlActivateActivationContextUnsafeFast
000000d03327b7e0 00007ffa2683d0c3 coreclr!JIT_GetSharedGCThreadStaticBase + 0x93, calling coreclr!_security_check_cookie
000000d03327b7f0 00007ffa26850ed9 coreclr!ThreadNative::GetCurrentThread + 0x9, calling coreclr!GetThread
000000d03327b810 00007ffa1ba8857c (MethodDesc 00007ffa1b63b500 + 0x3c System.Threading.Tasks.Task.AddTaskContinuation(System.Object, Boolean)), calling 00007ffa2685a100 (stub for System.Threading.Interlocked.CompareExchange(System.Object ByRef, System.Object, System.Object))
000000d03327b820 00007ffa1baa39d6 (MethodDesc 00007ffa1b63ffc0 + 0x16 System.Threading.Tasks.TaskScheduler.get_InternalCurrent()), calling coreclr!JIT_GetSharedGCThreadStaticBase
000000d03327b850 00007ffa1ba863fd (MethodDesc 00007ffa1b63b128 + 0x15d System.Threading.Tasks.Task.SetContinuationForAwait(System.Action, Boolean, Boolean, System.Threading.StackCrawlMark ByRef)), calling (MethodDesc 00007ffa1b63b500 + 0 System.Threading.Tasks.Task.AddTaskContinuation(System.Object, Boolean))
000000d03327b870 00007ffa1babd79d (MethodDesc 00007ffa1b642ae0 + 0x1d System.Runtime.CompilerServices.AsyncMethodBuilderCore.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)), calling coreclr!JIT_CheckedWriteBarrier
000000d03327b8a0 00007ffa1bacdf19 (MethodDesc 00007ffa1b643fd8 + 0x99 System.Runtime.CompilerServices.TaskAwaiter.OnCompletedInternal(System.Threading.Tasks.Task, System.Action, Boolean, Boolean)), calling (MethodDesc 00007ffa1b63b128 + 0 System.Threading.Tasks.Task.SetContinuationForAwait(System.Action, Boolean, Boolean, System.Threading.StackCrawlMark ByRef))
000000d03327b8c0 00007ff9c9e1ae0e (MethodDesc 00007ff9ca096fe0 + 0x4e System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[AspNetCore._Areas_Article_Views_Article__ArticleDetail_cshtml+<ExecuteAsync>d__39, fpzhw5we.eto]](<ExecuteAsync>d__39 ByRef)), calling (MethodDesc 00007ff9ca096fe0 + 0x56 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[AspNetCore._Areas_Article_Views_Article__ArticleDetail_cshtml+<ExecuteAsync>d__39, fpzhw5we.eto]](<ExecuteAsync>d__39 ByRef))
000000d03327b900 00007ffa1bacdd56 (MethodDesc 00007ffa1b643f88 + 0x16 System.Runtime.CompilerServices.TaskAwaiter.UnsafeOnCompleted(System.Action)), calling (MethodDesc 00007ffa1b643fd8 + 0 System.Runtime.CompilerServices.TaskAwaiter.OnCompletedInternal(System.Threading.Tasks.Task, System.Action, Boolean, Boolean))
000000d03327b930 00007ff9c8892516 (MethodDesc 00007ff9c8a9a178 + 0x136 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, System.Private.CoreLib]].AwaitUnsafeOnCompleted[[System.Runtime.CompilerServices.TaskAwaiter, System.Private.CoreLib],[Microsoft.AspNetCore.Mvc.Razor.RazorView+<RenderPageAsync>d__14, Microsoft.AspNetCore.Mvc.Razor]](System.Runtime.CompilerServices.TaskAwaiter ByRef, <RenderPageAsync>d__14 ByRef)), calling (MethodDesc 00007ffa1b643f88 + 0 System.Runtime.CompilerServices.TaskAwaiter.UnsafeOnCompleted(System.Action))
000000d03327b980 00007ffa2683d0c3 coreclr!JIT_GetSharedGCThreadStaticBase + 0x93, calling coreclr!_security_check_cookie
000000d03327b990 00007ffa26850ed9 coreclr!ThreadNative::GetCurrentThread + 0x9, calling coreclr!GetThread
000000d03327b9a0 00007ffa26783752 coreclr!Thread::GetFinalApartment + 0x12, calling coreclr!Thread::GetApartment
000000d03327b9d0 00007ffa26783dde coreclr!Thread::DoAppropriateWaitWorker + 0xfe, calling kernel32!WaitForMultipleObjectsEx
000000d03327ba40 00007ffa1bacdf19 (MethodDesc 00007ffa1b643fd8 + 0x99 System.Runtime.CompilerServices.TaskAwaiter.OnCompletedInternal(System.Threading.Tasks.Task, System.Action, Boolean, Boolean)), calling (MethodDesc 00007ffa1b63b128 + 0 System.Threading.Tasks.Task.SetContinuationForAwait(System.Action, Boolean, Boolean, System.Threading.StackCrawlMark ByRef))
000000d03327ba80 00007ffa26783f8d coreclr!Thread::DoAppropriateWait + 0x7d, calling coreclr!Thread::DoAppropriateWaitWorker
000000d03327bb00 00007ffa26785aaf coreclr!CLREventBase::WaitEx + 0x7f, calling coreclr!Thread::DoAppropriateWait
000000d03327bb20 00007ffa267fb017 coreclr!FrameWithCookie<GCFrame>::FrameWithCookie<GCFrame> + 0x47, calling coreclr!GetThread
000000d03327bb50 00007ffa267d97ec coreclr!SyncBlock::Wait + 0x194, calling coreclr!CLREventBase::WaitEx
000000d03327bc60 00007ffa26872614 coreclr!ObjectNative::WaitTimeout + 0xd4, calling coreclr!SyncBlock::Wait
000000d03327bcc0 00007ffa1baa39d6 (MethodDesc 00007ffa1b63ffc0 + 0x16 System.Threading.Tasks.TaskScheduler.get_InternalCurrent()), calling coreclr!JIT_GetSharedGCThreadStaticBase
000000d03327bd00 00007ffa1bab138a (MethodDesc 00007ffa1b640fd0 + 0x2ea System.Threading.ManualResetEventSlim.Wait(Int32, System.Threading.CancellationToken)), calling (MethodDesc 00007ffa1b6234e0 + 0 System.Threading.Monitor.Wait(System.Object, Int32))
000000d03327bd98 00007ffa268725c8 coreclr!ObjectNative::WaitTimeout + 0x88, calling coreclr!LazyMachStateCaptureState
000000d03327bdf0 00007ffa1bab138a (MethodDesc 00007ffa1b640fd0 + 0x2ea System.Threading.ManualResetEventSlim.Wait(Int32, System.Threading.CancellationToken)), calling (MethodDesc 00007ffa1b6234e0 + 0 System.Threading.Monitor.Wait(System.Object, Int32))
000000d03327be00 00007ffa1bab0c49 (MethodDesc 00007ffa1b640f10 + 0x39 System.Threading.ManualResetEventSlim..ctor(Boolean, Int32)), calling (MethodDesc 00007ffa1b640f20 + 0 System.Threading.ManualResetEventSlim.Initialize(Boolean, Int32))
000000d03327be80 00007ffa1ba86973 (MethodDesc 00007ffa1b63b1b8 + 0xb3 System.Threading.Tasks.Task.SpinThenBlockingWait(Int32, System.Threading.CancellationToken)), calling (MethodDesc 00007ffa1b640fd0 + 0 System.Threading.ManualResetEventSlim.Wait(Int32, System.Threading.CancellationToken))
000000d03327bef0 00007ffa1ba867ff (MethodDesc 00007ffa1b63b1a8 + 0x19f System.Threading.Tasks.Task.InternalWait(Int32, System.Threading.CancellationToken)), calling (MethodDesc 00007ffa1b63b1b8 + 0 System.Threading.Tasks.Task.SpinThenBlockingWait(Int32, System.Threading.CancellationToken))
000000d03327bf30 00007ff9c8d4ca1d (MethodDesc 00007ff9c73fb7c8 + 0xbd Microsoft.AspNetCore.Mvc.ViewFeatures.HtmlHelper.PartialAsync(System.String, System.Object, Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary)), calling (MethodDesc 00007ffa1b659510 + 0 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, System.Private.CoreLib]].get_Task())
000000d03327bfc0 00007ffa1bacddd5 (MethodDesc 00007ffa1b643fb8 + 0x25 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task)), calling (MethodDesc 00007ffa1b63b1a8 + 0 System.Threading.Tasks.Task.InternalWait(Int32, System.Threading.CancellationToken))
000000d03327bff0 00007ff9c8d4c8cc (MethodDesc 00007ff9c8ff9a00 + 0x3c Microsoft.AspNetCore.Mvc.Rendering.HtmlHelperPartialExtensions.Partial(Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper, System.String, System.Object, Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary)), calling (MethodDesc 00007ffa1b643fb8 + 0 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task))
000000d03327c020 00007ff9c9e1a292 (MethodDesc 00007ff9ca095258 + 0x2c2 AspNetCore._Areas_Article_Views_Article_Index_cshtml+<ExecuteAsync>d__86.MoveNext()), calling (MethodDesc 00007ff9c8ff99f0 + 0 Microsoft.AspNetCore.Mvc.Rendering.HtmlHelperPartialExtensions.Partial(Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper, System.String, System.Object))
000000d03327c0d0 00007ff9c9e19b35 (MethodDesc 00007ff9ca0953d0 + 0x45 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[AspNetCore._Areas_Article_Views_Article_Index_cshtml+<ExecuteAsync>d__86, xggspjwo.pun]](<ExecuteAsync>d__86 ByRef)), calling (MethodDesc 00007ff9ca095258 + 0 AspNetCore._Areas_Article_Views_Article_Index_cshtml+<ExecuteAsync>d__86.MoveNext())
000000d03327c0e8 00007ff9c887efd9 (MethodDesc 00007ff9c7d599e0 + 0x9 Microsoft.AspNetCore.Mvc.Razor.RazorPage.set_DiagnosticSource(System.Diagnostics.DiagnosticSource)), calling coreclr!JIT_WriteBarrier
000000d03327c0f0 00007ff9c887b0e4 (MethodDesc 00007ff9c8a9a500 + 0x34 Microsoft.Extensions.Internal.PropertyActivator`1[[System.__Canon, System.Private.CoreLib]].Activate(System.Object, System.__Canon))
000000d03327c130 00007ff9c9e19abe (MethodDesc 00007ff9ca094118 + 0x7e AspNetCore._Areas_Article_Views_Article_Index_cshtml.ExecuteAsync()), calling (MethodDesc 00007ff9ca0953d0 + 0 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[AspNetCore._Areas_Article_Views_Article_Index_cshtml+<ExecuteAsync>d__86, xggspjwo.pun]](<ExecuteAsync>d__86 ByRef))
000000d03327c1d0 00007ff9c8878787 (MethodDesc 00007ff9c7dcb9e8 + 0x367 Microsoft.AspNetCore.Mvc.Razor.RazorView+<RenderPageAsync>d__14.MoveNext()), calling (MethodDesc 00007ff9c7d5aaf0 + 0 Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderPageCoreAsync(Microsoft.AspNetCore.Mvc.Razor.IRazorPage, Microsoft.AspNetCore.Mvc.Rendering.ViewContext))
000000d03327c250 00007ff9c8878385 (MethodDesc 00007ff9c8a9a088 + 0x45 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, System.Private.CoreLib]].Start[[Microsoft.AspNetCore.Mvc.Razor.RazorView+<RenderPageAsync>d__14, Microsoft.AspNetCore.Mvc.Razor]](<RenderPageAsync>d__14 ByRef)), calling (MethodDesc 00007ff9c7dcb9e8 + 0 Microsoft.AspNetCore.Mvc.Razor.RazorView+<RenderPageAsync>d__14.MoveNext())
000000d03327c270 00007ff9c6fc8420 (MethodDesc 00007ff9c8ad00b0 + 0x140 DynamicClass.lambda_method(System.Runtime.CompilerServices.Closure, Microsoft.Extensions.DependencyInjection.ServiceProvider)), calling (MethodDesc 00007ff9c8ad00b0 + 0x152 DynamicClass.lambda_method(System.Runtime.CompilerServices.Closure, Microsoft.Extensions.DependencyInjection.ServiceProvider))
000000d03327c2b0 00007ff9c88782fc (MethodDesc 00007ff9c7d5aae0 + 0xac Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderPageAsync(Microsoft.AspNetCore.Mvc.Razor.IRazorPage, Microsoft.AspNetCore.Mvc.Rendering.ViewContext, Boolean)), calling (MethodDesc 00007ff9c8a9a088 + 0 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, System.Private.CoreLib]].Start[[Microsoft.AspNetCore.Mvc.Razor.RazorView+<RenderPageAsync>d__14, Microsoft.AspNetCore.Mvc.Razor]](<RenderPageAsync>d__14 ByRef))
000000d03327c370 00007ff9c8877fe6 (MethodDesc 00007ff9c7dcb318 + 0xa6 Microsoft.AspNetCore.Mvc.Razor.RazorView+<RenderAsync>d__13.MoveNext()), calling (MethodDesc 00007ff9c7d5aae0 + 0 Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderPageAsync(Microsoft.AspNetCore.Mvc.Razor.IRazorPage, Microsoft.AspNetCore.Mvc.Rendering.ViewContext, Boolean))
000000d03327c390 00007ffa26850ed9 coreclr!ThreadNative::GetCurrentThread + 0x9, calling coreclr!GetThread
000000d03327c3c0 00007ff9c8877ea5 (MethodDesc 00007ff9c8a99b20 + 0x45 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Mvc.Razor.RazorView+<RenderAsync>d__13, Microsoft.AspNetCore.Mvc.Razor]](<RenderAsync>d__13 ByRef)), calling (MethodDesc 00007ff9c7dcb318 + 0 Microsoft.AspNetCore.Mvc.Razor.RazorView+<RenderAsync>d__13.MoveNext())
000000d03327c3e0 00007ffa1bc1ef26 (MethodDesc 00007ffa1b664f68 + 0x26 System.Text.UTF8Encoding.GetMaxByteCount(Int32))
000000d03327c3f0 00007ff9c7e56263 (MethodDesc 00007ff9c75d4f88 + 0x63 Microsoft.AspNetCore.Mvc.ActionContext..ctor(Microsoft.AspNetCore.Http.HttpContext, Microsoft.AspNetCore.Routing.RouteData, Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor, Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)), calling coreclr!JIT_WriteBarrier
000000d03327c420 00007ff9c8877e29 (MethodDesc 00007ff9c7d5aad8 + 0x89 Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderAsync(Microsoft.AspNetCore.Mvc.Rendering.ViewContext)), calling (MethodDesc 00007ff9c8a99b20 + 0 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Mvc.Razor.RazorView+<RenderAsync>d__13, Microsoft.AspNetCore.Mvc.Razor]](<RenderAsync>d__13 ByRef))
000000d03327c440 00007ff9c8877893 (MethodDesc 00007ff9c81fe568 + 0x13 Microsoft.AspNetCore.Mvc.Rendering.ViewContext.set_FormContext(Microsoft.AspNetCore.Mvc.ViewFeatures.FormContext)), calling coreclr!JIT_WriteBarrier
000000d03327c4d0 00007ff9c88736f5 (MethodDesc 00007ff9c8a98138 + 0x2e5 Microsoft.AspNetCore.Mvc.ViewFeatures.ViewExecutor+<ExecuteAsync>d__18.MoveNext())
000000d03327c580 00007ff9c8873375 (MethodDesc 00007ff9c8a982a0 + 0x45 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Mvc.ViewFeatures.ViewExecutor+<ExecuteAsync>d__18, Microsoft.AspNetCore.Mvc.ViewFeatures]](<ExecuteAsync>d__18 ByRef)), calling (MethodDesc 00007ff9c8a98138 + 0 Microsoft.AspNetCore.Mvc.ViewFeatures.ViewExecutor+<ExecuteAsync>d__18.MoveNext())
000000d03327c590 00007ff9c8872551 (MethodDesc 00007ff9c81beb50 + 0x41 Microsoft.AspNetCore.Mvc.ViewEngines.ViewEngineResult.Found(System.String, Microsoft.AspNetCore.Mvc.ViewEngines.IView)), calling coreclr!JIT_WriteBarrier
000000d03327c5a0 00007ffa2687bcee coreclr!JIT_Stelem_Ref__ObjIsInstanceOfNoGC_Helper + 0x1e, calling coreclr!ObjIsInstanceOfNoGC
000000d03327c5b0 00007ff9c735b9d0 (MethodDesc 00007ff9c6eaf1c8 + 0x60 Microsoft.Extensions.Logging.Logger.IsEnabled(Microsoft.Extensions.Logging.LogLevel))
000000d03327c5e0 00007ff9c88732fc (MethodDesc 00007ff9c73faaa8 + 0xcc Microsoft.AspNetCore.Mvc.ViewFeatures.ViewExecutor.ExecuteAsync(Microsoft.AspNetCore.Mvc.ActionContext, Microsoft.AspNetCore.Mvc.ViewEngines.IView, Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary, Microsoft.AspNetCore.Mvc.ViewFeatures.ITempDataDictionary, System.String, System.Nullable`1<Int32>)), calling (MethodDesc 00007ff9c8a982a0 + 0 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Mvc.ViewFeatures.ViewExecutor+<ExecuteAsync>d__18, Microsoft.AspNetCore.Mvc.ViewFeatures]](<ExecuteAsync>d__18 ByRef))
000000d03327c6c0 00007ff9c8872caa (MethodDesc 00007ff9c73faba8 + 0x8a Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.ViewResultExecutor.ExecuteAsync(Microsoft.AspNetCore.Mvc.ActionContext, Microsoft.AspNetCore.Mvc.ViewEngines.IView, Microsoft.AspNetCore.Mvc.ViewResult))
000000d03327c730 00007ff9c7eb13c5 (MethodDesc 00007ff9c81be810 + 0xe5 Microsoft.AspNetCore.Mvc.ViewResult+<ExecuteResultAsync>d__26.MoveNext())
000000d03327c760 00007ffa26850ed9 coreclr!ThreadNative::GetCurrentThread + 0x9, calling coreclr!GetThread
000000d03327c790 00007ff9c7eb0e45 (MethodDesc 00007ff9c81be978 + 0x45 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Mvc.ViewResult+<ExecuteResultAsync>d__26, Microsoft.AspNetCore.Mvc.ViewFeatures]](<ExecuteResultAsync>d__26 ByRef)), calling (MethodDesc 00007ff9c81be810 + 0 Microsoft.AspNetCore.Mvc.ViewResult+<ExecuteResultAsync>d__26.MoveNext())
000000d03327c7f0 00007ff9c7eb0dc9 (MethodDesc 00007ff9c8143b38 + 0x89 Microsoft.AspNetCore.Mvc.ViewResult.ExecuteResultAsync(Microsoft.AspNetCore.Mvc.ActionContext)), calling (MethodDesc 00007ff9c81be978 + 0 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Mvc.ViewResult+<ExecuteResultAsync>d__26, Microsoft.AspNetCore.Mvc.ViewFeatures]](<ExecuteResultAsync>d__26 ByRef))
000000d03327c8a0 00007ff9c7eb0af8 (MethodDesc 00007ff9c7f754c0 + 0x88 Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeResultAsync>d__30.MoveNext())
000000d03327c8c0 00007ffa26850ed9 coreclr!ThreadNative::GetCurrentThread + 0x9, calling coreclr!GetThread
000000d03327c8f0 00007ff9c7eb09d5 (MethodDesc 00007ff9c81be328 + 0x45 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeResultAsync>d__30, Microsoft.AspNetCore.Mvc.Core]](<InvokeResultAsync>d__30 ByRef)), calling (MethodDesc 00007ff9c7f754c0 + 0 Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeResultAsync>d__30.MoveNext())
000000d03327c950 00007ff9c7eb0959 (MethodDesc 00007ff9c761f590 + 0x89 Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeResultAsync(Microsoft.AspNetCore.Mvc.IActionResult)), calling (MethodDesc 00007ff9c81be328 + 0 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeResultAsync>d__30, Microsoft.AspNetCore.Mvc.Core]](<InvokeResultAsync>d__30 ByRef))
000000d03327ca00 00007ff9c7e5fb31 (MethodDesc 00007ff9c761f500 + 0x1351 Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State ByRef, Scope ByRef, System.Object ByRef, Boolean ByRef)), calling (MethodDesc 00007ff9c761f590 + 0 Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeResultAsync(Microsoft.AspNetCore.Mvc.IActionResult))
000000d03327ca30 00007ff9c7e95e88 (MethodDesc 00007ff9c77b2380 + 0x98 Microsoft.AspNetCore.Mvc.Controller.OnActionExecutionAsync(Microsoft.AspNetCore.Mvc.Filters.ActionExecutingContext, Microsoft.AspNetCore.Mvc.Filters.ActionExecutionDelegate)), calling (MethodDesc 00007ffa1b643cc8 + 0 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult, System.Private.CoreLib]].get_Task())
000000d03327caf0 00007ff9c7eb06a0 (MethodDesc 00007ff9c7f75f00 + 0xb0 Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeNextResultFilterAsync>d__28.MoveNext()), calling (MethodDesc 00007ff9c761f500 + 0 Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State ByRef, Scope ByRef, System.Object ByRef, Boolean ByRef))
000000d03327cb10 00007ffa26850ed9 coreclr!ThreadNative::GetCurrentThread + 0x9, calling coreclr!GetThread
000000d03327cb50 00007ff9c7eb0555 (MethodDesc 00007ff9c81be208 + 0x45 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeNextResultFilterAsync>d__28, Microsoft.AspNetCore.Mvc.Core]](<InvokeNextResultFilterAsync>d__28 ByRef)), calling (MethodDesc 00007ff9c7f75f00 + 0 Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeNextResultFilterAsync>d__28.MoveNext())
000000d03327cb60 00007ff9c7e56263 (MethodDesc 00007ff9c75d4f88 + 0x63 Microsoft.AspNetCore.Mvc.ActionContext..ctor(Microsoft.AspNetCore.Http.HttpContext, Microsoft.AspNetCore.Routing.RouteData, Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor, Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)), calling coreclr!JIT_WriteBarrier
000000d03327cb70 00007ff9c94aea4c (MethodDesc 00007ff9c73f0380 + 0xac Microsoft.AspNetCore.Mvc.Internal.DefaultControllerArgumentBinder.BindArgumentsCoreAsync(Microsoft.AspNetCore.Mvc.ControllerContext, System.Object, System.Collections.Generic.IDictionary`2<System.String,System.Object>)), calling (MethodDesc 00007ffa1b643cc8 + 0 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult, System.Private.CoreLib]].get_Task())
000000d03327cbb0 00007ff9c7eb04d4 (MethodDesc 00007ff9c761f570 + 0x84 Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeNextResultFilterAsync()), calling (MethodDesc 00007ff9c81be208 + 0 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeNextResultFilterAsync>d__28, Microsoft.AspNetCore.Mvc.Core]](<InvokeNextResultFilterAsync>d__28 ByRef))
000000d03327cc60 00007ff9c7e5fa6e (MethodDesc 00007ff9c761f500 + 0x128e Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State ByRef, Scope ByRef, System.Object ByRef, Boolean ByRef)), calling (MethodDesc 00007ff9c761f570 + 0 Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeNextResultFilterAsync())
000000d03327cc80 00007ff9c755811f (MethodDesc 00007ff9c7642670 + 0xcf Microsoft.AspNetCore.Routing.RouteValueDictionary+ListStorage.TrySetValue(System.String, System.Object)), calling (MethodDesc 00007ff9c7642628 + 0 Microsoft.AspNetCore.Routing.RouteValueDictionary+ListStorage.Add(System.Collections.Generic.KeyValuePair`2<System.String,System.Object>))
000000d03327cd50 00007ff9c7e60ac0 (MethodDesc 00007ff9c7f756b0 + 0xb0 Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeNextResourceFilter>d__22.MoveNext()), calling (MethodDesc 00007ff9c761f500 + 0 Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State ByRef, Scope ByRef, System.Object ByRef, Boolean ByRef))
000000d03327cd60 00007ff9c7691eb2 (MethodDesc 00007ff9c76f2bd8 + 0x52 Microsoft.AspNetCore.Server.Kestrel.Internal.Http.Frame.Microsoft.AspNetCore.Http.Features.IFeatureCollection.Get[[System.__Canon, System.Private.CoreLib]]()), calling coreclr!JIT_ChkCastAny
000000d03327cdb0 00007ff9c7e60975 (MethodDesc 00007ff9c7f76738 + 0x45 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeNextResourceFilter>d__22, Microsoft.AspNetCore.Mvc.Core]](<InvokeNextResourceFilter>d__22 ByRef)), calling (MethodDesc 00007ff9c7f756b0 + 0 Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeNextResourceFilter>d__22.MoveNext())
000000d03327cdc0 00007ff9c7e56263 (MethodDesc 00007ff9c75d4f88 + 0x63 Microsoft.AspNetCore.Mvc.ActionContext..ctor(Microsoft.AspNetCore.Http.HttpContext, Microsoft.AspNetCore.Routing.RouteData, Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor, Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)), calling coreclr!JIT_WriteBarrier
000000d03327cde0 00007ff9c7731eaa (MethodDesc 00007ff9c76aa4c0 + 0x11a Microsoft.AspNetCore.Server.Kestrel.Internal.Http.Frame.OnStarting(System.Func`2<System.Object,System.Threading.Tasks.Task>, System.Object)), calling 00007ffa2687db50 (stub for System.Threading.Monitor.Exit(System.Object))
000000d03327ce10 00007ff9c7e608f4 (MethodDesc 00007ff9c761f510 + 0x84 Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeNextResourceFilter()), calling (MethodDesc 00007ff9c7f76738 + 0 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeNextResourceFilter>d__22, Microsoft.AspNetCore.Mvc.Core]](<InvokeNextResourceFilter>d__22 ByRef))
000000d03327cec0 00007ff9c7e5ed63 (MethodDesc 00007ff9c761f500 + 0x583 Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State ByRef, Scope ByRef, System.Object ByRef, Boolean ByRef)), calling (MethodDesc 00007ff9c761f510 + 0 Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeNextResourceFilter())
000000d03327cfb0 00007ff9c7e5c603 (MethodDesc 00007ff9c7f700f8 + 0x1f3 Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeAsync>d__20.MoveNext()), calling (MethodDesc 00007ff9c761f500 + 0 Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State ByRef, Scope ByRef, System.Object ByRef, Boolean ByRef))
000000d03327d010 00007ff9c7e5c375 (MethodDesc 00007ff9c7f70500 + 0x45 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeAsync>d__20, Microsoft.AspNetCore.Mvc.Core]](<InvokeAsync>d__20 ByRef)), calling (MethodDesc 00007ff9c7f700f8 + 0 Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeAsync>d__20.MoveNext())
000000d03327d070 00007ff9c7e5c2fa (MethodDesc 00007ff9c761f4f8 + 0x8a Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeAsync()), calling (MethodDesc 00007ff9c7f70500 + 0 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeAsync>d__20, Microsoft.AspNetCore.Mvc.Core]](<InvokeAsync>d__20 ByRef))
000000d03327d080 00007ff9c7e5642e (MethodDesc 00007ff9c73dfe88 + 0x8e Microsoft.AspNetCore.Mvc.Internal.ActionInvokerFactory.CreateInvoker(Microsoft.AspNetCore.Mvc.ActionContext))
000000d03327d130 00007ff9c769c764 (MethodDesc 00007ff9c76fcaa8 + 0x2e4 Microsoft.AspNetCore.Builder.RouterMiddleware+<Invoke>d__4.MoveNext())
000000d03327d160 00007ffa26850ed9 coreclr!ThreadNative::GetCurrentThread + 0x9, calling coreclr!GetThread
000000d03327d190 00007ff9c769bfe5 (MethodDesc 00007ff9c76fcc10 + 0x45 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Builder.RouterMiddleware+<Invoke>d__4, Microsoft.AspNetCore.Routing]](<Invoke>d__4 ByRef)), calling (MethodDesc 00007ff9c76fcaa8 + 0 Microsoft.AspNetCore.Builder.RouterMiddleware+<Invoke>d__4.MoveNext())
000000d03327d1c0 00007ff9c773a411 (MethodDesc 00007ff9c76d6178 + 0x9a1 Microsoft.AspNetCore.Server.Kestrel.Internal.Http.FrameResponseHeaders.SetValueFast(System.String, Microsoft.Extensions.Primitives.StringValues)), calling (MethodDesc 00007ff9c76dd1a8 + 0 System.Collections.Generic.Dictionary`2[[System.__Canon, System.Private.CoreLib],[Microsoft.Extensions.Primitives.StringValues, Microsoft.Extensions.Primitives]].Insert(System.__Canon, Microsoft.Extensions.Primitives.StringValues, Boolean))
000000d03327d1f0 00007ff9c769bf69 (MethodDesc 00007ff9c75b38d8 + 0x89 Microsoft.AspNetCore.Builder.RouterMiddleware.Invoke(Microsoft.AspNetCore.Http.HttpContext)), calling (MethodDesc 00007ff9c76fcc10 + 0 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Builder.RouterMiddleware+<Invoke>d__4, Microsoft.AspNetCore.Routing]](<Invoke>d__4 ByRef))
000000d03327d2a0 00007ff9c7738ed8 (MethodDesc 00007ff9c772be78 + 0x68 NWebsec.AspNetCore.Middleware.Middleware.MiddlewareBase+<Invoke>d__2.MoveNext())
000000d03327d2b0 00007ff9c773a522 (MethodDesc 00007ff9c76d45f8 + 0x62 Microsoft.AspNetCore.Server.Kestrel.Internal.Http.FrameHeaders.ValidateHeaderCharacters(Microsoft.Extensions.Primitives.StringValues)), calling (MethodDesc 00007ff9c76d45f8 + 0x6b Microsoft.AspNetCore.Server.Kestrel.Internal.Http.FrameHeaders.ValidateHeaderCharacters(Microsoft.Extensions.Primitives.StringValues))
000000d03327d2c0 00007ffa26850ed9 coreclr!ThreadNative::GetCurrentThread + 0x9, calling coreclr!GetThread
000000d03327d2f0 00007ff9c7738dd5 (MethodDesc 00007ff9c772bfe0 + 0x45 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[NWebsec.AspNetCore.Middleware.Middleware.MiddlewareBase+<Invoke>d__2, NWebsec.AspNetCore.Middleware]](<Invoke>d__2 ByRef)), calling (MethodDesc 00007ff9c772be78 + 0 NWebsec.AspNetCore.Middleware.Middleware.MiddlewareBase+<Invoke>d__2.MoveNext())
000000d03327d310 00007ff9c773a411 (MethodDesc 00007ff9c76d6178 + 0x9a1 Microsoft.AspNetCore.Server.Kestrel.Internal.Http.FrameResponseHeaders.SetValueFast(System.String, Microsoft.Extensions.Primitives.StringValues)), calling (MethodDesc 00007ff9c76dd1a8 + 0 System.Collections.Generic.Dictionary`2[[System.__Canon, System.Private.CoreLib],[Microsoft.Extensions.Primitives.StringValues, Microsoft.Extensions.Primitives]].Insert(System.__Canon, Microsoft.Extensions.Primitives.StringValues, Boolean))
000000d03327d350 00007ff9c7738d63 (MethodDesc 00007ff9c75d0908 + 0x83 NWebsec.AspNetCore.Middleware.Middleware.MiddlewareBase.Invoke(Microsoft.AspNetCore.Http.HttpContext)), calling (MethodDesc 00007ff9c772bfe0 + 0 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[NWebsec.AspNetCore.Middleware.Middleware.MiddlewareBase+<Invoke>d__2, NWebsec.AspNetCore.Middleware]](<Invoke>d__2 ByRef))
000000d03327d370 00007ff9c7696f46 (MethodDesc 00007ff9c76d4380 + 0x16 Microsoft.AspNetCore.Server.Kestrel.Internal.Http.FrameHeaders.Microsoft.AspNetCore.Http.IHeaderDictionary.set_Item(System.String, Microsoft.Extensions.Primitives.StringValues))
000000d03327d3f0 00007ff9c7738ed8 (MethodDesc 00007ff9c772be78 + 0x68 NWebsec.AspNetCore.Middleware.Middleware.MiddlewareBase+<Invoke>d__2.MoveNext())
000000d03327d400 00007ff9c773a522 (MethodDesc 00007ff9c76d45f8 + 0x62 Microsoft.AspNetCore.Server.Kestrel.Internal.Http.FrameHeaders.ValidateHeaderCharacters(Microsoft.Extensions.Primitives.StringValues)), calling (MethodDesc 00007ff9c76d45f8 + 0x6b Microsoft.AspNetCore.Server.Kestrel.Internal.Http.FrameHeaders.ValidateHeaderCharacters(Microsoft.Extensions.Primitives.StringValues))
000000d03327d410 00007ffa26850ed9 coreclr!ThreadNative::GetCurrentThread + 0x9, calling coreclr!GetThread
000000d03327d440 00007ff9c7738dd5 (MethodDesc 00007ff9c772bfe0 + 0x45 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[NWebsec.AspNetCore.Middleware.Middleware.MiddlewareBase+<Invoke>d__2, NWebsec.AspNetCore.Middleware]](<Invoke>d__2 ByRef)), calling (MethodDesc 00007ff9c772be78 + 0 NWebsec.AspNetCore.Middleware.Middleware.MiddlewareBase+<Invoke>d__2.MoveNext())
000000d03327d460 00007ff9c773a411 (MethodDesc 00007ff9c76d6178 + 0x9a1 Microsoft.AspNetCore.Server.Kestrel.Internal.Http.FrameResponseHeaders.SetValueFast(System.String, Microsoft.Extensions.Primitives.StringValues)), calling (MethodDesc 00007ff9c76dd1a8 + 0 System.Collections.Generic.Dictionary`2[[System.__Canon, System.Private.CoreLib],[Microsoft.Extensions.Primitives.StringValues, Microsoft.Extensions.Primitives]].Insert(System.__Canon, Microsoft.Extensions.Primitives.StringValues, Boolean))
000000d03327d4a0 00007ff9c7738d63 (MethodDesc 00007ff9c75d0908 + 0x83 NWebsec.AspNetCore.Middleware.Middleware.MiddlewareBase.Invoke(Microsoft.AspNetCore.Http.HttpContext)), calling (MethodDesc 00007ff9c772bfe0 + 0 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[NWebsec.AspNetCore.Middleware.Middleware.MiddlewareBase+<Invoke>d__2, NWebsec.AspNetCore.Middleware]](<Invoke>d__2 ByRef))
000000d03327d4c0 00007ff9c7696f46 (MethodDesc 00007ff9c76d4380 + 0x16 Microsoft.AspNetCore.Server.Kestrel.Internal.Http.FrameHeaders.Microsoft.AspNetCore.Http.IHeaderDictionary.set_Item(System.String, Microsoft.Extensions.Primitives.StringValues))
000000d03327d540 00007ff9c7738ed8 (MethodDesc 00007ff9c772be78 + 0x68 NWebsec.AspNetCore.Middleware.Middleware.MiddlewareBase+<Invoke>d__2.MoveNext())
000000d03327d550 00007ff9c7669a50 (MethodDesc 00007ff9c759f7e8 + 0x10 Serilog.Extensions.Logging.SerilogLogger.IsEnabled(Microsoft.Extensions.Logging.LogLevel)), calling (MethodDesc 00007ff9c759f850 + 0 Serilog.Extensions.Logging.SerilogLogger.ConvertLevel(Microsoft.Extensions.Logging.LogLevel))
000000d03327d560 00007ffa26850ed9 coreclr!ThreadNative::GetCurrentThread + 0x9, calling coreclr!GetThread
000000d03327d590 00007ff9c7738dd5 (MethodDesc 00007ff9c772bfe0 + 0x45 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[NWebsec.AspNetCore.Middleware.Middleware.MiddlewareBase+<Invoke>d__2, NWebsec.AspNetCore.Middleware]](<Invoke>d__2 ByRef)), calling (MethodDesc 00007ff9c772be78 + 0 NWebsec.AspNetCore.Middleware.Middleware.MiddlewareBase+<Invoke>d__2.MoveNext())
000000d03327d5a0 00007ff9c7738059 (MethodDesc 00007ff9c772a180 + 0x339 Microsoft.AspNetCore.StaticFiles.StaticFileContext.LookupFileInfo())
000000d03327d5f0 00007ff9c7738d63 (MethodDesc 00007ff9c75d0908 + 0x83 NWebsec.AspNetCore.Middleware.Middleware.MiddlewareBase.Invoke(Microsoft.AspNetCore.Http.HttpContext)), calling (MethodDesc 00007ff9c772bfe0 + 0 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[NWebsec.AspNetCore.Middleware.Middleware.MiddlewareBase+<Invoke>d__2, NWebsec.AspNetCore.Middleware]](<Invoke>d__2 ByRef))
000000d03327d690 00007ff9c773746b (MethodDesc 00007ff9c75be980 + 0x21b Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke(Microsoft.AspNetCore.Http.HttpContext))
000000d03327d7a0 00007ff9c7733ae1 (MethodDesc 00007ff9c7723ed8 + 0x2e1 Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1+<Invoke>d__18[[System.__Canon, System.Private.CoreLib]].MoveNext())
000000d03327d810 00007ff9c77329ee (MethodDesc 00007ff9c77242d8 + 0x7e System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1+<Invoke>d__18[[System.__Canon, System.Private.CoreLib]], Microsoft.AspNetCore.Authentication]](<Invoke>d__18<System.__Canon> ByRef))
000000d03327d880 00007ff9c7732939 (MethodDesc 00007ff9c75bde08 + 0xb9 Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1[[System.__Canon, System.Private.CoreLib]].Invoke(Microsoft.AspNetCore.Http.HttpContext)), calling (MethodDesc 00007ff9c77242d8 + 0 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1+<Invoke>d__18[[System.__Canon, System.Private.CoreLib]], Microsoft.AspNetCore.Authentication]](<Invoke>d__18<System.__Canon> ByRef))
000000d03327d940 00007ff9c7733ae1 (MethodDesc 00007ff9c7723ed8 + 0x2e1 Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1+<Invoke>d__18[[System.__Canon, System.Private.CoreLib]].MoveNext())
000000d03327d9b0 00007ff9c77329ee (MethodDesc 00007ff9c77242d8 + 0x7e System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1+<Invoke>d__18[[System.__Canon, System.Private.CoreLib]], Microsoft.AspNetCore.Authentication]](<Invoke>d__18<System.__Canon> ByRef))
000000d03327d9d0 00007ff9c7691eb2 (MethodDesc 00007ff9c76f2bd8 + 0x52 Microsoft.AspNetCore.Server.Kestrel.Internal.Http.Frame.Microsoft.AspNetCore.Http.Features.IFeatureCollection.Get[[System.__Canon, System.Private.CoreLib]]()), calling coreclr!JIT_ChkCastAny
000000d03327da20 00007ff9c7732939 (MethodDesc 00007ff9c75bde08 + 0xb9 Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1[[System.__Canon, System.Private.CoreLib]].Invoke(Microsoft.AspNetCore.Http.HttpContext)), calling (MethodDesc 00007ff9c77242d8 + 0 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1+<Invoke>d__18[[System.__Canon, System.Private.CoreLib]], Microsoft.AspNetCore.Authentication]](<Invoke>d__18<System.__Canon> ByRef))
000000d03327dae0 00007ff9c7733ae1 (MethodDesc 00007ff9c7723ed8 + 0x2e1 Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1+<Invoke>d__18[[System.__Canon, System.Private.CoreLib]].MoveNext())
000000d03327db50 00007ff9c77329ee (MethodDesc 00007ff9c77242d8 + 0x7e System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1+<Invoke>d__18[[System.__Canon, System.Private.CoreLib]], Microsoft.AspNetCore.Authentication]](<Invoke>d__18<System.__Canon> ByRef))
000000d03327db70 00007ffa2685c40b coreclr!RuntimeTypeHandle::GetCorElementType + 0x1b, calling coreclr!MethodTable::GetSignatureCorElementType
000000d03327dbc0 00007ff9c7732939 (MethodDesc 00007ff9c75bde08 + 0xb9 Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1[[System.__Canon, System.Private.CoreLib]].Invoke(Microsoft.AspNetCore.Http.HttpContext)), calling (MethodDesc 00007ff9c77242d8 + 0 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1+<Invoke>d__18[[System.__Canon, System.Private.CoreLib]], Microsoft.AspNetCore.Authentication]](<Invoke>d__18<System.__Canon> ByRef))
000000d03327dbd0 00007ffa1b9f5ae2 (MethodDesc 00007ffa1b6280c0 + 0x12 System.RuntimeTypeHandle.GetTypeChecked()), calling 00007ffa268532c0 (stub for System.Type.op_Equality(System.Type, System.Type))
000000d03327dc80 00007ff9c7733ae1 (MethodDesc 00007ff9c7723ed8 + 0x2e1 Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1+<Invoke>d__18[[System.__Canon, System.Private.CoreLib]].MoveNext())
000000d03327dc90 00007ff9c734b02e (MethodDesc 00007ff9c748faa8 + 0x16e Microsoft.Extensions.Logging.Abstractions.Internal.TypeNameHelper.GetTypeDisplayName(System.Type)), calling 00007ffa26859a30 (stub for System.Type.op_Inequality(System.Type, System.Type))
000000d03327dcf0 00007ff9c77329ee (MethodDesc 00007ff9c77242d8 + 0x7e System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1+<Invoke>d__18[[System.__Canon, System.Private.CoreLib]], Microsoft.AspNetCore.Authentication]](<Invoke>d__18<System.__Canon> ByRef))
000000d03327dd60 00007ff9c7732939 (MethodDesc 00007ff9c75bde08 + 0xb9 Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1[[System.__Canon, System.Private.CoreLib]].Invoke(Microsoft.AspNetCore.Http.HttpContext)), calling (MethodDesc 00007ff9c77242d8 + 0 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1+<Invoke>d__18[[System.__Canon, System.Private.CoreLib]], Microsoft.AspNetCore.Authentication]](<Invoke>d__18<System.__Canon> ByRef))
000000d03327de20 00007ff9c769ddd6 (MethodDesc 00007ff9c76fd848 + 0x2a6 Microsoft.AspNetCore.Session.SessionMiddleware+<Invoke>d__9.MoveNext())
000000d03327deb0 00007ff9c769d695 (MethodDesc 00007ff9c76fd9b0 + 0x45 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Session.SessionMiddleware+<Invoke>d__9, Microsoft.AspNetCore.Session]](<Invoke>d__9 ByRef)), calling (MethodDesc 00007ff9c76fd848 + 0 Microsoft.AspNetCore.Session.SessionMiddleware+<Invoke>d__9.MoveNext())
000000d03327dee0 00007ff9c735b9d0 (MethodDesc 00007ff9c6eaf1c8 + 0x60 Microsoft.Extensions.Logging.Logger.IsEnabled(Microsoft.Extensions.Logging.LogLevel))
000000d03327df10 00007ff9c769d619 (MethodDesc 00007ff9c75b3a88 + 0x89 Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(Microsoft.AspNetCore.Http.HttpContext)), calling (MethodDesc 00007ff9c76fd9b0 + 0 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Session.SessionMiddleware+<Invoke>d__9, Microsoft.AspNetCore.Session]](<Invoke>d__9 ByRef))
000000d03327dfc0 00007ff9c769c649 (MethodDesc 00007ff9c76fcaa8 + 0x1c9 Microsoft.AspNetCore.Builder.RouterMiddleware+<Invoke>d__4.MoveNext())
000000d03327dff0 00007ffa26850ed9 coreclr!ThreadNative::GetCurrentThread + 0x9, calling coreclr!GetThread
000000d03327e020 00007ff9c769bfe5 (MethodDesc 00007ff9c76fcc10 + 0x45 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Builder.RouterMiddleware+<Invoke>d__4, Microsoft.AspNetCore.Routing]](<Invoke>d__4 ByRef)), calling (MethodDesc 00007ff9c76fcaa8 + 0 Microsoft.AspNetCore.Builder.RouterMiddleware+<Invoke>d__4.MoveNext())
000000d03327e080 00007ff9c769bf69 (MethodDesc 00007ff9c75b38d8 + 0x89 Microsoft.AspNetCore.Builder.RouterMiddleware.Invoke(Microsoft.AspNetCore.Http.HttpContext)), calling (MethodDesc 00007ff9c76fcc10 + 0 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Builder.RouterMiddleware+<Invoke>d__4, Microsoft.AspNetCore.Routing]](<Invoke>d__4 ByRef))
000000d03327e130 00007ff9c769b766 (MethodDesc 00007ff9c76fb850 + 0x76 Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware+<Invoke>d__6.MoveNext())
000000d03327e1d0 00007ff9c769b655 (MethodDesc 00007ff9c76fb9c8 + 0x45 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware+<Invoke>d__6, Microsoft.AspNetCore.Diagnostics]](<Invoke>d__6 ByRef)), calling (MethodDesc 00007ff9c76fb850 + 0 Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware+<Invoke>d__6.MoveNext())
000000d03327e1e0 00007ffa1b9f5781 (MethodDesc 00007ffa1b627ec0 + 0x41 System.Globalization.TextInfo.GetCaseInsensitiveHashCode(System.String, Boolean, Int64)), calling 00007ffa2683b280 (stub for System.Globalization.TextInfo.InternalGetCaseInsHash(IntPtr, IntPtr, System.String, System.String, Boolean, Int64))
000000d03327e230 00007ff9c769b5df (MethodDesc 00007ff9c75b1d50 + 0x8f Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.Invoke(Microsoft.AspNetCore.Http.HttpContext)), calling (MethodDesc 00007ff9c76fb9c8 + 0 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware+<Invoke>d__6, Microsoft.AspNetCore.Diagnostics]](<Invoke>d__6 ByRef))
000000d03327e250 00007ffa1bbc6a4e (MethodDesc 00007ffa1b658980 + 0x4e System.Collections.Generic.List`1[[System.Collections.Generic.KeyValuePair`2[[System.__Canon, System.Private.CoreLib],[System.__Canon, System.Private.CoreLib]], System.Private.CoreLib]].Add(System.Collections.Generic.KeyValuePair`2<System.__Canon,System.__Canon>)), calling coreclr!JIT_ByRefWriteBarrier
000000d03327e2f0 00007ff9c769b0ca (MethodDesc 00007ff9c76fab50 + 0xba Microsoft.AspNetCore.Diagnostics.StatusCodePagesMiddleware+<Invoke>d__3.MoveNext())
000000d03327e300 00007ffa1b9f5781 (MethodDesc 00007ffa1b627ec0 + 0x41 System.Globalization.TextInfo.GetCaseInsensitiveHashCode(System.String, Boolean, Int64)), calling 00007ffa2683b280 (stub for System.Globalization.TextInfo.InternalGetCaseInsHash(IntPtr, IntPtr, System.String, System.String, Boolean, Int64))
000000d03327e360 00007ff9c769af75 (MethodDesc 00007ff9c76facb8 + 0x45 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Diagnostics.StatusCodePagesMiddleware+<Invoke>d__3, Microsoft.AspNetCore.Diagnostics]](<Invoke>d__3 ByRef)), calling (MethodDesc 00007ff9c76fab50 + 0 Microsoft.AspNetCore.Diagnostics.StatusCodePagesMiddleware+<Invoke>d__3.MoveNext())
000000d03327e3c0 00007ff9c769aef9 (MethodDesc 00007ff9c75b1440 + 0x89 Microsoft.AspNetCore.Diagnostics.StatusCodePagesMiddleware.Invoke(Microsoft.AspNetCore.Http.HttpContext)), calling (MethodDesc 00007ff9c76facb8 + 0 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Diagnostics.StatusCodePagesMiddleware+<Invoke>d__3, Microsoft.AspNetCore.Diagnostics]](<Invoke>d__3 ByRef))
000000d03327e3e0 00007ff9c769a7b8 (MethodDesc 00007ff9c7484158 + 0x88 Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware.UpdateUser(Microsoft.AspNetCore.Http.HttpContext)), calling (MethodDesc 00007ff9c75f5d90 + 0 Microsoft.Extensions.Primitives.StringValues.IsNullOrEmpty(Microsoft.Extensions.Primitives.StringValues))
000000d03327e470 00007ff9c7699cf5 (MethodDesc 00007ff9c76f7610 + 0x3c5 Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware+<Invoke>d__8.MoveNext())
000000d03327e560 00007ff9c76996a5 (MethodDesc 00007ff9c76f7778 + 0x45 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware+<Invoke>d__8, Microsoft.AspNetCore.Server.IISIntegration]](<Invoke>d__8 ByRef)), calling (MethodDesc 00007ff9c76f7610 + 0 Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware+<Invoke>d__8.MoveNext())
000000d03327e5c0 00007ff9c7699629 (MethodDesc 00007ff9c7484148 + 0x89 Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware.Invoke(Microsoft.AspNetCore.Http.HttpContext)), calling (MethodDesc 00007ff9c76f7778 + 0 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware+<Invoke>d__8, Microsoft.AspNetCore.Server.IISIntegration]](<Invoke>d__8 ByRef))
000000d03327e670 00007ff9c7691bf5 (MethodDesc 00007ff9c76f2710 + 0x205 Microsoft.AspNetCore.Hosting.Internal.RequestServicesContainerMiddleware+<Invoke>d__3.MoveNext())
000000d03327e690 00007ffa26850ed9 coreclr!ThreadNative::GetCurrentThread + 0x9, calling coreclr!GetThread
000000d03327e6c0 00007ff9c7691955 (MethodDesc 00007ff9c76f2878 + 0x45 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Hosting.Internal.RequestServicesContainerMiddleware+<Invoke>d__3, Microsoft.AspNetCore.Hosting]](<Invoke>d__3 ByRef)), calling (MethodDesc 00007ff9c76f2710 + 0 Microsoft.AspNetCore.Hosting.Internal.RequestServicesContainerMiddleware+<Invoke>d__3.MoveNext())
000000d03327e6d0 00007ff9c735b9d0 (MethodDesc 00007ff9c6eaf1c8 + 0x60 Microsoft.Extensions.Logging.Logger.IsEnabled(Microsoft.Extensions.Logging.LogLevel))
000000d03327e720 00007ff9c76918d9 (MethodDesc 00007ff9c7483ac8 + 0x89 Microsoft.AspNetCore.Hosting.Internal.RequestServicesContainerMiddleware.Invoke(Microsoft.AspNetCore.Http.HttpContext)), calling (MethodDesc 00007ff9c76f2878 + 0 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Hosting.Internal.RequestServicesContainerMiddleware+<Invoke>d__3, Microsoft.AspNetCore.Hosting]](<Invoke>d__3 ByRef))
000000d03327e730 00007ff9c769174e (MethodDesc 00007ff9c6ef29f0 + 0x2e Microsoft.AspNetCore.Hosting.Internal.HostingLoggerExtensions.RequestStarting(Microsoft.Extensions.Logging.ILogger, Microsoft.AspNetCore.Http.HttpContext))
000000d03327e7d0 00007ff9c7691832 (MethodDesc 00007ff9c76a7630 + 0x12 Microsoft.AspNetCore.Hosting.Internal.HostingApplication.ProcessRequestAsync(Context))
000000d03327e800 00007ff9c7683bde (MethodDesc 00007ff9c76d7d78 + 0x63e Microsoft.AspNetCore.Server.Kestrel.Internal.Http.Frame`1+<RequestProcessingAsync>d__2[[Microsoft.AspNetCore.Hosting.Internal.HostingApplication+Context, Microsoft.AspNetCore.Hosting]].MoveNext())
000000d03327e900 00007ff9c76823d5 (MethodDesc 00007ff9c76d81a0 + 0x45 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Server.Kestrel.Internal.Http.Frame`1+<RequestProcessingAsync>d__2[[Microsoft.AspNetCore.Hosting.Internal.HostingApplication+Context, Microsoft.AspNetCore.Hosting]], Microsoft.AspNetCore.Server.Kestrel]](<RequestProcessingAsync>d__2<Context> ByRef)), calling (MethodDesc 00007ff9c76d7d78 + 0 Microsoft.AspNetCore.Server.Kestrel.Internal.Http.Frame`1+<RequestProcessingAsync>d__2[[Microsoft.AspNetCore.Hosting.Internal.HostingApplication+Context, Microsoft.AspNetCore.Hosting]].MoveNext())
000000d03327e960 00007ff9c76822ed (MethodDesc 00007ff9c76d3010 + 0x8d Microsoft.AspNetCore.Server.Kestrel.Internal.Http.Frame`1[[Microsoft.AspNetCore.Hosting.Internal.HostingApplication+Context, Microsoft.AspNetCore.Hosting]].RequestProcessingAsync()), calling (MethodDesc 00007ff9c76d81a0 + 0 System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.AspNetCore.Server.Kestrel.Internal.Http.Frame`1+<RequestProcessingAsync>d__2[[Microsoft.AspNetCore.Hosting.Internal.HostingApplication+Context, Microsoft.AspNetCore.Hosting]], Microsoft.AspNetCore.Server.Kestrel]](<RequestProcessingAsync>d__2<Context> ByRef))
000000d03327ea50 00007ffa1bab76b5 (MethodDesc 00007ffa1b642250 + 0x95 System.Threading.Tasks.Task`1[[System.__Canon, System.Private.CoreLib]].InnerInvoke())
000000d03327eaa0 00007ffa1ba85a26 (MethodDesc 00007ffa1b63b040 + 0x46 System.Threading.Tasks.Task.Execute())
000000d03327eab0 00007ffa1ba860e4 (MethodDesc 00007ffa1b63b0d0 + 0x14 System.Threading.Tasks.Task.ExecutionContextCallback(System.Object)), calling coreclr!JIT_IsInstanceOfClass
000000d03327eae0 00007ffa1ba216ee (MethodDesc 00007ffa1b62e8b8 + 0x6e System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object))
000000d03327eb00 00007ffa267d8055 coreclr!JIT_InitPInvokeFrame + 0x15, calling coreclr!GetThread
000000d03327eb50 00007ffa1ba85f93 (MethodDesc 00007ffa1b63b0c0 + 0x223 System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef)), calling (MethodDesc 00007ffa1b62e8b8 + 0 System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object))
000000d03327eb88 00007ffa1bb16c48 (MethodDesc 00007ffa1b5bd4f8 + 0x68 DomainNeutralILStubClass.IL_STUB_PInvoke())
000000d03327ec00 00007ffa1ba85d2f (MethodDesc 00007ffa1b63b0b0 + 0x9f System.Threading.Tasks.Task.ExecuteEntry(Boolean)), calling (MethodDesc 00007ffa1b63b0c0 + 0 System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef))
000000d03327ec40 00007ffa1bae66bc (MethodDesc 00007ffa1b646fd0 + 0x1bc System.Threading.ThreadPoolWorkQueue.Dispatch())
000000d03327ece0 00007ffa2687cb13 coreclr!CallDescrWorkerInternal + 0x83
000000d03327ece8 00007ffa267ee5f1 coreclr!MethodDescCallSite::CallTargetWorker + 0x89, calling coreclr!_chkstk
000000d03327ed20 00007ffa267ee6b6 coreclr!MethodDescCallSite::CallTargetWorker + 0x14e, calling coreclr!CallDescrWorkerWithHandler
000000d03327ed60 00007ffa267ee82d coreclr!ArgIteratorTemplate<ArgIteratorBase>::ComputeReturnFlags + 0x25, calling coreclr!MetaSig::GetReturnTypeNormalized
000000d03327ed90 00007ffa267ee5f1 coreclr!MethodDescCallSite::CallTargetWorker + 0x89, calling coreclr!_chkstk
000000d03327edf0 00007ffa267ee8ea coreclr!ArgIteratorTemplate<ArgIteratorBase>::ForceSigWalk + 0x1a, calling coreclr!ArgIteratorTemplate<ArgIteratorBase>::GetNextOffset
000000d03327ee50 00007ffa267ed5c8 coreclr!QueueUserWorkItemManagedCallback + 0x38, calling coreclr!MethodDescCallSite::CallTargetWorker
000000d03327ee70 00007ffa26a334a9 coreclr!AppDomainTimerCallback_Worker + 0x29, calling coreclr!MethodDescCallSite::CallTargetWorker
000000d03327ef40 00007ffa267ed86f coreclr!QueueUserWorkItemManagedCallback + 0x2df
000000d03327ef50 00007ffa267f131e coreclr!GCCoop::GCCoop + 0xe, calling coreclr!GetThread
000000d03327ef60 00007ffa267ed86f coreclr!QueueUserWorkItemManagedCallback + 0x2df
000000d03327ef70 00007ffa267f131e coreclr!GCCoop::GCCoop + 0xe, calling coreclr!GetThread
000000d03327ef80 00007ffa267ed7c4 coreclr!QueueUserWorkItemManagedCallback + 0x234, calling coreclr!QueueUserWorkItemManagedCallback + 0x29c
000000d03327efa0 00007ffa267ed81d coreclr!QueueUserWorkItemManagedCallback + 0x28d, calling coreclr!CLRException::HandlerState::CleanupTry
000000d03327efb0 00007ffa4cc07d24 ucrtbase!sin + 0x444, calling ucrtbase!_remainder_piby2_fma3_bdl
000000d03327f000 00007ffa2680e279 coreclr!EEHeapAllocInProcessHeap + 0x29, calling ntdll!RtlAllocateHeap
000000d03327f070 00007ffa2678107a coreclr!Frame::Push + 0xe, calling coreclr!GetThread
000000d03327f0d0 00007ffa267ed6f1 coreclr!QueueUserWorkItemManagedCallback + 0x161, calling coreclr!QueueUserWorkItemManagedCallback + 0x1c8
000000d03327f0f0 00007ffa267ed74c coreclr!QueueUserWorkItemManagedCallback + 0x1bc, calling coreclr!Frame::Pop
000000d03327f180 00007ffa267ed60b coreclr!QueueUserWorkItemManagedCallback + 0x7b, calling coreclr!QueueUserWorkItemManagedCallback + 0xd8
000000d03327f1e0 00007ffa2678632e coreclr!ManagedPerAppDomainTPCount::DispatchWorkItem + 0x8e, calling coreclr!QueueUserWorkItemManagedCallback + 0x4c
000000d03327f210 00007ffa26863ae3 coreclr!CLRSemaphore::Wait + 0x73, calling coreclr!CLRException::HandlerState::CleanupTry
000000d03327f240 00007ffa268e02ca coreclr!WinMDInternalImportRO::Release + 0x5a14a, calling coreclr!ThreadpoolMgr::MaybeAddWorkingWorker
000000d03327f250 00007ffa267830fa coreclr!Thread::InternalReset + 0xc6, calling coreclr!Thread::SetBackground
000000d03327f2d0 00007ffa267937ea coreclr!ThreadpoolMgr::UnfairSemaphore::Wait + 0x126, calling coreclr!CLRSemaphore::Wait
000000d03327f2f0 00007ffa26786486 coreclr!GCHeap::IsGCInProgress + 0x36
000000d03327f320 00007ffa26785f58 coreclr!ThreadpoolMgr::WorkerThreadStart + 0x188
000000d03327f350 00007ffa268049f9 coreclr!EEHeapFreeInProcessHeap + 0x29, calling kernel32!HeapFreeStub
000000d03327f380 00007ffa26777beb coreclr!operator delete + 0x33
000000d03327f3c0 00007ffa26786efb coreclr!Thread::intermediateThreadProc + 0x8b
000000d03327f510 00007ffa50688f98 ntdll!RtlpLowFragHeapAllocFromContext + 0x378, calling ntdll!memset
000000d03327f520 00007ffa50688f98 ntdll!RtlpLowFragHeapAllocFromContext + 0x378, calling ntdll!memset
000000d03327f530 00007ffa4d5be178 KERNELBASE!ConsoleCallServer + 0x3c, calling KERNELBASE!ConsoleCallServerGeneric
000000d03327f540 00007ffa50688f98 ntdll!RtlpLowFragHeapAllocFromContext + 0x378, calling ntdll!memset
000000d03327f5e0 00007ffa50687a68 ntdll!RtlpAllocateHeapInternal + 0xf8, calling ntdll!RtlpLowFragHeapAllocFromContext
000000d03327f6a0 00007ffa3a0a8988 libuv!__crt_seh_guarded_call<void>::operator()<<lambda_fb3a7dec4e47f37f22dae91bb15c9095>,<lambda_698284760c8add0bfb0756c19673e34b> & __ptr64,<lambda_dfb8eca1e75fef3034a8fb18dd509707> > + 0x284, calling libuv!_acrt_add_locale_ref
000000d03327f6d0 00007ffa3a0a86b6 libuv!__crt_seh_guarded_call<void>::operator()<<lambda_5e887d1dcbef67a5eb4283622ba103bf>,<lambda_4466841279450cc726390878d4a41900> & __ptr64,<lambda_341c25c0346d94847f1f3c463c57e077> > + 0x3a, calling libuv!_acrt_unlock
000000d03327f6e0 00007ffa42f42355 version!DllMain + 0x35, calling kernel32!TlsSetValueStub
000000d03327f710 00007ffa506b0800 ntdll!RtlSetLastWin32Error + 0x40, calling ntdll!_security_check_cookie
000000d03327f730 00007ffa2e61837a Microsoft_DiaSymReader_Native_amd64!_vcrt_FlsSetValue + 0x4a
000000d03327f760 00007ffa2e617bd9 Microsoft_DiaSymReader_Native_amd64!_vcrt_getptd_noexit + 0xa5, calling kernel32!SetLastErrorStub
000000d03327f790 00007ffa2e617409 Microsoft_DiaSymReader_Native_amd64!_vcrt_thread_attach + 0x9, calling Microsoft_DiaSymReader_Native_amd64!_vcrt_getptd_noexit
000000d03327f7c0 00007ffa2e614b36 Microsoft_DiaSymReader_Native_amd64!_scrt_dllmain_crt_thread_attach + 0x16, calling Microsoft_DiaSymReader_Native_amd64!TMEQTS::IsTMEQTS
000000d03327f7d0 00007ffa5067a296 ntdll!RtlDeactivateActivationContextUnsafeFast + 0xf6, calling ntdll!_security_check_cookie
000000d03327f7e0 00007ffa4d82b05b crypt32!DllMain + 0x57, calling crypt32!guard_dispatch_icall_nop
000000d03327f7f0 00007ffa2e614559 Microsoft_DiaSymReader_Native_amd64!dllmain_crt_dispatch + 0x2d, calling Microsoft_DiaSymReader_Native_amd64!_scrt_dllmain_crt_thread_attach
000000d03327f800 00007ffa50677e53 ntdll!RtlActivateActivationContextUnsafeFast + 0x93, calling ntdll!_security_check_cookie
000000d03327f820 00007ffa2e6147a0 Microsoft_DiaSymReader_Native_amd64!dllmain_dispatch + 0x74, calling Microsoft_DiaSymReader_Native_amd64!DllMain
000000d03327f860 00007ffa50657874 ntdll!LdrpCallTlsInitializers + 0x3c, calling ntdll!RtlReleaseSRWLockShared
000000d03327f880 00007ffa5067a35f ntdll!LdrpCallInitRoutine + 0x4b
000000d03327f8a0 00007ffa5065fd30 ntdll!LdrpReleaseLoaderLock + 0x20, calling ntdll!RtlLeaveCriticalSection
000000d03327f8b0 00007ffa506cbab4 ntdll!LdrpDropLastInProgressCount + 0x38, calling ntdll!RtlLeaveCriticalSection
000000d03327f8e0 00007ffa50677d6a ntdll!LdrpInitializeThread + 0x20a, calling ntdll!LdrpDropLastInProgressCount
000000d03327f950 00007ffa50677cac ntdll!LdrpInitializeThread + 0x14c, calling ntdll!RtlActivateActivationContextUnsafeFast
000000d03327f958 00007ffa50677cdb ntdll!LdrpInitializeThread + 0x17b, calling ntdll!RtlDeactivateActivationContextUnsafeFast
000000d03327f9a0 00007ffa50677d35 ntdll!LdrpInitializeThread + 0x1d5, calling ntdll!RtlActivateActivationContextUnsafeFast
000000d03327f9a8 00007ffa50677d52 ntdll!LdrpInitializeThread + 0x1f2, calling ntdll!RtlDeactivateActivationContextUnsafeFast
000000d03327f9d0 00007ffa506ca092 ntdll!_LdrpInitialize + 0x8e, calling ntdll!NtTestAlert
000000d03327fa50 00007ffa506c9fb8 ntdll!LdrInitializeThunk + 0x18, calling ntdll!NtContinue
000000d03327fec0 00007ffa26786ed6 coreclr!Thread::intermediateThreadProc + 0x66, calling coreclr!_chkstk
000000d03327ff00 00007ffa4ebf8364 kernel32!BaseThreadInitThunk + 0x14, calling kernel32!guard_dispatch_icall_nop
000000d03327ff30 00007ffa506b70d1 ntdll!RtlUserThreadStart + 0x21, calling ntdll!guard_dispatch_icall_nop
RussKeldorph commented 6 years ago

Apologies for the lack of response, but I suspect we would need more information to reproduce the issue and investigate. If this is still an issue, feel free to reopen if you can provide repro details.