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

System.Text.RegularExpressions.Tests - Fatal error. Internal CLR error. (0x80131506) #101409

Closed
jozkee opened this issue Apr 23, 2024 · 11 comments
Closed
Labels
area-VM-coreclr Known Build Error Use this to report build issues in the .NET Helix tab
Milestone

Comments

@jozkee
Copy link
Member

jozkee commented Apr 23, 2024

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=652467
Build error leg or test failing: System.Text.RegularExpressions.Tests.WorkItemExecution
Pull request: #101308

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage":"coreclr!GcInfoDecoder::EnumerateLiveSlots + 3994",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=652467
Error message validated: [coreclr!GcInfoDecoder::EnumerateLiveSlots + 3994]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 4/26/2024 4:28:09 AM UTC

Report

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0
@jozkee jozkee added blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab labels Apr 23, 2024
@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Apr 23, 2024
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Apr 23, 2024
@jozkee
Copy link
Member Author

jozkee commented Apr 23, 2024

Console log, in case it gets deleted.

Console log: 'System.Text.RegularExpressions.Tests' from job f2a6be1d-d381-4f35-978a-4f67a42cf83c workitem 20b4963f-3c95-4aec-93ff-85df770cc35a (windows.amd64.server2022.open.rt) executed on machine a000KNE running Windows-10-10.0.20348-SP0

C:\h\w\B4F009B0\w\ACD609B2\e>set _NT_SYMBOL_PATH=C:\h\w\B4F009B0\p;C:\h\w\B4F009B0\p\PDB;C:\h\w\B4F009B0\p\shared\Microsoft.NETCore.App\9.0.0 

C:\h\w\B4F009B0\w\ACD609B2\e>C:\h\w\B4F009B0\p\dotnet C:\h\w\B4F009B0\p\sos\tools\net6.0\any\dotnet-sos.dll install --architecture x64 
Installing SOS to C:\Users\runner\.dotnet\sos
Installing over existing installation...
Creating installation directory...
Copying files from C:\h\w\B4F009B0\p\sos\tools\net6.0\any\win-x64
Copying files from C:\h\w\B4F009B0\p\sos\tools\net6.0\any\lib
Execute '.load C:\Users\runner\.dotnet\sos\sos.dll' to load SOS in your Windows debugger.
Cleaning up...
SOS install succeeded

C:\h\w\B4F009B0\w\ACD609B2\e>taskkill.exe /f /im corerun.exe 
ERROR: The process "corerun.exe" not found.

C:\h\w\B4F009B0\w\ACD609B2\e>set __TestArchitecture=x64 

C:\h\w\B4F009B0\w\ACD609B2\e>call RunTests.cmd --runtime-path C:\h\w\B4F009B0\p 
========================= Begin custom configuration settings ==============================
set __IsXUnitLogCheckerSupported=1
========================== End custom configuration settings ===============================
----- start Mon 04/22/2024 21:27:53.16 ===============  To repro directly: =====================================================
pushd C:\h\w\B4F009B0\w\ACD609B2\e\
"C:\h\w\B4F009B0\p\dotnet.exe" exec --runtimeconfig System.Text.RegularExpressions.Tests.runtimeconfig.json --depsfile System.Text.RegularExpressions.Tests.deps.json xunit.console.dll System.Text.RegularExpressions.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing 
popd
===========================================================================================================

C:\h\w\B4F009B0\w\ACD609B2\e>"C:\h\w\B4F009B0\p\dotnet.exe" exec --runtimeconfig System.Text.RegularExpressions.Tests.runtimeconfig.json --depsfile System.Text.RegularExpressions.Tests.deps.json xunit.console.dll System.Text.RegularExpressions.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing  
  Discovering: System.Text.RegularExpressions.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.Text.RegularExpressions.Tests (found 330 of 358 test cases)
  Starting:    System.Text.RegularExpressions.Tests (parallel test collections = on [2 threads], stop on fail = off)
Fatal error. Internal CLR error. (0x80131506)
   at System.Collections.Generic.SortedSet`1[[System.Collections.Generic.KeyValuePair`2[[System.Int32, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.CodeAnalysis.CSharp.NullableWalker+Snapshot, Microsoft.CodeAnalysis.CSharp, Version=4.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].AddIfNotPresent(System.Collections.Generic.KeyValuePair`2<Int32,Snapshot>)
   at System.Collections.Generic.TreeSet`1[[System.Collections.Generic.KeyValuePair`2[[System.Int32, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.CodeAnalysis.CSharp.NullableWalker+Snapshot, Microsoft.CodeAnalysis.CSharp, Version=4.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].AddIfNotPresent(System.Collections.Generic.KeyValuePair`2<Int32,Snapshot>)
   at System.Collections.Generic.SortedSet`1[[System.Collections.Generic.KeyValuePair`2[[System.Int32, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.CodeAnalysis.CSharp.NullableWalker+Snapshot, Microsoft.CodeAnalysis.CSharp, Version=4.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].Add(System.Collections.Generic.KeyValuePair`2<Int32,Snapshot>)
   at System.Collections.Generic.SortedDictionary`2[[System.Int32, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.CodeAnalysis.CSharp.NullableWalker+Snapshot, Microsoft.CodeAnalysis.CSharp, Version=4.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]].set_Item(Int32, Snapshot)
   at Microsoft.CodeAnalysis.CSharp.NullableWalker.VisitStatementsWithLocalFunctions(Microsoft.CodeAnalysis.CSharp.BoundBlock)
   at Microsoft.CodeAnalysis.CSharp.NullableWalker.VisitBlock(Microsoft.CodeAnalysis.CSharp.BoundBlock)
   at Microsoft.CodeAnalysis.CSharp.NullableWalker.VisitStatementsWithLocalFunctions(Microsoft.CodeAnalysis.CSharp.BoundBlock)
   at Microsoft.CodeAnalysis.CSharp.NullableWalker.VisitBlock(Microsoft.CodeAnalysis.CSharp.BoundBlock)
   at Microsoft.CodeAnalysis.CSharp.NullableWalker.VisitStatementsWithLocalFunctions(Microsoft.CodeAnalysis.CSharp.BoundBlock)
   at Microsoft.CodeAnalysis.CSharp.NullableWalker.VisitBlock(Microsoft.CodeAnalysis.CSharp.BoundBlock)
   at Microsoft.CodeAnalysis.CSharp.AbstractFlowPass`2[[Microsoft.CodeAnalysis.CSharp.NullableWalker+LocalState, Microsoft.CodeAnalysis.CSharp, Version=4.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35],[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].VisitMethodBodies(Microsoft.CodeAnalysis.CSharp.BoundBlock, Microsoft.CodeAnalysis.CSharp.BoundBlock)
   at Microsoft.CodeAnalysis.CSharp.AbstractFlowPass`2[[Microsoft.CodeAnalysis.CSharp.NullableWalker+LocalState, Microsoft.CodeAnalysis.CSharp, Version=4.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35],[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].VisitNonConstructorMethodBody(Microsoft.CodeAnalysis.CSharp.BoundNonConstructorMethodBody)
   at Microsoft.CodeAnalysis.CSharp.NullableWalker.Scan(Boolean ByRef)
   at Microsoft.CodeAnalysis.CSharp.NullableWalker.Analyze(Microsoft.CodeAnalysis.CSharp.NullableWalker, Microsoft.CodeAnalysis.CSharp.Symbol, Microsoft.CodeAnalysis.DiagnosticBag, Microsoft.CodeAnalysis.Optional`1<LocalState>, Builder, Boolean)
   at Microsoft.CodeAnalysis.CSharp.NullableWalker.Analyze(Microsoft.CodeAnalysis.CSharp.CSharpCompilation, Microsoft.CodeAnalysis.CSharp.Symbol, Microsoft.CodeAnalysis.CSharp.BoundNode, Microsoft.CodeAnalysis.CSharp.Binder, Microsoft.CodeAnalysis.CSharp.Conversions, Microsoft.CodeAnalysis.DiagnosticBag, Boolean, Boolean, Boolean, Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol, VariableState, Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol, Builder<Microsoft.CodeAnalysis.CSharp.BoundExpression,System.ValueTuple`2<Microsoft.CodeAnalysis.NullabilityInfo,Microsoft.CodeAnalysis.CSharp.Symbols.TypeSymbol>>, Builder, Microsoft.CodeAnalysis.PooledObjects.ArrayBuilder`1<System.ValueTuple`2<Microsoft.CodeAnalysis.CSharp.BoundReturnStatement,Microsoft.CodeAnalysis.CSharp.Symbols.TypeWithAnnotations>>, Boolean, VariableState ByRef, Boolean)
   at Microsoft.CodeAnalysis.CSharp.NullableWalker.AnalyzeWithSemanticInfo(Microsoft.CodeAnalysis.CSharp.CSharpCompilation, Microsoft.CodeAnalysis.CSharp.Symbol, Microsoft.CodeAnalysis.CSharp.BoundNode, Microsoft.CodeAnalysis.CSharp.Binder, VariableState, Microsoft.CodeAnalysis.DiagnosticBag, Boolean, Boolean)
   at Microsoft.CodeAnalysis.CSharp.MethodCompiler.BindMethodBody(Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol, Microsoft.CodeAnalysis.CSharp.TypeCompilationState, Microsoft.CodeAnalysis.CSharp.BindingDiagnosticBag, Boolean, Microsoft.CodeAnalysis.CSharp.BoundNode, Boolean, Microsoft.CodeAnalysis.CSharp.ImportChain ByRef, Boolean ByRef, Boolean ByRef, InitialState ByRef)
   at Microsoft.CodeAnalysis.CSharp.MethodCompiler.CompileMethod(Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol, Int32, ProcessedFieldInitializers ByRef, Microsoft.CodeAnalysis.CSharp.SynthesizedSubmissionFields, Microsoft.CodeAnalysis.CSharp.TypeCompilationState)
   at Microsoft.CodeAnalysis.CSharp.MethodCompiler.CompileNamedType(Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol)
   at Microsoft.CodeAnalysis.CSharp.MethodCompiler+<>c__DisplayClass25_0.<CompileNamedTypeAsync>b__0()
   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.WorkerDoWork(System.Threading.PortableThreadPool, Boolean ByRef)
   at System.Threading.PortableThreadPool+WorkerThread.WorkerThreadStart()
   at System.Threading.Thread+StartHelper.RunWorker()
   at System.Threading.Thread+StartHelper.Run()
   at System.Threading.Thread.StartCallback()
----- end Mon 04/22/2024 21:29:28.16 ----- exit code -1073741819 ----------------------------------------------------------
----- start ===============  XUnitLogChecker Output =====================================================
C:\h\w\B4F009B0\p\dotnet.exe --roll-forward Major C:\h\w\B4F009B0\p\XUnitLogChecker.dll --dumps-path C:\cores
[XUnitLogChecker]: 21:29:28.47: Only dumps checking will be done.
[XUnitLogChecker]: 21:29:28.64: Checking for dumps...
[XUnitLogChecker]: 21:29:28.65: Reading crash dump 'C:\cores\dotnet.exe.8112.dmp'...
[XUnitLogChecker]: 21:29:28.66: Stack Trace Found:

Invoking: C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\cdb.exe -c "$<C:\h\w\B4F009B0\t\tmpnkzktv.tmp" -z "C:\cores\dotnet.exe.8112.dmp"
stdout: 
Microsoft (R) Windows Debugger Version 10.0.18362.1 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.


Loading Dump File [C:\cores\dotnet.exe.8112.dmp]
User Mini Dump File with Full Memory: Only application data is available

Error: Change all symbol paths attempts to access 'C:\h\w\B4F009B0\p\PDB' failed: 0x2 - The system cannot find the file specified.

************* Path validation summary **************
Response                         Time (ms)     Location
OK                                             C:\h\w\B4F009B0\p
Error                                          C:\h\w\B4F009B0\p\PDB
OK                                             C:\h\w\B4F009B0\p\shared\Microsoft.NETCore.App\9.0.0
Symbol search path is: C:\h\w\B4F009B0\p;C:\h\w\B4F009B0\p\PDB;C:\h\w\B4F009B0\p\shared\Microsoft.NETCore.App\9.0.0
Executable search path is: 
Windows 10 Version 20348 MP (2 procs) Free x64
Product: Server, suite: TerminalServer DataCenter SingleUserTS
20348.1.amd64fre.fe_release.210507-1500
Machine Name:
Debug session time: Mon Apr 22 21:29:24.000 2024 (UTC + 0:00)
System Uptime: 0 days 2:43:24.301
Process Uptime: 0 days 0:01:31.000
................................................................
................................................................
.....................

************* Symbol Loading Error Summary **************
Module name            Error
ntdll                  The system cannot find the file specified

You can troubleshoot most symbol related issues by turning on symbol loading diagnostics (!sym noisy) and repeating the command that caused symbols to be loaded.
You should also verify that your symbol search path (.sympath) is correct.
This dump file has an exception of interest stored in it.
The stored exception information can be accessed via .ecxr.
(1fb0.113c): Access violation - code c0000005 (first/second chance not available)
For analysis of this file, run !analyze -v
*** WARNING: Unable to verify checksum for coreclr.dll
coreclr!BitStreamReader::ReadOneFast+0x2a [inlined in coreclr!GcInfoDecoder::EnumerateLiveSlots+0xf9a]:
00007ffc`bf01a0ea 4c8b00          mov     r8,qword ptr [rax] ds:00007ffc`d3540000=????????????????
0:007> cdb: Reading initial command '$<C:\h\w\B4F009B0\t\tmpnkzktv.tmp'
0:007> .load C:\Users\runner\.dotnet\sos\sos.dll
0:007> ~*k

   0  Id: 1fb0.1714 Suspend: 0 Teb: 00000097`c9cb4000 Unfrozen
Child-SP          RetAddr           Call Site
00000097`c9f7d4a8 00007ffc`de93436c ntdll!NtWaitForMultipleObjects+0x14
00000097`c9f7d4b0 00007ffc`befb66d1 KERNELBASE!WaitForMultipleObjectsEx+0xec
00000097`c9f7d7a0 00007ffc`befb63d6 coreclr!Thread::DoAppropriateAptStateWait+0x59
00000097`c9f7d7e0 00007ffc`befb6208 coreclr!Thread::DoAppropriateWaitWorker+0x17e
00000097`c9f7d8d0 00007ffc`befb5d7b coreclr!Thread::DoAppropriateWait+0xb0
00000097`c9f7d970 00007ffc`6231b756 coreclr!WaitHandleNative::CorWaitOneNative+0xcb
00000097`c9f7db00 0000028a`5f5a7ec0 0x00007ffc`6231b756
00000097`c9f7db08 00000097`ffffffff 0x0000028a`5f5a7ec0
00000097`c9f7db10 0000028a`5c021748 0x00000097`ffffffff
00000097`c9f7db18 00007ffc`62563243 0x0000028a`5c021748
00000097`c9f7db20 00000097`c9f7db00 0x00007ffc`62563243
00000097`c9f7db28 00000000`000003f8 0x00000097`c9f7db00
00000097`c9f7db30 00000000`00000000 0x3f8

   1  Id: 1fb0.1ccc Suspend: 0 Teb: 00000097`c9cba000 Unfrozen
Child-SP          RetAddr           Call Site
00000097`ca3ff6f8 00007ffc`de93436c ntdll!NtWaitForMultipleObjects+0x14
00000097`ca3ff700 00007ffc`de93426e KERNELBASE!WaitForMultipleObjectsEx+0xec
00000097`ca3ff9f0 00007ffc`bf08f37a KERNELBASE!WaitForMultipleObjects+0xe
00000097`ca3ffa30 00007ffc`bf08f2e2 coreclr!ds_ipc_poll+0x7e
00000097`ca3ffcb0 00007ffc`bf08f1a4 coreclr!ds_ipc_stream_factory_get_next_available_stream+0x12a
00000097`ca3ffd80 00007ffc`dfde4cb0 coreclr!server_thread+0x54
00000097`ca3ffdf0 00007ffc`e0e3e8ab kernel32!BaseThreadInitThunk+0x10
00000097`ca3ffe20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b

   2  Id: 1fb0.614 Suspend: 0 Teb: 00000097`c9cbc000 Unfrozen
Child-SP          RetAddr           Call Site
00000097`ca57fa08 00007ffc`de93436c ntdll!NtWaitForMultipleObjects+0x14
00000097`ca57fa10 00007ffc`bef8252c KERNELBASE!WaitForMultipleObjectsEx+0xec
00000097`ca57fd00 00007ffc`bef816ac coreclr!DebuggerRCThread::MainLoop+0xe8
00000097`ca57fdc0 00007ffc`bef8154b coreclr!DebuggerRCThread::ThreadProc+0xe0
00000097`ca57fe20 00007ffc`dfde4cb0 coreclr!DebuggerRCThread::ThreadProcStatic+0x5b
00000097`ca57fe50 00007ffc`e0e3e8ab kernel32!BaseThreadInitThunk+0x10
00000097`ca57fe80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b

   3  Id: 1fb0.1128 Suspend: 0 Teb: 00000097`c9cbe000 Unfrozen
Child-SP          RetAddr           Call Site
00000097`ca6ff678 00007ffc`de90d76e ntdll!ZwWaitForSingleObject+0x14
00000097`ca6ff680 00007ffc`befd7a90 KERNELBASE!WaitForSingleObjectEx+0x8e
(Inline Function) --------`-------- coreclr!CLREventWaitHelper2+0x6
00000097`ca6ff720 00007ffc`befd5fc1 coreclr!CLREventWaitHelper+0x20
(Inline Function) --------`-------- coreclr!CLREventBase::WaitEx+0x10
(Inline Function) --------`-------- coreclr!CLREventBase::Wait+0x10
00000097`ca6ff780 00007ffc`befd5e62 coreclr!FinalizerThread::WaitForFinalizerEvent+0x21
00000097`ca6ff7c0 00007ffc`befd8b90 coreclr!FinalizerThread::FinalizerThreadWorker+0x52
(Inline Function) --------`-------- coreclr!ManagedThreadBase_DispatchInner+0xd
00000097`ca6ffa10 00007ffc`befd8aa3 coreclr!ManagedThreadBase_DispatchMiddle+0x88
00000097`ca6ffb20 00007ffc`bf08b9b1 coreclr!ManagedThreadBase_DispatchOuter+0xab
(Inline Function) --------`-------- coreclr!ManagedThreadBase_NoADTransition+0x28
(Inline Function) --------`-------- coreclr!ManagedThreadBase::FinalizerBase+0x28
00000097`ca6ffbc0 00007ffc`dfde4cb0 coreclr!FinalizerThread::FinalizerThreadStart+0x91
00000097`ca6ffcd0 00007ffc`e0e3e8ab kernel32!BaseThreadInitThunk+0x10
00000097`ca6ffd00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b

   4  Id: 1fb0.18ac Suspend: 0 Teb: 00000097`c9cc0000 Unfrozen
Child-SP          RetAddr           Call Site
00000097`ca87ed48 00007ffc`de90d76e ntdll!ZwWaitForSingleObject+0x14
00000097`ca87ed50 00007ffc`bf0cf230 KERNELBASE!WaitForSingleObjectEx+0x8e
(Inline Function) --------`-------- coreclr!GCEvent::Impl::Wait+0xf
(Inline Function) --------`-------- coreclr!GCEvent::Wait+0x16
00000097`ca87edf0 00007ffc`bf05f826 coreclr!WKS::GCHeap::WaitUntilGCComplete+0x30
00000097`ca87ee20 00007ffc`bef929bb coreclr!Thread::RareDisablePreemptiveGC+0xca
(Inline Function) --------`-------- coreclr!Thread::DisablePreemptiveGC+0x19
(Inline Function) --------`-------- coreclr!GCHolderBase::EnterInternalCoop+0x2d
(Inline Function) --------`-------- coreclr!GCCoop::{ctor}+0x4d
00000097`ca87eec0 00007ffc`bef90433 coreclr!UnsafeJitFunction+0x99b
00000097`ca87f430 00007ffc`bef9029e coreclr!MethodDesc::JitCompileCodeLocked+0xef
00000097`ca87f580 00007ffc`bef8ff70 coreclr!MethodDesc::JitCompileCodeLockedEventWrapper+0x172
00000097`ca87f710 00007ffc`bef8f7bf coreclr!MethodDesc::JitCompileCode+0x2b0
00000097`ca87f7c0 00007ffc`befe96ba coreclr!MethodDesc::PrepareILBasedCode+0xc3
(Inline Function) --------`-------- coreclr!MethodDesc::PrepareCode+0x10
00000097`ca87f850 00007ffc`befe8f47 coreclr!TieredCompilationManager::CompileCodeVersion+0xce
(Inline Function) --------`-------- coreclr!TieredCompilationManager::OptimizeMethod+0x22
00000097`ca87f990 00007ffc`bf0b0c86 coreclr!TieredCompilationManager::DoBackgroundWork+0x1a7
00000097`ca87fb80 00007ffc`bf0b0b6b coreclr!TieredCompilationManager::BackgroundWorkerStart+0xda
00000097`ca87fbe0 00007ffc`befd8b90 coreclr!TieredCompilationManager::BackgroundWorkerBootstrapper1+0x5b
(Inline Function) --------`-------- coreclr!ManagedThreadBase_DispatchInner+0xd
00000097`ca87fc20 00007ffc`befd8aa3 coreclr!ManagedThreadBase_DispatchMiddle+0x88
00000097`ca87fd30 00007ffc`bf0ddb6a coreclr!ManagedThreadBase_DispatchOuter+0xab
(Inline Function) --------`-------- coreclr!ManagedThreadBase_FullTransition+0x24
(Inline Function) --------`-------- coreclr!ManagedThreadBase::KickOff+0x24
00000097`ca87fdd0 00007ffc`dfde4cb0 coreclr!TieredCompilationManager::BackgroundWorkerBootstrapper0+0x3a
00000097`ca87fe20 00007ffc`e0e3e8ab kernel32!BaseThreadInitThunk+0x10
00000097`ca87fe50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b

   5  Id: 1fb0.6a4 Suspend: 0 Teb: 00000097`c9cc8000 Unfrozen
Child-SP          RetAddr           Call Site
00000097`ca9fe918 00007ffc`de93436c ntdll!NtWaitForMultipleObjects+0x14
00000097`ca9fe920 00007ffc`befb66d1 KERNELBASE!WaitForMultipleObjectsEx+0xec
00000097`ca9fec10 00007ffc`befb63d6 coreclr!Thread::DoAppropriateAptStateWait+0x59
00000097`ca9fec50 00007ffc`befb6208 coreclr!Thread::DoAppropriateWaitWorker+0x17e
00000097`ca9fed40 00007ffc`befb5d7b coreclr!Thread::DoAppropriateWait+0xb0
00000097`ca9fede0 00007ffc`d425f4f1 coreclr!WaitHandleNative::CorWaitOneNative+0xcb
00000097`ca9fef70 00000097`ca9fef50 0x00007ffc`d425f4f1
00000097`ca9fef78 00000000`ffffffff 0x00000097`ca9fef50
00000097`ca9fef80 00000000`ffffffff 0xffffffff
00000097`ca9fef88 00000000`00000000 0xffffffff

   6  Id: 1fb0.1234 Suspend: 0 Teb: 00000097`c9cca000 Unfrozen
Child-SP          RetAddr           Call Site
00000097`cab7ea58 00007ffc`de93436c ntdll!NtWaitForMultipleObjects+0x14
00000097`cab7ea60 00007ffc`befb66d1 KERNELBASE!WaitForMultipleObjectsEx+0xec
00000097`cab7ed50 00007ffc`befb63d6 coreclr!Thread::DoAppropriateAptStateWait+0x59
00000097`cab7ed90 00007ffc`befb6208 coreclr!Thread::DoAppropriateWaitWorker+0x17e
00000097`cab7ee80 00007ffc`befb5d7b coreclr!Thread::DoAppropriateWait+0xb0
00000097`cab7ef20 00007ffc`d425f4f1 coreclr!WaitHandleNative::CorWaitOneNative+0xcb
00000097`cab7f0b0 00000097`cab7f090 0x00007ffc`d425f4f1
00000097`cab7f0b8 00000000`00002ee0 0x00000097`cab7f090
00000097`cab7f0c0 00000000`00002ee0 0x2ee0
00000097`cab7f0c8 00007ffc`e0e05983 0x2ee0
00000097`cab7f0d0 00007ffc`d5cc8ce0 ntdll!RtlGetSystemTimePrecise+0x53
00000097`cab7f120 00000016`d1608506 0x00007ffc`d5cc8ce0
00000097`cab7f128 00000097`cab7f178 0x00000016`d1608506
00000097`cab7f130 00000097`cab7f190 0x00000097`cab7f178
00000097`cab7f138 00000097`cab7f710 0x00000097`cab7f190
00000097`cab7f140 00000097`00000000 0x00000097`cab7f710
00000097`cab7f148 00007ffc`d35d8c9c 0x00000097`00000000
00000097`cab7f150 00000097`cab7f680 0x00007ffc`d35d8c9c
00000097`cab7f158 00007ffc`623756f8 0x00000097`cab7f680
00000097`cab7f160 0000028a`5c0d19b8 0x00007ffc`623756f8
00000097`cab7f168 00007ffc`00002ee0 0x0000028a`5c0d19b8
00000097`cab7f170 00000097`cab7f260 0x00007ffc`00002ee0
00000097`cab7f178 01da94fc`2301c91c 0x00000097`cab7f260
00000097`cab7f180 00000097`00000002 0x01da94fc`2301c91c
00000097`cab7f188 0000028a`5c0d19b8 0x00000097`00000002
00000097`cab7f190 00000097`cab7f260 0x0000028a`5c0d19b8
00000097`cab7f198 00007ffc`623753c8 0x00000097`cab7f260
00000097`cab7f1a0 0000028a`5c0d0ad0 0x00007ffc`623753c8
00000097`cab7f1a8 00000000`00002ee0 0x0000028a`5c0d0ad0
00000097`cab7f1b0 00000000`7ffe4000 0x2ee0
00000097`cab7f1b8 0000028a`5c0e3883 0x7ffe4000
00000097`cab7f1c0 40c77000`00000000 0x0000028a`5c0e3883
00000097`cab7f1c8 40c77000`00000000 0x40c77000`00000000
00000097`cab7f1d0 40c77000`00000000 0x40c77000`00000000
00000097`cab7f1d8 0000028a`5c0d0ad0 0x40c77000`00000000
00000097`cab7f1e0 0000028a`5c0d0ad0 0x0000028a`5c0d0ad0
00000097`cab7f1e8 40c77000`00000000 0x0000028a`5c0d0ad0
00000097`cab7f1f0 00000000`000003e0 0x40c77000`00000000
00000097`cab7f1f8 0000028a`5c0d0ad0 0x3e0
00000097`cab7f200 0000028a`5c0d0ad0 0x0000028a`5c0d0ad0
00000097`cab7f208 00000000`0016cada 0x0000028a`5c0d0ad0
00000097`cab7f210 48dc6313`4578c91c 0x16cada
00000097`cab7f218 00000000`47868c00 0x48dc6313`4578c91c
00000097`cab7f220 00002ee0`00000000 0x47868c00
00000097`cab7f228 00007ffc`5f579140 0x00002ee0`00000000
00000097`cab7f230 00000097`cab7f710 0x00007ffc`5f579140
00000097`cab7f238 00000097`cab7f680 0x00000097`cab7f710
00000097`cab7f240 00000097`cab7f2b0 0x00000097`cab7f680
00000097`cab7f248 00000000`00000000 0x00000097`cab7f2b0

#  7  Id: 1fb0.113c Suspend: 0 Teb: 00000097`c9ccc000 Unfrozen
Child-SP          RetAddr           Call Site
(Inline Function) --------`-------- coreclr!BitStreamReader::ReadOneFast+0x2a
00000097`cacfa510 00007ffc`bf0190ac coreclr!GcInfoDecoder::EnumerateLiveSlots+0xf9a
00000097`cacfa970 00007ffc`bf08abf4 coreclr!EECodeManager::EnumGcRefs+0x39c
00000097`cacfab10 00007ffc`befc721b coreclr!GcStackCrawlCallBack+0x264
(Inline Function) --------`-------- coreclr!Thread::MakeStackwalkerCallback+0x50
00000097`cacfbd00 00007ffc`bf014d0a coreclr!Thread::StackWalkFramesEx+0xef
00000097`cacfc0e0 00007ffc`bf014b63 coreclr!Thread::StackWalkFrames+0xba
00000097`cacfd1f0 00007ffc`bf0145b5 coreclr!ScanStackRoots+0x73
00000097`cacfd260 00007ffc`befff55e coreclr!GCToEEInterface::GcScanRoots+0xad
(Inline Function) --------`-------- coreclr!GCScan::GcScanRoots+0x19
00000097`cacfd2a0 00007ffc`bf05ca06 coreclr!WKS::gc_heap::mark_phase+0x37e
00000097`cacfd380 00007ffc`bf05b1d6 coreclr!WKS::gc_heap::gc1+0xba
00000097`cacfd420 00007ffc`bf05ea91 coreclr!WKS::gc_heap::garbage_collect+0x406
00000097`cacfd470 00007ffc`bf0db7ca coreclr!WKS::GCHeap::GarbageCollectGeneration+0x141
00000097`cacfd4c0 00007ffc`bf1207ee coreclr!WKS::gc_heap::trigger_gc_for_alloc+0x26
00000097`cacfd4f0 00007ffc`bf0ca919 coreclr!WKS::gc_heap::try_allocate_more_space+0x55eae
00000097`cacfd550 00007ffc`bf062328 coreclr!WKS::gc_heap::allocate_more_space+0x31
(Inline Function) --------`-------- coreclr!WKS::gc_heap::allocate+0x5a
00000097`cacfd580 00007ffc`befe576c coreclr!WKS::GCHeap::Alloc+0x88
(Inline Function) --------`-------- coreclr!Alloc+0xb6
(Inline Function) --------`-------- coreclr!AllocateObject+0x128
(Inline Function) --------`-------- coreclr!AllocateObject+0x12e
00000097`cacfd5c0 00007ffc`640d96f8 coreclr!JIT_New+0x20c
00000097`cacfd840 00007ffc`644fb0b0 0x00007ffc`640d96f8
00000097`cacfd848 0000028a`813cd0a8 0x00007ffc`644fb0b0
00000097`cacfd850 00000000`0000002c 0x0000028a`813cd0a8
00000097`cacfd858 0000028a`813ff890 0x2c
00000097`cacfd860 0000028a`813ff580 0x0000028a`813ff890
00000097`cacfd868 00000000`00000000 0x0000028a`813ff580

   8  Id: 1fb0.1378 Suspend: 0 Teb: 00000097`c9cce000 Unfrozen
Child-SP          RetAddr           Call Site
00000097`c9b7f108 00007ffc`de93436c ntdll!NtWaitForMultipleObjects+0x14
00000097`c9b7f110 00007ffc`befb66d1 KERNELBASE!WaitForMultipleObjectsEx+0xec
00000097`c9b7f400 00007ffc`befb63d6 coreclr!Thread::DoAppropriateAptStateWait+0x59
00000097`c9b7f440 00007ffc`befb6208 coreclr!Thread::DoAppropriateWaitWorker+0x17e
00000097`c9b7f530 00007ffc`befb5d7b coreclr!Thread::DoAppropriateWait+0xb0
00000097`c9b7f5d0 00007ffc`d425f4f1 coreclr!WaitHandleNative::CorWaitOneNative+0xcb
00000097`c9b7f760 00000000`00000000 0x00007ffc`d425f4f1

   9  Id: 1fb0.1d88 Suspend: 0 Teb: 00000097`c9cd0000 Unfrozen
Child-SP          RetAddr           Call Site
00000097`cae7ce88 00007ffc`de93436c ntdll!NtWaitForMultipleObjects+0x14
00000097`cae7ce90 00007ffc`befb66d1 KERNELBASE!WaitForMultipleObjectsEx+0xec
00000097`cae7d180 00007ffc`befb63d6 coreclr!Thread::DoAppropriateAptStateWait+0x59
00000097`cae7d1c0 00007ffc`befb6208 coreclr!Thread::DoAppropriateWaitWorker+0x17e
00000097`cae7d2b0 00007ffc`befd770f coreclr!Thread::DoAppropriateWait+0xb0
(Inline Function) --------`-------- coreclr!CLREventBase::WaitEx+0x3a
(Inline Function) --------`-------- coreclr!CLREventBase::Wait+0x45
(Inline Function) --------`-------- coreclr!Thread::Wait+0x45
(Inline Function) --------`-------- coreclr!Thread::Block+0x4d
00000097`cae7d350 00007ffc`befd7299 coreclr!SyncBlock::Wait+0x1cb
(Inline Function) --------`-------- coreclr!ObjHeader::Wait+0x2b
(Inline Function) --------`-------- coreclr!Object::Wait+0x2b
00000097`cae7d470 00007ffc`d2e9ec08 coreclr!Monitor_Wait+0x79
00000097`cae7d4f0 00000000`ffffffff 0x00007ffc`d2e9ec08
00000097`cae7d4f8 00000000`00000000 0xffffffff

  10  Id: 1fb0.1b30 Suspend: 0 Teb: 00000097`c9cd2000 Unfrozen
Child-SP          RetAddr           Call Site
00000097`caff7e78 00007ffc`de90d76e ntdll!ZwWaitForSingleObject+0x14
00000097`caff7e80 00007ffc`bf0cf230 KERNELBASE!WaitForSingleObjectEx+0x8e
(Inline Function) --------`-------- coreclr!GCEvent::Impl::Wait+0xf
(Inline Function) --------`-------- coreclr!GCEvent::Wait+0x16
00000097`caff7f20 00007ffc`bf05f826 coreclr!WKS::GCHeap::WaitUntilGCComplete+0x30
00000097`caff7f50 00007ffc`bf0da1c0 coreclr!Thread::RareDisablePreemptiveGC+0xca
00000097`caff7ff0 00007ffc`bf0e6734 coreclr!JIT_RareDisableHelperWorker+0x60
00000097`caff8130 00007ffc`d2894d0e coreclr!JIT_RareDisableHelper+0x14
00000097`caff8170 00000097`caff8198 0x00007ffc`d2894d0e
00000097`caff8178 00000000`00000000 0x00000097`caff8198

  11  Id: 1fb0.1360 Suspend: 0 Teb: 00000097`c9cd6000 Unfrozen
Child-SP          RetAddr           Call Site
00000097`cb2ff088 00007ffc`de937713 ntdll!ZwRemoveIoCompletion+0x14
00000097`cb2ff090 00007ffc`d3751961 KERNELBASE!GetQueuedCompletionStatus+0x53
00000097`cb2ff0f0 00000000`00000000 0x00007ffc`d3751961

  12  Id: 1fb0.1e50 Suspend: 0 Teb: 00000097`c9cda000 Unfrozen
Child-SP          RetAddr           Call Site
00000097`cb5ff828 00007ffc`e0dcb77f ntdll!ZwWaitForWorkViaWorkerFactory+0x14
00000097`cb5ff830 00007ffc`dfde4cb0 ntdll!RtlInitializeResource+0x96f
00000097`cb5ffb20 00007ffc`e0e3e8ab kernel32!BaseThreadInitThunk+0x10
00000097`cb5ffb50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b

  13  Id: 1fb0.1348 Suspend: 0 Teb: 00000097`c9cdc000 Unfrozen
Child-SP          RetAddr           Call Site
00000097`cb77f638 00007ffc`de937713 ntdll!ZwRemoveIoCompletion+0x14
00000097`cb77f640 00007ffc`d3751961 KERNELBASE!GetQueuedCompletionStatus+0x53
00000097`cb77f6a0 00000000`00000000 0x00007ffc`d3751961

  14  Id: 1fb0.1b10 Suspend: 0 Teb: 00000097`c9cde000 Unfrozen
Child-SP          RetAddr           Call Site
00000097`cb8ff6b8 00007ffc`de937713 ntdll!ZwRemoveIoCompletion+0x14
00000097`cb8ff6c0 00007ffc`d3751961 KERNELBASE!GetQueuedCompletionStatus+0x53
00000097`cb8ff720 00000000`00000000 0x00007ffc`d3751961

  15  Id: 1fb0.19d4 Suspend: 0 Teb: 00000097`c9ce0000 Unfrozen
Child-SP          RetAddr           Call Site
00000097`cba7b958 00007ffc`de90d76e ntdll!ZwWaitForSingleObject+0x14
00000097`cba7b960 00007ffc`bf0cf230 KERNELBASE!WaitForSingleObjectEx+0x8e
(Inline Function) --------`-------- coreclr!GCEvent::Impl::Wait+0xf
(Inline Function) --------`-------- coreclr!GCEvent::Wait+0x16
00000097`cba7ba00 00007ffc`bf05f826 coreclr!WKS::GCHeap::WaitUntilGCComplete+0x30
00000097`cba7ba30 00007ffc`bf0067d9 coreclr!Thread::RareDisablePreemptiveGC+0xca
(Inline Function) --------`-------- coreclr!Thread::DisablePreemptiveGC+0x19
00000097`cba7bad0 00007ffc`bf006820 coreclr!Thread::PulseGCMode+0x41
00000097`cba7bb00 00007ffc`bf0069fd coreclr!CommonTripThread+0x40
00000097`cba7bb30 00007ffc`bf0121ef coreclr!OnHijackWorker+0x8d
00000097`cba7bb90 00007ffc`bf01205c coreclr!CLRVectoredExceptionHandler+0x157
00000097`cba7bc50 00007ffc`e0e3baa2 coreclr!CLRVectoredExceptionHandlerShim+0x13c
00000097`cba7bca0 00007ffc`e0df1662 ntdll!LdrGetDllHandleByName+0x2e2
00000097`cba7bd40 00007ffc`e0e0f6d1 ntdll!RtlVirtualUnwind2+0x152
00000097`cba7bf80 00007ffc`e0e64264 ntdll!RtlRaiseException+0x1f1
00000097`cba7c760 00007ffc`e0e6422f ntdll!RtlRaiseExceptionForReturnAddressHijack+0x34
00000097`cba7c840 0000028a`81180238 ntdll!RtlGetCurrentProcessorNumberEx+0x6f
00000097`cba7c848 0000028a`8027d058 0x0000028a`81180238
00000097`cba7c850 0000028a`5c3adbb8 0x0000028a`8027d058
00000097`cba7c858 00007ffc`63bf3668 0x0000028a`5c3adbb8
00000097`cba7c860 0000028a`00000001 0x00007ffc`63bf3668
00000097`cba7c868 00000000`00000001 0x0000028a`00000001
00000097`cba7c870 00007ffc`602ec180 0x1
00000097`cba7c878 00000097`cba7c910 0x00007ffc`602ec180
00000097`cba7c880 0000028a`81189f70 0x00000097`cba7c910
00000097`cba7c888 0000028a`8117f768 0x0000028a`81189f70
00000097`cba7c890 0000028a`8117f7a8 0x0000028a`8117f768
00000097`cba7c898 00007ffc`6616a721 0x0000028a`8117f7a8
00000097`cba7c8a0 00000097`cba7c8d0 0x00007ffc`6616a721
00000097`cba7c8a8 00007ffc`606adc20 0x00000097`cba7c8d0
00000097`cba7c8b0 00000097`cba7c910 0x00007ffc`606adc20
00000097`cba7c8b8 0000028a`5c5f93a8 0x00000097`cba7c910
00000097`cba7c8c0 00007ffc`602ec180 0x0000028a`5c5f93a8
00000097`cba7c8c8 00007ffc`65588033 0x00007ffc`602ec180
00000097`cba7c8d0 0000028a`5c3adba0 0x00007ffc`65588033
00000097`cba7c8d8 00000000`00000000 0x0000028a`5c3adba0

  16  Id: 1fb0.1980 Suspend: 0 Teb: 00000097`c9ce2000 Unfrozen
Child-SP          RetAddr           Call Site
00000097`cbbff0c8 00007ffc`de937713 ntdll!ZwRemoveIoCompletion+0x14
00000097`cbbff0d0 00007ffc`d3751961 KERNELBASE!GetQueuedCompletionStatus+0x53
00000097`cbbff130 00000000`00000000 0x00007ffc`d3751961

  17  Id: 1fb0.1e68 Suspend: 0 Teb: 00000097`c9ce4000 Unfrozen
Child-SP          RetAddr           Call Site
00000097`cbd7e3d8 00007ffc`de90d76e ntdll!ZwWaitForSingleObject+0x14
00000097`cbd7e3e0 00007ffc`bf05e810 KERNELBASE!WaitForSingleObjectEx+0x8e
(Inline Function) --------`-------- coreclr!GCEvent::Impl::Wait+0xc
(Inline Function) --------`-------- coreclr!GCEvent::Wait+0x13
00000097`cbd7e480 00007ffc`bf120737 coreclr!WKS::gc_heap::wait_for_gc_done+0x48
00000097`cbd7e4b0 00007ffc`bf0ca919 coreclr!WKS::gc_heap::try_allocate_more_space+0x55df7
00000097`cbd7e510 00007ffc`bf062328 coreclr!WKS::gc_heap::allocate_more_space+0x31
(Inline Function) --------`-------- coreclr!WKS::gc_heap::allocate+0x5a
00000097`cbd7e540 00007ffc`befe576c coreclr!WKS::GCHeap::Alloc+0x88
(Inline Function) --------`-------- coreclr!Alloc+0xb6
(Inline Function) --------`-------- coreclr!AllocateObject+0x128
(Inline Function) --------`-------- coreclr!AllocateObject+0x12e
00000097`cbd7e580 00007ffc`66219ca8 coreclr!JIT_New+0x20c
00000097`cbd7e800 00007ffc`6435dc08 0x00007ffc`66219ca8
00000097`cbd7e808 0000028a`813ff010 0x00007ffc`6435dc08
00000097`cbd7e810 0000028a`5c5c8fb8 0x0000028a`813ff010
00000097`cbd7e818 00000000`00000000 0x0000028a`5c5c8fb8

  18  Id: 1fb0.192c Suspend: 0 Teb: 00000097`c9ce6000 Unfrozen
Child-SP          RetAddr           Call Site
00000097`cb17f698 00007ffc`de90d76e ntdll!ZwWaitForSingleObject+0x14
00000097`cb17f6a0 00007ffc`bf0e105e KERNELBASE!WaitForSingleObjectEx+0x8e
(Inline Function) --------`-------- coreclr!GCEvent::Impl::Wait+0xe
(Inline Function) --------`-------- coreclr!GCEvent::Wait+0x15
00000097`cb17f740 00007ffc`bf0fadc1 coreclr!WKS::gc_heap::bgc_thread_function+0x46
00000097`cb17f770 00007ffc`dfde4cb0 coreclr!<lambda_396fd4a7ec8bcb2ee3c4b4f50bd5797b>::operator()+0xa1
00000097`cb17f7a0 00007ffc`e0e3e8ab kernel32!BaseThreadInitThunk+0x10
00000097`cb17f7d0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b
0:007> !clrstack -f -all
OS Thread Id: 0x1714
        Child SP               IP Call Site
00000097C9F7D4A8 00007FFCE0E5FFA4 ntdll!NtWaitForMultipleObjects + 20
00000097C9F7D4B0 00007FFCDE93436C KERNELBASE!WaitForMultipleObjectsEx + 236
00000097C9F7D7A0 00007FFCBEFB66D1 coreclr!Thread::DoAppropriateAptStateWait + 89
00000097C9F7D7E0 00007FFCBEFB63D6 coreclr!Thread::DoAppropriateWaitWorker + 382
00000097C9F7D8D0 00007FFCBEFB6208 coreclr!Thread::DoAppropriateWait + 176
00000097C9F7D970 00007FFCBEFB5D7B coreclr!WaitHandleNative::CorWaitOneNative + 203
00000097C9F7D9E8                  [HelperMethodFrame: 00000097c9f7d9e8] System.Private.CoreLib.dll!System.Threading.WaitHandle.WaitOneCore(IntPtr, Int32, Boolean)
00000097C9F7DB00 00007FFC6231B756 System.Private.CoreLib.dll!System.Threading.WaitHandle.WaitOneNoCheck(Int32, Boolean, System.Object, WaitHandleWaitSourceMap) + -1911831754
00000097C9F7DB08 0000028A5F5A7EC0 
00000097C9F7DB10 00000097FFFFFFFF 
00000097C9F7DB18 0000028A5C021748 
00000097C9F7DB20 00007FFC62563243 
00000097C9F7DB28 00000097C9F7DB00 
00000097C9F7DB30 00000000000003F8 
00000097C9F7DB80 00007FFC5FBBFDAA xunit.console.dll!Xunit.ConsoleClient.ConsoleRunner.ExecuteAssembly(System.Object, Xunit.XunitProjectAssembly, Boolean, Boolean, System.Nullable`1<Boolean>, System.Nullable`1<Int32>, Boolean, Boolean, System.Nullable`1<Xunit.AppDomainSupport>, Boolean, Boolean, Xunit.XunitFilters, Boolean) + 2634
00000097C9F7DD20 00007FFC5FBB1B03 xunit.console.dll!Xunit.ConsoleClient.ConsoleRunner.RunProject(Xunit.XunitProject, Boolean, System.Nullable`1<Boolean>, System.Nullable`1<Boolean>, System.Nullable`1<Int32>, Boolean, Boolean, System.Nullable`1<Xunit.AppDomainSupport>, Boolean, Boolean, Boolean) + 1923
00000097C9F7E050 00007FFC5FB70516 xunit.console.dll!Xunit.ConsoleClient.ConsoleRunner.EntryPoint(System.String[]) + 1350
00000097C9F7E200 00007FFC5F596EC9 xunit.console.dll!Xunit.ConsoleClient.Program.Main(System.String[]) + 233
OS Thread Id: 0x1128
        Child SP               IP Call Site
00000097CA6FF678 00007FFCE0E5F4D4 ntdll!ZwWaitForSingleObject + 20
00000097CA6FF680 00007FFCDE90D76E KERNELBASE!WaitForSingleObjectEx + 142
00000097CA6FF720 00007FFCBEFD7A90 coreclr!CLREventWaitHelper + 32
00000097CA6FF780 00007FFCBEFD5FC1 coreclr!FinalizerThread::WaitForFinalizerEvent + 33
00000097CA6FF7C0 00007FFCBEFD5E62 coreclr!FinalizerThread::FinalizerThreadWorker + 82
00000097CA6FFA10 00007FFCBEFD8B90 coreclr!ManagedThreadBase_DispatchMiddle + 136
00000097CA6FFB20 00007FFCBEFD8AA3 coreclr!ManagedThreadBase_DispatchOuter + 171
00000097CA6FFB60                  [DebuggerU2MCatchHandlerFrame: 00000097ca6ffb60] 
00000097CA6FFBC0 00007FFCBF08B9B1 coreclr!FinalizerThread::FinalizerThreadStart + 145
00000097CA6FFCD0 00007FFCDFDE4CB0 kernel32!BaseThreadInitThunk + 16
00000097CA6FFD00 00007FFCE0E3E8AB ntdll!RtlUserThreadStart + 43
OS Thread Id: 0x18ac
        Child SP               IP Call Site
00000097CA87ED48 00007FFCE0E5F4D4 ntdll!ZwWaitForSingleObject + 20
00000097CA87ED50 00007FFCDE90D76E KERNELBASE!WaitForSingleObjectEx + 142
00000097CA87EDF0 00007FFCBF0CF230 coreclr!WKS::GCHeap::WaitUntilGCComplete + 48
00000097CA87EE20 00007FFCBF05F826 coreclr!Thread::RareDisablePreemptiveGC + 202
00000097CA87EEC0 00007FFCBEF929BB coreclr!UnsafeJitFunction + 2459
00000097CA87F430 00007FFCBEF90433 coreclr!MethodDesc::JitCompileCodeLocked + 239
00000097CA87F580 00007FFCBEF9029E coreclr!MethodDesc::JitCompileCodeLockedEventWrapper + 370
00000097CA87F710 00007FFCBEF8FF70 coreclr!MethodDesc::JitCompileCode + 688
00000097CA87F7C0 00007FFCBEF8F7BF coreclr!MethodDesc::PrepareILBasedCode + 195
00000097CA87F850 00007FFCBEFE96BA coreclr!TieredCompilationManager::CompileCodeVersion + 206
00000097CA87F990 00007FFCBEFE8F47 coreclr!TieredCompilationManager::DoBackgroundWork + 423
00000097CA87FB80 00007FFCBF0B0C86 coreclr!TieredCompilationManager::BackgroundWorkerStart + 218
00000097CA87FBE0 00007FFCBF0B0B6B coreclr!TieredCompilationManager::BackgroundWorkerBootstrapper1 + 91
00000097CA87FC20 00007FFCBEFD8B90 coreclr!ManagedThreadBase_DispatchMiddle + 136
00000097CA87FD30 00007FFCBEFD8AA3 coreclr!ManagedThreadBase_DispatchOuter + 171
00000097CA87FD70                  [DebuggerU2MCatchHandlerFrame: 00000097ca87fd70] 
00000097CA87FDD0 00007FFCBF0DDB6A coreclr!TieredCompilationManager::BackgroundWorkerBootstrapper0 + 58
00000097CA87FE20 00007FFCDFDE4CB0 kernel32!BaseThreadInitThunk + 16
00000097CA87FE50 00007FFCE0E3E8AB ntdll!RtlUserThreadStart + 43
OS Thread Id: 0x6a4
        Child SP               IP Call Site
00000097CA9FE918 00007FFCE0E5FFA4 ntdll!NtWaitForMultipleObjects + 20
00000097CA9FE920 00007FFCDE93436C KERNELBASE!WaitForMultipleObjectsEx + 236
00000097CA9FEC10 00007FFCBEFB66D1 coreclr!Thread::DoAppropriateAptStateWait + 89
00000097CA9FEC50 00007FFCBEFB63D6 coreclr!Thread::DoAppropriateWaitWorker + 382
00000097CA9FED40 00007FFCBEFB6208 coreclr!Thread::DoAppropriateWait + 176
00000097CA9FEDE0 00007FFCBEFB5D7B coreclr!WaitHandleNative::CorWaitOneNative + 203
00000097CA9FEE58                  [HelperMethodFrame: 00000097ca9fee58] System.Private.CoreLib.dll!System.Threading.WaitHandle.WaitOneCore(IntPtr, Int32, Boolean)
00000097CA9FEF70 00007FFCD425F4F1 System.Private.CoreLib.dll!System.Threading.WaitHandle.WaitOneNoCheck(Int32, Boolean, System.Object, WaitHandleWaitSourceMap) + 209
00000097CA9FEF78 00000097CA9FEF50 
00000097CA9FEF80 00000000FFFFFFFF 
00000097CA9FEF88 00000000FFFFFFFF 
00000097CA9FEFE0 00007FFCD4129CF7 xunit.execution.dotnet.dll!Xunit.Sdk.MessageBus.ReporterWorker() + 1910558135
00000097CA9FF0A0 00007FFC6231C262 xunit.execution.dotnet.dll!Xunit.Sdk.XunitWorkerThread+<>c.<QueueUserWorkItem>b__5_0(System.Object) + 82
00000097CA9FF0F0 00007FFC6231C1EB System.Private.CoreLib.dll!System.Threading.Tasks.Task.InnerInvoke() + -1884588229
00000097CA9FF130 00007FFC6231C142 System.Private.CoreLib.dll!System.Threading.Tasks.Task+<>c.<.cctor>b__292_0(System.Object) + -1884588334
00000097CA9FF170 00007FFC6231C049 System.Private.CoreLib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) + -1890570663
00000097CA9FF1F0 00007FFC6231BD0A System.Private.CoreLib.dll!System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef, System.Threading.Thread) + -1884588422
00000097CA9FF2E0 00007FFC6231BA45 System.Private.CoreLib.dll!System.Threading.Tasks.Task.ExecuteEntryUnsafe(System.Threading.Thread) + -1884588907
00000097CA9FF320 00007FFC6231B9AD System.Private.CoreLib.dll!System.Threading.Tasks.ThreadPoolTaskScheduler+<>c.<.cctor>b__10_0(System.Object) + 61
00000097CA9FF360 00007FFC6231B8AC System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.RunWorker() + 172
00000097CA9FF3B0 00007FFC6231B5FB System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.Run() + 139
00000097CA9FF3F0 00007FFC6231B546 System.Private.CoreLib.dll!System.Threading.Thread.StartCallback() + 54
00000097CA9FF6B0                  [DebuggerU2MCatchHandlerFrame: 00000097ca9ff6b0] 
OS Thread Id: 0x1234
        Child SP               IP Call Site
00000097CAB7EA58 00007FFCE0E5FFA4 ntdll!NtWaitForMultipleObjects + 20
00000097CAB7EA60 00007FFCDE93436C KERNELBASE!WaitForMultipleObjectsEx + 236
00000097CAB7ED50 00007FFCBEFB66D1 coreclr!Thread::DoAppropriateAptStateWait + 89
00000097CAB7ED90 00007FFCBEFB63D6 coreclr!Thread::DoAppropriateWaitWorker + 382
00000097CAB7EE80 00007FFCBEFB6208 coreclr!Thread::DoAppropriateWait + 176
00000097CAB7EF20 00007FFCBEFB5D7B coreclr!WaitHandleNative::CorWaitOneNative + 203
00000097CAB7EF98                  [HelperMethodFrame: 00000097cab7ef98] System.Private.CoreLib.dll!System.Threading.WaitHandle.WaitOneCore(IntPtr, Int32, Boolean)
00000097CAB7F0B0 00007FFCD425F4F1 System.Private.CoreLib.dll!System.Threading.WaitHandle.WaitOneNoCheck(Int32, Boolean, System.Object, WaitHandleWaitSourceMap) + 209
00000097CAB7F0B8 00000097CAB7F090 
00000097CAB7F0C0 0000000000002EE0 
00000097CAB7F0C8 0000000000002EE0 
00000097CAB7F0D0 00007FFCE0E05983 ntdll!RtlGetSystemTimePrecise + 83
00000097CAB7F120 00007FFCD5CC8CE0 System.Private.CoreLib.dll!System.Threading.WaitHandle.WaitOne(Int32) + 32
00000097CAB7F128 00000016D1608506 
00000097CAB7F130 00000097CAB7F178 
00000097CAB7F138 00000097CAB7F190 
00000097CAB7F140 00000097CAB7F710 
00000097CAB7F148 0000009700000000 
00000097CAB7F150 00007FFCD35D8C9C 
00000097CAB7F158 00000097CAB7F680 
00000097CAB7F160 00007FFC623756F8 xunit.runner.utility.netcoreapp10.dll!Xunit.DelegatingLongRunningTestDetectionSink.WaitForStopEvent(Int32) + 56
00000097CAB7F168 0000028A5C0D19B8 
00000097CAB7F170 00007FFC00002EE0 
00000097CAB7F178 00000097CAB7F260 
00000097CAB7F180 01DA94FC2301C91C 
00000097CAB7F188 0000009700000002 
00000097CAB7F190 0000028A5C0D19B8 
00000097CAB7F198 00000097CAB7F260 
00000097CAB7F1A0 00007FFC623753C8 xunit.runner.utility.netcoreapp10.dll!Xunit.DelegatingLongRunningTestDetectionSink.ThreadWorker() + 296
00000097CAB7F1A8 0000028A5C0D0AD0 
00000097CAB7F1B0 0000000000002EE0 
00000097CAB7F1B8 000000007FFE4000 
00000097CAB7F1C0 0000028A5C0E3883 
00000097CAB7F1C8 40C7700000000000 
00000097CAB7F1D0 40C7700000000000 
00000097CAB7F1D8 40C7700000000000 
00000097CAB7F1E0 0000028A5C0D0AD0 
00000097CAB7F1E8 0000028A5C0D0AD0 
00000097CAB7F1F0 40C7700000000000 
00000097CAB7F1F8 00000000000003E0 
00000097CAB7F200 0000028A5C0D0AD0 
00000097CAB7F208 0000028A5C0D0AD0 
00000097CAB7F210 000000000016CADA 
00000097CAB7F218 48DC63134578C91C 
00000097CAB7F220 0000000047868C00 
00000097CAB7F228 00002EE000000000 
00000097CAB7F230 00007FFC5F579140 
00000097CAB7F238 00000097CAB7F710 
00000097CAB7F240 00000097CAB7F680 
00000097CAB7F248 00000097CAB7F2B0 
00000097CAB7F270 00007FFC62375042 xunit.runner.utility.netcoreapp10.dll!Xunit.Sdk.XunitWorkerThread+<>c.<QueueUserWorkItem>b__4_0(System.Object) + 82
00000097CAB7F2C0 00007FFC62374F5B System.Private.CoreLib.dll!System.Threading.QueueUserWorkItemCallbackDefaultContext.Execute() + 75
00000097CAB7F300 00007FFC62374C51 System.Private.CoreLib.dll!System.Threading.ThreadPoolWorkQueue.DispatchWorkItem(System.Object, System.Threading.Thread) + -1889372223
00000097CAB7F340 00007FFC62372180 System.Private.CoreLib.dll!System.Threading.ThreadPoolWorkQueue.Dispatch() + -1911589504
00000097CAB7F410 00007FFC62371780 System.Private.CoreLib.dll!System.Threading.PortableThreadPool+WorkerThread.WorkerDoWork(System.Threading.PortableThreadPool, Boolean ByRef) + -1922506400
00000097CAB7F490 00007FFC623708C6 System.Private.CoreLib.dll!System.Threading.PortableThreadPool+WorkerThread.WorkerThreadStart() + 518
00000097CAB7F550 00007FFC6231B865 System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.RunWorker() + 101
00000097CAB7F5A0 00007FFC6231B5FB System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.Run() + 139
00000097CAB7F5E0 00007FFC6231B546 System.Private.CoreLib.dll!System.Threading.Thread.StartCallback() + 54
00000097CAB7F8A0                  [DebuggerU2MCatchHandlerFrame: 00000097cab7f8a0] 
OS Thread Id: 0x113c
        Child SP               IP Call Site
00000097CACFA510 00007FFCBF01A0EA coreclr!GcInfoDecoder::EnumerateLiveSlots + 3994
00000097CACFA970 00007FFCBF0190AC coreclr!EECodeManager::EnumGcRefs + 924
00000097CACFAB10 00007FFCBF08ABF4 coreclr!GcStackCrawlCallBack + 612
00000097CACFBD00 00007FFCBEFC721B coreclr!Thread::StackWalkFramesEx + 239
00000097CACFC0E0 00007FFCBF014D0A coreclr!Thread::StackWalkFrames + 186
00000097CACFD1F0 00007FFCBF014B63 coreclr!ScanStackRoots + 115
00000097CACFD260 00007FFCBF0145B5 coreclr!GCToEEInterface::GcScanRoots + 173
00000097CACFD2A0 00007FFCBEFFF55E coreclr!WKS::gc_heap::mark_phase + 894
00000097CACFD380 00007FFCBF05CA06 coreclr!WKS::gc_heap::gc1 + 186
00000097CACFD420 00007FFCBF05B1D6 coreclr!WKS::gc_heap::garbage_collect + 1030
00000097CACFD470 00007FFCBF05EA91 coreclr!WKS::GCHeap::GarbageCollectGeneration + 321
00000097CACFD4C0 00007FFCBF0DB7CA coreclr!WKS::gc_heap::trigger_gc_for_alloc + 38
00000097CACFD4F0 00007FFCBF1207EE coreclr!WKS::gc_heap::try_allocate_more_space + 351918
00000097CACFD550 00007FFCBF0CA919 coreclr!WKS::gc_heap::allocate_more_space + 49
00000097CACFD580 00007FFCBF062328 coreclr!WKS::GCHeap::Alloc + 136
00000097CACFD5C0 00007FFCBEFE576C coreclr!JIT_New + 524
00000097CACFD728                  [HelperMethodFrame: 00000097cacfd728] 
00000097CACFD840 00007FFC640D96F8 System.Collections.dll!System.Collections.Generic.SortedSet`1[[System.Collections.Generic.KeyValuePair`2[[System.Int32, System.Private.CoreLib],[Microsoft.CodeAnalysis.CSharp.NullableWalker+Snapshot, Microsoft.CodeAnalysis.CSharp]], System.Private.CoreLib]].AddIfNotPresent(System.Collections.Generic.KeyValuePair`2<Int32,Snapshot>) + 776
00000097CACFD848 00007FFC644FB0B0 
00000097CACFD850 0000028A813CD0A8 
00000097CACFD858 000000000000002C 
00000097CACFD860 0000028A813FF890 
00000097CACFD868 0000028A813FF580 
00000097CACFD9A0 00007FFC640D9349 System.Collections.dll!System.Collections.Generic.TreeSet`1[[System.Collections.Generic.KeyValuePair`2[[System.Int32, System.Private.CoreLib],[Microsoft.CodeAnalysis.CSharp.NullableWalker+Snapshot, Microsoft.CodeAnalysis.CSharp]], System.Private.CoreLib]].AddIfNotPresent(System.Collections.Generic.KeyValuePair`2<Int32,Snapshot>) + 89
00000097CACFDA20 00007FFC640D92BB System.Collections.dll!System.Collections.Generic.SortedSet`1[[System.Collections.Generic.KeyValuePair`2[[System.Int32, System.Private.CoreLib],[Microsoft.CodeAnalysis.CSharp.NullableWalker+Snapshot, Microsoft.CodeAnalysis.CSharp]], System.Private.CoreLib]].Add(System.Collections.Generic.KeyValuePair`2<Int32,Snapshot>) + 91
00000097CACFDA80 00007FFC640D8F92 System.Collections.dll!System.Collections.Generic.SortedDictionary`2[[System.Int32, System.Private.CoreLib],[Microsoft.CodeAnalysis.CSharp.NullableWalker+Snapshot, Microsoft.CodeAnalysis.CSharp]].set_Item(Int32, Snapshot) + 466
00000097CACFDC20 00007FFC662148E6 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.NullableWalker.VisitStatementsWithLocalFunctions(Microsoft.CodeAnalysis.CSharp.BoundBlock) + 614
00000097CACFDE60 00007FFC662144E5 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.NullableWalker.VisitBlock(Microsoft.CodeAnalysis.CSharp.BoundBlock) + 37
00000097CACFDEA0 00007FFC66214FFE Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.NullableWalker.VisitStatementsWithLocalFunctions(Microsoft.CodeAnalysis.CSharp.BoundBlock) + 2430
00000097CACFE0E0 00007FFC662144E5 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.NullableWalker.VisitBlock(Microsoft.CodeAnalysis.CSharp.BoundBlock) + 37
00000097CACFE120 00007FFC66214B93 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.NullableWalker.VisitStatementsWithLocalFunctions(Microsoft.CodeAnalysis.CSharp.BoundBlock) + 1299
00000097CACFE360 00007FFC662144E5 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.NullableWalker.VisitBlock(Microsoft.CodeAnalysis.CSharp.BoundBlock) + 37
00000097CACFE3A0 00007FFCD29F317D Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.AbstractFlowPass`2[[Microsoft.CodeAnalysis.CSharp.NullableWalker+LocalState, Microsoft.CodeAnalysis.CSharp],[System.__Canon, System.Private.CoreLib]].VisitMethodBodies(Microsoft.CodeAnalysis.CSharp.BoundBlock, Microsoft.CodeAnalysis.CSharp.BoundBlock) + 861
00000097CACFE500 00007FFCD2D5D4C2 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.AbstractFlowPass`2[[Microsoft.CodeAnalysis.CSharp.NullableWalker+LocalState, Microsoft.CodeAnalysis.CSharp],[System.__Canon, System.Private.CoreLib]].VisitNonConstructorMethodBody(Microsoft.CodeAnalysis.CSharp.BoundNonConstructorMethodBody) + 18
00000097CACFE530 00007FFCD284B893 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.NullableWalker.Scan(Boolean ByRef) + 3155
00000097CACFE860 00007FFCD2851C96 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.NullableWalker.Analyze(Microsoft.CodeAnalysis.CSharp.NullableWalker, Microsoft.CodeAnalysis.CSharp.Symbol, Microsoft.CodeAnalysis.DiagnosticBag, Microsoft.CodeAnalysis.Optional`1<LocalState>, Builder, Boolean) + 502
00000097CACFE9D0 00007FFCD2854427 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.NullableWalker.Analyze(Microsoft.CodeAnalysis.CSharp.CSharpCompilation, Microsoft.CodeAnalysis.CSharp.Symbol, Microsoft.CodeAnalysis.CSharp.BoundNode, Microsoft.CodeAnalysis.CSharp.Binder, Microsoft.CodeAnalysis.CSharp.Conversions, Microsoft.CodeAnalysis.DiagnosticBag, Boolean, Boolean, Boolean, Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol, VariableState, Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol, Builder<Microsoft.CodeAnalysis.CSharp.BoundExpression,System.ValueTuple`2<Microsoft.CodeAnalysis.NullabilityInfo,Microsoft.CodeAnalysis.CSharp.Symbols.TypeSymbol>>, Builder, Microsoft.CodeAnalysis.PooledObjects.ArrayBuilder`1<System.ValueTuple`2<Microsoft.CodeAnalysis.CSharp.BoundReturnStatement,Microsoft.CodeAnalysis.CSharp.Symbols.TypeWithAnnotations>>, Boolean, VariableState ByRef, Boolean) + 1511
00000097CACFEBD0 00007FFCD2CE1153 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.NullableWalker.AnalyzeWithSemanticInfo(Microsoft.CodeAnalysis.CSharp.CSharpCompilation, Microsoft.CodeAnalysis.CSharp.Symbol, Microsoft.CodeAnalysis.CSharp.BoundNode, Microsoft.CodeAnalysis.CSharp.Binder, VariableState, Microsoft.CodeAnalysis.DiagnosticBag, Boolean, Boolean) + 531
00000097CACFECF0 00007FFCD2857FAC Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.MethodCompiler.BindMethodBody(Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol, Microsoft.CodeAnalysis.CSharp.TypeCompilationState, Microsoft.CodeAnalysis.CSharp.BindingDiagnosticBag, Boolean, Microsoft.CodeAnalysis.CSharp.BoundNode, Boolean, Microsoft.CodeAnalysis.CSharp.ImportChain ByRef, Boolean ByRef, Boolean ByRef, InitialState ByRef) + 1532
00000097CACFEEE0 00007FFCD2855720 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.MethodCompiler.CompileMethod(Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol, Int32, ProcessedFieldInitializers ByRef, Microsoft.CodeAnalysis.CSharp.SynthesizedSubmissionFields, Microsoft.CodeAnalysis.CSharp.TypeCompilationState) + 1312
00000097CACFF320 00007FFCD2E28A82 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.MethodCompiler.CompileNamedType(Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol) + 2146
00000097CACFF680 00007FFCD2E2814F Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.MethodCompiler+<>c__DisplayClass25_0.<CompileNamedTypeAsync>b__0() + 31
00000097CACFF6C0 00007FFCD2D4D780 System.Private.CoreLib.dll!System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(System.Threading.Thread, System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) + 160
00000097CACFF710 00007FFCD286477B System.Private.CoreLib.dll!System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef, System.Threading.Thread) + 235
00000097CACFF7B0 00007FFCD427AE5E System.Private.CoreLib.dll!System.Threading.ThreadPoolWorkQueue.Dispatch() + 606
00000097CACFF870 00007FFCD4CE36A4 System.Private.CoreLib.dll!System.Threading.PortableThreadPool+WorkerThread.WorkerDoWork(System.Threading.PortableThreadPool, Boolean ByRef) + 132
00000097CACFF930 00007FFC623708C6 System.Private.CoreLib.dll!System.Threading.PortableThreadPool+WorkerThread.WorkerThreadStart() + 518
00000097CACFF9F0 00007FFC6231B865 System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.RunWorker() + 101
00000097CACFFA40 00007FFC6231B5FB System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.Run() + 139
00000097CACFFA80 00007FFC6231B546 System.Private.CoreLib.dll!System.Threading.Thread.StartCallback() + 54
00000097CACFFD40                  [DebuggerU2MCatchHandlerFrame: 00000097cacffd40] 
OS Thread Id: 0x1378
        Child SP               IP Call Site
00000097C9B7F108 00007FFCE0E5FFA4 ntdll!NtWaitForMultipleObjects + 20
00000097C9B7F110 00007FFCDE93436C KERNELBASE!WaitForMultipleObjectsEx + 236
00000097C9B7F400 00007FFCBEFB66D1 coreclr!Thread::DoAppropriateAptStateWait + 89
00000097C9B7F440 00007FFCBEFB63D6 coreclr!Thread::DoAppropriateWaitWorker + 382
00000097C9B7F530 00007FFCBEFB6208 coreclr!Thread::DoAppropriateWait + 176
00000097C9B7F5D0 00007FFCBEFB5D7B coreclr!WaitHandleNative::CorWaitOneNative + 203
00000097C9B7F648                  [HelperMethodFrame: 00000097c9b7f648] System.Private.CoreLib.dll!System.Threading.WaitHandle.WaitOneCore(IntPtr, Int32, Boolean)
00000097C9B7F760 00007FFCD425F4F1 System.Private.CoreLib.dll!System.Threading.WaitHandle.WaitOneNoCheck(Int32, Boolean, System.Object, WaitHandleWaitSourceMap) + 209
00000097C9B7F7D0 00007FFCD5CC8CE0 System.Private.CoreLib.dll!System.Threading.WaitHandle.WaitOne(Int32) + 32
00000097C9B7F810 00007FFC623763C3 System.Private.CoreLib.dll!System.Threading.PortableThreadPool+GateThread.GateThreadStart() + 691
00000097C9B7F960 00007FFC6231B865 System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.RunWorker() + 101
00000097C9B7F9B0 00007FFC6231B5FB System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.Run() + 139
00000097C9B7F9F0 00007FFC6231B546 System.Private.CoreLib.dll!System.Threading.Thread.StartCallback() + 54
00000097C9B7FCB0                  [DebuggerU2MCatchHandlerFrame: 00000097c9b7fcb0] 
OS Thread Id: 0x1d88
        Child SP               IP Call Site
00000097CAE7CE88 00007FFCE0E5FFA4 ntdll!NtWaitForMultipleObjects + 20
00000097CAE7CE90 00007FFCDE93436C KERNELBASE!WaitForMultipleObjectsEx + 236
00000097CAE7D180 00007FFCBEFB66D1 coreclr!Thread::DoAppropriateAptStateWait + 89
00000097CAE7D1C0 00007FFCBEFB63D6 coreclr!Thread::DoAppropriateWaitWorker + 382
00000097CAE7D2B0 00007FFCBEFB6208 coreclr!Thread::DoAppropriateWait + 176
00000097CAE7D350 00007FFCBEFD770F coreclr!SyncBlock::Wait + 459
00000097CAE7D470 00007FFCBEFD7299 coreclr!Monitor_Wait + 121
00000097CAE7D4F0 00007FFCD2E9EC08 
00000097CAE7D4F8 00000000FFFFFFFF 
00000097CAE7D520                  [InlinedCallFrame: 00000097cae7d520] System.Private.CoreLib.dll!System.Threading.Monitor.<Wait>g____PInvoke|12_0(System.Runtime.CompilerServices.ObjectHandleOnStack, Int32)
00000097CAE7D520                  [InlinedCallFrame: 00000097cae7d520] System.Private.CoreLib.dll!System.Threading.Monitor.<Wait>g____PInvoke|12_0(System.Runtime.CompilerServices.ObjectHandleOnStack, Int32)
00000097CAE7D4F0 00007FFCD2E9EC08 System.Private.CoreLib.dll!System.Threading.Monitor.Wait(System.Runtime.CompilerServices.ObjectHandleOnStack, Int32) + 136
00000097CAE7D5C0 00007FFCD2E9EB62 System.Private.CoreLib.dll!System.Threading.Monitor.Wait(System.Object, Int32) + 98
00000097CAE7D600 00007FFCD2E9E4F0 System.Private.CoreLib.dll!System.Threading.ManualResetEventSlim.Wait(Int32, System.Threading.CancellationToken) + 704
00000097CAE7D6C0 00007FFCD41F4DEE System.Private.CoreLib.dll!System.Threading.Tasks.Task.SpinThenBlockingWait(Int32, System.Threading.CancellationToken) + 206
00000097CAE7D740 00007FFCD2E66261 System.Private.CoreLib.dll!System.Threading.Tasks.Task.InternalWaitCore(Int32, System.Threading.CancellationToken) + 161
00000097CAE7D7C0 00007FFCD2E92005 System.Private.CoreLib.dll!System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task, System.Threading.Tasks.ConfigureAwaitOptions) + 37
00000097CAE7D800 00007FFCD42467B1 System.Private.CoreLib.dll!System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon, System.Private.CoreLib]].GetResult() + 49
00000097CAE7D830 00007FFC627A25B9 System.Text.RegularExpressions.Tests.dll!System.Text.RegularExpressions.Tests.RegexHelpers.GetRegexes(System.Text.RegularExpressions.Tests.RegexEngine, System.ValueTuple`4<System.String,System.Globalization.CultureInfo,System.Nullable`1<System.Text.RegularExpressions.RegexOptions>,System.Nullable`1<System.TimeSpan>>[]) + 265
00000097CAE7D8D0 00007FFCD5CFB29A System.Text.RegularExpressions.Tests.dll!System.Text.RegularExpressions.Tests.AttRegexTests+<Test_MemberData>d__0.MoveNext() + 666
00000097CAE7D9D0 00007FFC6230436C System.Linq.dll!System.Linq.Enumerable+IEnumerableSelectIterator`2[[System.__Canon, System.Private.CoreLib],[System.__Canon, System.Private.CoreLib]].MoveNext() + 284
00000097CAE7DA90 00007FFCD5CE0495 xunit.execution.dotnet.dll!Xunit.Sdk.XunitTheoryTestCaseRunner+<AfterTestCaseStartingAsync>d__9.MoveNext() + 2453
00000097CAE7DC60 00007FFCD5CDFA21 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.XunitTheoryTestCaseRunner+<AfterTestCaseStartingAsync>d__9, xunit.execution.dotnet]](<AfterTestCaseStartingAsync>d__9 ByRef) + 113
00000097CAE7DCC0 00007FFCD5C9A78C xunit.execution.dotnet.dll!Xunit.Sdk.TestCaseRunner`1+<RunAsync>d__19[[System.__Canon, System.Private.CoreLib]].MoveNext() + 1068
00000097CAE7DE10 00007FFCD5C9A277 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestCaseRunner`1+<RunAsync>d__19[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunAsync>d__19<System.__Canon> ByRef) + 135
00000097CAE7DE80 00007FFCD5C990A5 xunit.execution.dotnet.dll!Xunit.Sdk.TestMethodRunner`1+<RunTestCasesAsync>d__32[[System.__Canon, System.Private.CoreLib]].MoveNext() + 837
00000097CAE7DFD0 00007FFCD5C98C67 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestMethodRunner`1+<RunTestCasesAsync>d__32[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunTestCasesAsync>d__32<System.__Canon> ByRef) + 135
00000097CAE7E040 00007FFCD5C97EC7 xunit.execution.dotnet.dll!Xunit.Sdk.TestMethodRunner`1+<RunAsync>d__31[[System.__Canon, System.Private.CoreLib]].MoveNext() + 903
00000097CAE7E140 00007FFCD5C97A47 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestMethodRunner`1+<RunAsync>d__31[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunAsync>d__31<System.__Canon> ByRef) + 135
00000097CAE7E1B0 00007FFCD5C978FC xunit.execution.dotnet.dll!Xunit.Sdk.TestMethodRunner`1[[System.__Canon, System.Private.CoreLib]].RunAsync() + 92
00000097CAE7E210 00007FFC625681D6 xunit.execution.dotnet.dll!Xunit.Sdk.TestClassRunner`1+<RunTestMethodsAsync>d__38[[System.__Canon, System.Private.CoreLib]].MoveNext() + 1958
00000097CAE7E520 00007FFC62567990 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestClassRunner`1+<RunTestMethodsAsync>d__38[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunTestMethodsAsync>d__38<System.__Canon> ByRef) + 192
00000097CAE7E5D0 00007FFC625678B0 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, System.Private.CoreLib]].Start[[Xunit.Sdk.TestClassRunner`1+<RunTestMethodsAsync>d__38[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunTestMethodsAsync>d__38<System.__Canon> ByRef) + 96
00000097CAE7E610 00007FFC6256781E xunit.execution.dotnet.dll!Xunit.Sdk.TestClassRunner`1[[System.__Canon, System.Private.CoreLib]].RunTestMethodsAsync() + 174
00000097CAE7E6A0 00007FFC62564ECA xunit.execution.dotnet.dll!Xunit.Sdk.TestClassRunner`1+<RunAsync>d__37[[System.__Canon, System.Private.CoreLib]].MoveNext() + 666
00000097CAE7E800 00007FFC62564B8B System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestClassRunner`1+<RunAsync>d__37[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunAsync>d__37<System.__Canon> ByRef) + 187
00000097CAE7E8A0 00007FFC62564AB0 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, System.Private.CoreLib]].Start[[Xunit.Sdk.TestClassRunner`1+<RunAsync>d__37[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunAsync>d__37<System.__Canon> ByRef) + 96
00000097CAE7E8E0 00007FFC62564A13 xunit.execution.dotnet.dll!Xunit.Sdk.TestClassRunner`1[[System.__Canon, System.Private.CoreLib]].RunAsync() + 163
00000097CAE7E960 00007FFC625644EC xunit.execution.dotnet.dll!Xunit.Sdk.XunitTestCollectionRunner.RunTestClassAsync(Xunit.Abstractions.ITestClass, Xunit.Abstractions.IReflectionTypeInfo, System.Collections.Generic.IEnumerable`1<Xunit.Sdk.IXunitTestCase>) + 268
00000097CAE7EA00 00007FFC62563927 xunit.execution.dotnet.dll!Xunit.Sdk.TestCollectionRunner`1+<RunTestClassesAsync>d__28[[System.__Canon, System.Private.CoreLib]].MoveNext() + 1687
00000097CAE7EC20 00007FFC6256313C System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestCollectionRunner`1+<RunTestClassesAsync>d__28[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunTestClassesAsync>d__28<System.__Canon> ByRef) + 188
00000097CAE7ECD0 00007FFC62562FD0 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, System.Private.CoreLib]].Start[[Xunit.Sdk.TestCollectionRunner`1+<RunTestClassesAsync>d__28[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunTestClassesAsync>d__28<System.__Canon> ByRef) + 96
00000097CAE7ED10 00007FFC62562F34 xunit.execution.dotnet.dll!Xunit.Sdk.TestCollectionRunner`1[[System.__Canon, System.Private.CoreLib]].RunTestClassesAsync() + 164
00000097CAE7ED90 00007FFC6256057B xunit.execution.dotnet.dll!Xunit.Sdk.TestCollectionRunner`1+<RunAsync>d__27[[System.__Canon, System.Private.CoreLib]].MoveNext() + 667
00000097CAE7EEF0 00007FFC6255FC0B System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestCollectionRunner`1+<RunAsync>d__27[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunAsync>d__27<System.__Canon> ByRef) + 187
00000097CAE7EF90 00007FFC6255FB30 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, System.Private.CoreLib]].Start[[Xunit.Sdk.TestCollectionRunner`1+<RunAsync>d__27[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunAsync>d__27<System.__Canon> ByRef) + 96
00000097CAE7EFD0 00007FFC6255FA93 xunit.execution.dotnet.dll!Xunit.Sdk.TestCollectionRunner`1[[System.__Canon, System.Private.CoreLib]].RunAsync() + 163
00000097CAE7F050 00007FFC6255EF3B xunit.execution.dotnet.dll!Xunit.Sdk.XunitTestAssemblyRunner.RunTestCollectionAsync(Xunit.Sdk.IMessageBus, Xunit.Abstractions.ITestCollection, System.Collections.Generic.IEnumerable`1<Xunit.Sdk.IXunitTestCase>, System.Threading.CancellationTokenSource) + 203
00000097CAE7F0D0 00007FFC6255EDAE xunit.execution.dotnet.dll!Xunit.Sdk.XunitTestAssemblyRunner+<>c__DisplayClass14_2.<RunTestCollectionsAsync>b__2() + 142
00000097CAE7F130 00007FFCD5CDDBB4 System.Private.CoreLib.dll!System.Threading.Tasks.Task`1[[System.__Canon, System.Private.CoreLib]].InnerInvoke() + 196
00000097CAE7F1B0 00007FFCD2E192EB System.Private.CoreLib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) + 251
00000097CAE7F220 00007FFCD2864743 System.Private.CoreLib.dll!System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef, System.Threading.Thread) + 179
00000097CAE7F2C0 00007FFC6255E6AB System.Private.CoreLib.dll!System.Threading.Tasks.Task.ExecuteEntry() + 155
00000097CAE7F310 00007FFC6255E5F0 System.Private.CoreLib.dll!System.Threading.Tasks.SynchronizationContextTaskScheduler+<>c.<.cctor>b__8_0(System.Object) + 48
00000097CAE7F340 00007FFC6255E593 xunit.execution.dotnet.dll!Xunit.Sdk.MaxConcurrencySyncContext.RunOnSyncContext(System.Threading.SendOrPostCallback, System.Object) + 67
00000097CAE7F380 00007FFC6255E347 xunit.execution.dotnet.dll!Xunit.Sdk.MaxConcurrencySyncContext+<>c__DisplayClass11_0.<WorkerThreadProc>b__0(System.Object) + 103
00000097CAE7F3D0 00007FFCD2E1930F System.Private.CoreLib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) + 287
00000097CAE7F440 00007FFC6255E2B8 xunit.execution.dotnet.dll!Xunit.Sdk.ExecutionContextHelper.Run(System.Object, System.Action`1<System.Object>) + 88
00000097CAE7F480 00007FFC62558C3B xunit.execution.dotnet.dll!Xunit.Sdk.MaxConcurrencySyncContext.WorkerThreadProc() + 443
00000097CAE7F530 00007FFC6231C262 xunit.execution.dotnet.dll!Xunit.Sdk.XunitWorkerThread+<>c.<QueueUserWorkItem>b__5_0(System.Object) + 82
00000097CAE7F580 00007FFC6231C1EB System.Private.CoreLib.dll!System.Threading.Tasks.Task.InnerInvoke() + -1884588229
00000097CAE7F5C0 00007FFC6231C142 System.Private.CoreLib.dll!System.Threading.Tasks.Task+<>c.<.cctor>b__292_0(System.Object) + -1884588334
00000097CAE7F600 00007FFC6231C049 System.Private.CoreLib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) + -1890570663
00000097CAE7F680 00007FFC6231BD0A System.Private.CoreLib.dll!System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef, System.Threading.Thread) + -1884588422
00000097CAE7F770 00007FFC6231BA45 System.Private.CoreLib.dll!System.Threading.Tasks.Task.ExecuteEntryUnsafe(System.Threading.Thread) + -1884588907
00000097CAE7F7B0 00007FFC6231B9AD System.Private.CoreLib.dll!System.Threading.Tasks.ThreadPoolTaskScheduler+<>c.<.cctor>b__10_0(System.Object) + 61
00000097CAE7F7F0 00007FFC6231B8AC System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.RunWorker() + 172
00000097CAE7F840 00007FFC6231B5FB System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.Run() + 139
00000097CAE7F880 00007FFC6231B546 System.Private.CoreLib.dll!System.Threading.Thread.StartCallback() + 54
00000097CAE7FB40                  [DebuggerU2MCatchHandlerFrame: 00000097cae7fb40] 
OS Thread Id: 0x1b30
        Child SP               IP Call Site
00000097CAFF7E78 00007FFCE0E5F4D4 ntdll!ZwWaitForSingleObject + 20
00000097CAFF7E80 00007FFCDE90D76E KERNELBASE!WaitForSingleObjectEx + 142
00000097CAFF7F20 00007FFCBF0CF230 coreclr!WKS::GCHeap::WaitUntilGCComplete + 48
00000097CAFF7F50 00007FFCBF05F826 coreclr!Thread::RareDisablePreemptiveGC + 202
00000097CAFF7FF0 00007FFCBF0DA1C0 coreclr!JIT_RareDisableHelperWorker + 96
00000097CAFF8130 00007FFCBF0E6734 coreclr!JIT_RareDisableHelper + 20
00000097CAFF8170 00007FFCD2894D0E 
00000097CAFF8178 00000097CAFF8198 
00000097CAFF8198                  [InlinedCallFrame: 00000097caff8198] System.Private.CoreLib.dll!System.Threading.Thread.YieldInternal()
00000097CAFF8198                  [InlinedCallFrame: 00000097caff8198] System.Private.CoreLib.dll!System.Threading.Thread.YieldInternal()
00000097CAFF8170 00007FFCD2894CFB System.Private.CoreLib.dll!System.Threading.SpinWait.SpinOnceCore(Int32) + 299
00000097CAFF8220 00007FFCD41F4FF2 System.Private.CoreLib.dll!System.Threading.Tasks.Task.SpinWait(Int32) + 50
00000097CAFF8260 00007FFCD41F4D62 System.Private.CoreLib.dll!System.Threading.Tasks.Task.SpinThenBlockingWait(Int32, System.Threading.CancellationToken) + 66
00000097CAFF82E0 00007FFCD2E66261 System.Private.CoreLib.dll!System.Threading.Tasks.Task.InternalWaitCore(Int32, System.Threading.CancellationToken) + 161
00000097CAFF8360 00007FFCD4CFE765 System.Private.CoreLib.dll!System.Threading.Tasks.Task.Wait(Int32, System.Threading.CancellationToken) + 53
00000097CAFF8390 00007FFCD4CFE712 System.Private.CoreLib.dll!System.Threading.Tasks.Task.Wait() + 18
00000097CAFF83C0 00007FFC639A6CF7 System.Threading.Tasks.Parallel.dll!System.Threading.Tasks.TaskReplicator+Replica.Wait() + 55
00000097CAFF8410 00007FFC639A133E System.Threading.Tasks.Parallel.dll!System.Threading.Tasks.TaskReplicator.Run[[System.Threading.Tasks.RangeWorker, System.Threading.Tasks.Parallel]](ReplicatableUserAction`1<System.Threading.Tasks.RangeWorker>, System.Threading.Tasks.ParallelOptions, Boolean) + 478
00000097CAFF84F0 00007FFC6399EB67 System.Threading.Tasks.Parallel.dll!System.Threading.Tasks.Parallel.ForWorker[[System.__Canon, System.Private.CoreLib],[System.Int32, System.Private.CoreLib]](Int32, Int32, System.Threading.Tasks.ParallelOptions, System.Action`1<Int32>, System.Action`2<Int32,System.Threading.Tasks.ParallelLoopState>, System.Func`4<Int32,System.Threading.Tasks.ParallelLoopState,System.__Canon,System.__Canon>, System.Func`1<System.__Canon>, System.Action`1<System.__Canon>) + 2023
00000097CAFF8800 00007FFC6399C183 System.Threading.Tasks.Parallel.dll!System.Threading.Tasks.Parallel.For(Int32, Int32, System.Threading.Tasks.ParallelOptions, System.Action`1<Int32>) + 163
00000097CAFF88A0 00007FFCD4CA9209 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.Symbols.SourceNamespaceSymbol.ForceComplete(Microsoft.CodeAnalysis.SourceLocation, System.Predicate`1<Microsoft.CodeAnalysis.CSharp.Symbol>, System.Threading.CancellationToken) + 233
00000097CAFF8990 00007FFCD4C47262 Microsoft.CodeAnalysis.dll!Roslyn.Utilities.UICultureUtilities+<>c__DisplayClass6_0`1[[System.Int32, System.Private.CoreLib]].<WithCurrentUICulture>b__0(Int32) + 370
00000097CAFF8A20 00007FFCD4C46F3E Microsoft.CodeAnalysis.dll!Roslyn.Utilities.RoslynParallel+<>c__DisplayClass1_0.<For>g__errorHandlingBody|0(Int32) + 30
00000097CAFF8A60 00007FFC639A3EE9 System.Threading.Tasks.Parallel.dll!System.Threading.Tasks.Parallel+<>c__DisplayClass19_0`2[[System.__Canon, System.Private.CoreLib],[System.Int32, System.Private.CoreLib]].<ForWorker>b__1(System.Threading.Tasks.RangeWorker ByRef, Int64, Boolean ByRef) + 953
00000097CAFF8C80 00007FFC639A337D System.Threading.Tasks.Parallel.dll!System.Threading.Tasks.TaskReplicator+Replica`1[[System.Threading.Tasks.RangeWorker, System.Threading.Tasks.Parallel]].ExecuteAction(Boolean ByRef) + 93
00000097CAFF8CC0 00007FFC639A25CE System.Threading.Tasks.Parallel.dll!System.Threading.Tasks.TaskReplicator+Replica.Execute() + 190
00000097CAFF8D80 00007FFC639A230F System.Threading.Tasks.Parallel.dll!System.Threading.Tasks.TaskReplicator+Replica+<>c.<.ctor>b__4_0(System.Object) + 63
00000097CAFF8DC0 00007FFCD2E192DB System.Private.CoreLib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) + 235
00000097CAFF8E30 00007FFCD2864743 System.Private.CoreLib.dll!System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef, System.Threading.Thread) + 179
00000097CAFF8ED0 00007FFCD2DEDBF8 System.Private.CoreLib.dll!System.Threading.Tasks.ThreadPoolTaskScheduler.TryExecuteTaskInline(System.Threading.Tasks.Task, Boolean) + 248
00000097CAFF8F20 00007FFCD4C743EE System.Private.CoreLib.dll!System.Threading.Tasks.Task.InternalRunSynchronously(System.Threading.Tasks.TaskScheduler, Boolean) + 286
00000097CAFF8F80 00007FFC639A1CFA System.Threading.Tasks.Parallel.dll!System.Threading.Tasks.TaskReplicator+Replica.Start() + 58
00000097CAFF8FC0 00007FFC639A132E System.Threading.Tasks.Parallel.dll!System.Threading.Tasks.TaskReplicator.Run[[System.Threading.Tasks.RangeWorker, System.Threading.Tasks.Parallel]](ReplicatableUserAction`1<System.Threading.Tasks.RangeWorker>, System.Threading.Tasks.ParallelOptions, Boolean) + 462
00000097CAFF90A0 00007FFC6399EB67 System.Threading.Tasks.Parallel.dll!System.Threading.Tasks.Parallel.ForWorker[[System.__Canon, System.Private.CoreLib],[System.Int32, System.Private.CoreLib]](Int32, Int32, System.Threading.Tasks.ParallelOptions, System.Action`1<Int32>, System.Action`2<Int32,System.Threading.Tasks.ParallelLoopState>, System.Func`4<Int32,System.Threading.Tasks.ParallelLoopState,System.__Canon,System.__Canon>, System.Func`1<System.__Canon>, System.Action`1<System.__Canon>) + 2023
00000097CAFF93B0 00007FFC6399C183 System.Threading.Tasks.Parallel.dll!System.Threading.Tasks.Parallel.For(Int32, Int32, System.Threading.Tasks.ParallelOptions, System.Action`1<Int32>) + 163
00000097CAFF9450 00007FFCD4CA9209 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.Symbols.SourceNamespaceSymbol.ForceComplete(Microsoft.CodeAnalysis.SourceLocation, System.Predicate`1<Microsoft.CodeAnalysis.CSharp.Symbol>, System.Threading.CancellationToken) + 233
00000097CAFF9540 00007FFCD4C47262 Microsoft.CodeAnalysis.dll!Roslyn.Utilities.UICultureUtilities+<>c__DisplayClass6_0`1[[System.Int32, System.Private.CoreLib]].<WithCurrentUICulture>b__0(Int32) + 370
00000097CAFF95D0 00007FFCD4C46F3E Microsoft.CodeAnalysis.dll!Roslyn.Utilities.RoslynParallel+<>c__DisplayClass1_0.<For>g__errorHandlingBody|0(Int32) + 30
00000097CAFF9610 00007FFC639A3EE9 System.Threading.Tasks.Parallel.dll!System.Threading.Tasks.Parallel+<>c__DisplayClass19_0`2[[System.__Canon, System.Private.CoreLib],[System.Int32, System.Private.CoreLib]].<ForWorker>b__1(System.Threading.Tasks.RangeWorker ByRef, Int64, Boolean ByRef) + 953
00000097CAFF9830 00007FFC639A337D System.Threading.Tasks.Parallel.dll!System.Threading.Tasks.TaskReplicator+Replica`1[[System.Threading.Tasks.RangeWorker, System.Threading.Tasks.Parallel]].ExecuteAction(Boolean ByRef) + 93
00000097CAFF9870 00007FFC639A25CE System.Threading.Tasks.Parallel.dll!System.Threading.Tasks.TaskReplicator+Replica.Execute() + 190
00000097CAFF9930 00007FFC639A230F System.Threading.Tasks.Parallel.dll!System.Threading.Tasks.TaskReplicator+Replica+<>c.<.ctor>b__4_0(System.Object) + 63
00000097CAFF9970 00007FFCD2E192DB System.Private.CoreLib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) + 235
00000097CAFF99E0 00007FFCD2864743 System.Private.CoreLib.dll!System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef, System.Threading.Thread) + 179
00000097CAFF9A80 00007FFCD2DEDBF8 System.Private.CoreLib.dll!System.Threading.Tasks.ThreadPoolTaskScheduler.TryExecuteTaskInline(System.Threading.Tasks.Task, Boolean) + 248
00000097CAFF9AD0 00007FFCD4C743EE System.Private.CoreLib.dll!System.Threading.Tasks.Task.InternalRunSynchronously(System.Threading.Tasks.TaskScheduler, Boolean) + 286
00000097CAFF9B30 00007FFC639A1CFA System.Threading.Tasks.Parallel.dll!System.Threading.Tasks.TaskReplicator+Replica.Start() + 58
00000097CAFF9B70 00007FFC639A132E System.Threading.Tasks.Parallel.dll!System.Threading.Tasks.TaskReplicator.Run[[System.Threading.Tasks.RangeWorker, System.Threading.Tasks.Parallel]](ReplicatableUserAction`1<System.Threading.Tasks.RangeWorker>, System.Threading.Tasks.ParallelOptions, Boolean) + 462
00000097CAFF9C50 00007FFC6399EB67 System.Threading.Tasks.Parallel.dll!System.Threading.Tasks.Parallel.ForWorker[[System.__Canon, System.Private.CoreLib],[System.Int32, System.Private.CoreLib]](Int32, Int32, System.Threading.Tasks.ParallelOptions, System.Action`1<Int32>, System.Action`2<Int32,System.Threading.Tasks.ParallelLoopState>, System.Func`4<Int32,System.Threading.Tasks.ParallelLoopState,System.__Canon,System.__Canon>, System.Func`1<System.__Canon>, System.Action`1<System.__Canon>) + 2023
00000097CAFF9F60 00007FFC6399C183 System.Threading.Tasks.Parallel.dll!System.Threading.Tasks.Parallel.For(Int32, Int32, System.Threading.Tasks.ParallelOptions, System.Action`1<Int32>) + 163
00000097CAFFA000 00007FFCD4CA9209 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.Symbols.SourceNamespaceSymbol.ForceComplete(Microsoft.CodeAnalysis.SourceLocation, System.Predicate`1<Microsoft.CodeAnalysis.CSharp.Symbol>, System.Threading.CancellationToken) + 233
00000097CAFFA0F0 00007FFCD4C47262 Microsoft.CodeAnalysis.dll!Roslyn.Utilities.UICultureUtilities+<>c__DisplayClass6_0`1[[System.Int32, System.Private.CoreLib]].<WithCurrentUICulture>b__0(Int32) + 370
00000097CAFFA180 00007FFCD4C46F3E Microsoft.CodeAnalysis.dll!Roslyn.Utilities.RoslynParallel+<>c__DisplayClass1_0.<For>g__errorHandlingBody|0(Int32) + 30
00000097CAFFA1C0 00007FFC639A3EE9 System.Threading.Tasks.Parallel.dll!System.Threading.Tasks.Parallel+<>c__DisplayClass19_0`2[[System.__Canon, System.Private.CoreLib],[System.Int32, System.Private.CoreLib]].<ForWorker>b__1(System.Threading.Tasks.RangeWorker ByRef, Int64, Boolean ByRef) + 953
00000097CAFFA3E0 00007FFC639A337D System.Threading.Tasks.Parallel.dll!System.Threading.Tasks.TaskReplicator+Replica`1[[System.Threading.Tasks.RangeWorker, System.Threading.Tasks.Parallel]].ExecuteAction(Boolean ByRef) + 93
00000097CAFFA420 00007FFC639A25CE System.Threading.Tasks.Parallel.dll!System.Threading.Tasks.TaskReplicator+Replica.Execute() + 190
00000097CAFFA4E0 00007FFC639A230F System.Threading.Tasks.Parallel.dll!System.Threading.Tasks.TaskReplicator+Replica+<>c.<.ctor>b__4_0(System.Object) + 63
00000097CAFFA520 00007FFCD2E192DB System.Private.CoreLib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) + 235
00000097CAFFA590 00007FFCD2864743 System.Private.CoreLib.dll!System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef, System.Threading.Thread) + 179
00000097CAFFA630 00007FFCD2DEDBF8 System.Private.CoreLib.dll!System.Threading.Tasks.ThreadPoolTaskScheduler.TryExecuteTaskInline(System.Threading.Tasks.Task, Boolean) + 248
00000097CAFFA680 00007FFCD4C743EE System.Private.CoreLib.dll!System.Threading.Tasks.Task.InternalRunSynchronously(System.Threading.Tasks.TaskScheduler, Boolean) + 286
00000097CAFFA6E0 00007FFC639A1CFA System.Threading.Tasks.Parallel.dll!System.Threading.Tasks.TaskReplicator+Replica.Start() + 58
00000097CAFFA720 00007FFC639A132E System.Threading.Tasks.Parallel.dll!System.Threading.Tasks.TaskReplicator.Run[[System.Threading.Tasks.RangeWorker, System.Threading.Tasks.Parallel]](ReplicatableUserAction`1<System.Threading.Tasks.RangeWorker>, System.Threading.Tasks.ParallelOptions, Boolean) + 462
00000097CAFFA800 00007FFC6399EB67 System.Threading.Tasks.Parallel.dll!System.Threading.Tasks.Parallel.ForWorker[[System.__Canon, System.Private.CoreLib],[System.Int32, System.Private.CoreLib]](Int32, Int32, System.Threading.Tasks.ParallelOptions, System.Action`1<Int32>, System.Action`2<Int32,System.Threading.Tasks.ParallelLoopState>, System.Func`4<Int32,System.Threading.Tasks.ParallelLoopState,System.__Canon,System.__Canon>, System.Func`1<System.__Canon>, System.Action`1<System.__Canon>) + 2023
00000097CAFFAB10 00007FFC6399C183 System.Threading.Tasks.Parallel.dll!System.Threading.Tasks.Parallel.For(Int32, Int32, System.Threading.Tasks.ParallelOptions, System.Action`1<Int32>) + 163
00000097CAFFABB0 00007FFCD4CA9209 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.Symbols.SourceNamespaceSymbol.ForceComplete(Microsoft.CodeAnalysis.SourceLocation, System.Predicate`1<Microsoft.CodeAnalysis.CSharp.Symbol>, System.Threading.CancellationToken) + 233
00000097CAFFACA0 00007FFCD4C47262 Microsoft.CodeAnalysis.dll!Roslyn.Utilities.UICultureUtilities+<>c__DisplayClass6_0`1[[System.Int32, System.Private.CoreLib]].<WithCurrentUICulture>b__0(Int32) + 370
00000097CAFFAD30 00007FFCD4C46F3E Microsoft.CodeAnalysis.dll!Roslyn.Utilities.RoslynParallel+<>c__DisplayClass1_0.<For>g__errorHandlingBody|0(Int32) + 30
00000097CAFFAD70 00007FFC639A3EE9 System.Threading.Tasks.Parallel.dll!System.Threading.Tasks.Parallel+<>c__DisplayClass19_0`2[[System.__Canon, System.Private.CoreLib],[System.Int32, System.Private.CoreLib]].<ForWorker>b__1(System.Threading.Tasks.RangeWorker ByRef, Int64, Boolean ByRef) + 953
00000097CAFFAF90 00007FFC639A337D System.Threading.Tasks.Parallel.dll!System.Threading.Tasks.TaskReplicator+Replica`1[[System.Threading.Tasks.RangeWorker, System.Threading.Tasks.Parallel]].ExecuteAction(Boolean ByRef) + 93
00000097CAFFAFD0 00007FFC639A25CE System.Threading.Tasks.Parallel.dll!System.Threading.Tasks.TaskReplicator+Replica.Execute() + 190
00000097CAFFB090 00007FFC639A230F System.Threading.Tasks.Parallel.dll!System.Threading.Tasks.TaskReplicator+Replica+<>c.<.ctor>b__4_0(System.Object) + 63
00000097CAFFB0D0 00007FFCD2E192DB System.Private.CoreLib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) + 235
00000097CAFFB140 00007FFCD2864743 System.Private.CoreLib.dll!System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef, System.Threading.Thread) + 179
00000097CAFFB1E0 00007FFCD2DEDBF8 System.Private.CoreLib.dll!System.Threading.Tasks.ThreadPoolTaskScheduler.TryExecuteTaskInline(System.Threading.Tasks.Task, Boolean) + 248
00000097CAFFB230 00007FFCD4C743EE System.Private.CoreLib.dll!System.Threading.Tasks.Task.InternalRunSynchronously(System.Threading.Tasks.TaskScheduler, Boolean) + 286
00000097CAFFB290 00007FFC639A1CFA System.Threading.Tasks.Parallel.dll!System.Threading.Tasks.TaskReplicator+Replica.Start() + 58
00000097CAFFB2D0 00007FFC639A132E System.Threading.Tasks.Parallel.dll!System.Threading.Tasks.TaskReplicator.Run[[System.Threading.Tasks.RangeWorker, System.Threading.Tasks.Parallel]](ReplicatableUserAction`1<System.Threading.Tasks.RangeWorker>, System.Threading.Tasks.ParallelOptions, Boolean) + 462
00000097CAFFB3B0 00007FFC6399EB67 System.Threading.Tasks.Parallel.dll!System.Threading.Tasks.Parallel.ForWorker[[System.__Canon, System.Private.CoreLib],[System.Int32, System.Private.CoreLib]](Int32, Int32, System.Threading.Tasks.ParallelOptions, System.Action`1<Int32>, System.Action`2<Int32,System.Threading.Tasks.ParallelLoopState>, System.Func`4<Int32,System.Threading.Tasks.ParallelLoopState,System.__Canon,System.__Canon>, System.Func`1<System.__Canon>, System.Action`1<System.__Canon>) + 2023
00000097CAFFB6C0 00007FFC6399C183 System.Threading.Tasks.Parallel.dll!System.Threading.Tasks.Parallel.For(Int32, Int32, System.Threading.Tasks.ParallelOptions, System.Action`1<Int32>) + 163
00000097CAFFB760 00007FFCD4CA9209 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.Symbols.SourceNamespaceSymbol.ForceComplete(Microsoft.CodeAnalysis.SourceLocation, System.Predicate`1<Microsoft.CodeAnalysis.CSharp.Symbol>, System.Threading.CancellationToken) + 233
00000097CAFFB850 00007FFCD4D6E4A1 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.Symbols.SourceModuleSymbol.ForceComplete(Microsoft.CodeAnalysis.SourceLocation, System.Predicate`1<Microsoft.CodeAnalysis.CSharp.Symbol>, System.Threading.CancellationToken) + 257
00000097CAFFB8D0 00007FFCD4D68851 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.CSharpCompilation.GetSourceDeclarationDiagnostics(Microsoft.CodeAnalysis.SyntaxTree, System.Nullable`1<Microsoft.CodeAnalysis.Text.TextSpan>, System.Func`4<System.Collections.Generic.IEnumerable`1<Microsoft.CodeAnalysis.Diagnostic>,Microsoft.CodeAnalysis.SyntaxTree,System.Nullable`1<Microsoft.CodeAnalysis.Text.TextSpan>,System.Collections.Generic.IEnumerable`1<Microsoft.CodeAnalysis.Diagnostic>>, System.Predicate`1<Microsoft.CodeAnalysis.CSharp.Symbol>, System.Threading.CancellationToken) + 1777
00000097CAFFBA20 00007FFCD4D83B9D Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.CSharpCompilation.GetDiagnosticsWithoutSeverityFiltering(Microsoft.CodeAnalysis.CompilationStage, Boolean, Microsoft.CodeAnalysis.CSharp.BindingDiagnosticBag, System.Predicate`1<Microsoft.CodeAnalysis.CSharp.Symbol>, System.Threading.CancellationToken) + 1469
00000097CAFFBB80 00007FFCD5C91289 Microsoft.CodeAnalysis.dll!Microsoft.CodeAnalysis.Compilation.Emit(System.IO.Stream, System.IO.Stream, System.IO.Stream, System.IO.Stream, System.IO.Stream, System.Collections.Generic.IEnumerable`1<Microsoft.CodeAnalysis.ResourceDescription>, Microsoft.CodeAnalysis.Emit.EmitOptions, Microsoft.CodeAnalysis.IMethodSymbol, System.IO.Stream, System.Collections.Generic.IEnumerable`1<Microsoft.CodeAnalysis.EmbeddedText>, Microsoft.CodeAnalysis.RebuildData, Microsoft.CodeAnalysis.CodeGen.CompilationTestData, System.Threading.CancellationToken) + 617
00000097CAFFBF50 00007FFCD5C90A21 Microsoft.CodeAnalysis.dll!Microsoft.CodeAnalysis.Compilation.Emit(System.IO.Stream, System.IO.Stream, System.IO.Stream, System.IO.Stream, System.Collections.Generic.IEnumerable`1<Microsoft.CodeAnalysis.ResourceDescription>, Microsoft.CodeAnalysis.Emit.EmitOptions, Microsoft.CodeAnalysis.IMethodSymbol, System.IO.Stream, System.Collections.Generic.IEnumerable`1<Microsoft.CodeAnalysis.EmbeddedText>, System.IO.Stream, Microsoft.CodeAnalysis.RebuildData, System.Threading.CancellationToken) + 305
00000097CAFFC010 00007FFCD5C908CF Microsoft.CodeAnalysis.dll!Microsoft.CodeAnalysis.Compilation.Emit(System.IO.Stream, System.IO.Stream, System.IO.Stream, System.IO.Stream, System.Collections.Generic.IEnumerable`1<Microsoft.CodeAnalysis.ResourceDescription>, Microsoft.CodeAnalysis.Emit.EmitOptions, Microsoft.CodeAnalysis.IMethodSymbol, System.IO.Stream, System.Collections.Generic.IEnumerable`1<Microsoft.CodeAnalysis.EmbeddedText>, System.IO.Stream, System.Threading.CancellationToken) + 95
00000097CAFFC090 00007FFC629C2C97 System.Text.RegularExpressions.Tests.dll!System.Text.RegularExpressions.Tests.RegexGeneratorHelper+<SourceGenRegexAsync>d__13.MoveNext() + 6103
00000097CAFFC990 00007FFCD4288074 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[System.__Canon, System.Private.CoreLib]](System.__Canon ByRef) + 132
00000097CAFFC9F0 00007FFC625B96BB System.Text.RegularExpressions.Tests.dll!System.Text.RegularExpressions.Tests.RegexGeneratorHelper.SourceGenRegexAsync(System.ValueTuple`4<System.String,System.Globalization.CultureInfo,System.Nullable`1<System.Text.RegularExpressions.RegexOptions>,System.Nullable`1<System.TimeSpan>>[], System.Threading.CancellationToken) + 219
00000097CAFFCA60 00007FFC625B9385 System.Text.RegularExpressions.Tests.dll!System.Text.RegularExpressions.Tests.RegexGeneratorHelper+<SourceGenRegexAsync>d__12.MoveNext() + 341
00000097CAFFCBA0 00007FFCD4288074 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[System.__Canon, System.Private.CoreLib]](System.__Canon ByRef) + 132
00000097CAFFCC00 00007FFC625B9198 System.Text.RegularExpressions.Tests.dll!System.Text.RegularExpressions.Tests.RegexGeneratorHelper.SourceGenRegexAsync(System.String, System.Globalization.CultureInfo, System.Nullable`1<System.Text.RegularExpressions.RegexOptions>, System.Nullable`1<System.TimeSpan>, System.Threading.CancellationToken) + 264
00000097CAFFCC70 00007FFC625B7964 System.Text.RegularExpressions.Tests.dll!System.Text.RegularExpressions.Tests.RegexHelpers+<GetRegexAsync>d__14.MoveNext() + 324
00000097CAFFCDE0 00007FFCD4288074 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[System.__Canon, System.Private.CoreLib]](System.__Canon ByRef) + 132
00000097CAFFCE40 00007FFC625B76FF System.Text.RegularExpressions.Tests.dll!System.Text.RegularExpressions.Tests.RegexHelpers.GetRegexAsync(System.Text.RegularExpressions.Tests.RegexEngine, System.String, System.Nullable`1<System.Text.RegularExpressions.RegexOptions>, System.Nullable`1<System.TimeSpan>) + 239
00000097CAFFCEB0 00007FFCD5D10072 System.Text.RegularExpressions.Tests.dll!System.Text.RegularExpressions.Tests.RegexMatchTests+<Match_Boundary>d__37.MoveNext() + 178
00000097CAFFCF90 00007FFCD4288074 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[System.__Canon, System.Private.CoreLib]](System.__Canon ByRef) + 132
00000097CAFFCFF0 00007FFCD5D0FF30 System.Text.RegularExpressions.Tests.dll!System.Text.RegularExpressions.Tests.RegexMatchTests.Match_Boundary(System.Text.RegularExpressions.Tests.RegexEngine) + 192
00000097CAFFD060 00007FFCD3916EEB System.Private.CoreLib.dll!DynamicClass.InvokeStub_RegexMatchTests.Match_Boundary(System.Object, System.Span`1<System.Object>) + 27
00000097CAFFD090 00007FFCD427197F System.Private.CoreLib.dll!System.Reflection.MethodBaseInvoker.InvokeWithOneArg(System.Object, System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Globalization.CultureInfo) + 319
00000097CAFFD170 00007FFCD4253065 xunit.execution.dotnet.dll!Xunit.Sdk.TestInvoker`1+<>c__DisplayClass48_0+<<InvokeTestMethodAsync>b__1>d[[System.__Canon, System.Private.CoreLib]].MoveNext() + 277
00000097CAFFD230 00007FFCD4252E0D System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestInvoker`1+<>c__DisplayClass48_0+<<InvokeTestMethodAsync>b__1>d[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<<InvokeTestMethodAsync>b__1>d<System.__Canon> ByRef) + 141
00000097CAFFD2B0 00007FFCD4252981 xunit.execution.dotnet.dll!Xunit.Sdk.ExecutionTimer+<AggregateAsync>d__4.MoveNext() + 241
00000097CAFFD350 00007FFCD42527C1 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.ExecutionTimer+<AggregateAsync>d__4, xunit.execution.dotnet]](<AggregateAsync>d__4 ByRef) + 113
00000097CAFFD3B0 00007FFCD4252418 xunit.core.dll!Xunit.Sdk.ExceptionAggregator+<RunAsync>d__9.MoveNext() + 200
00000097CAFFD440 00007FFCD4252281 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.ExceptionAggregator+<RunAsync>d__9, xunit.core]](<RunAsync>d__9 ByRef) + 113
00000097CAFFD4A0 00007FFCD4251758 xunit.execution.dotnet.dll!Xunit.Sdk.TestInvoker`1+<InvokeTestMethodAsync>d__48[[System.__Canon, System.Private.CoreLib]].MoveNext() + 728
00000097CAFFD590 00007FFCD425139B System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestInvoker`1+<InvokeTestMethodAsync>d__48[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<InvokeTestMethodAsync>d__48<System.__Canon> ByRef) + 139
00000097CAFFD600 00007FFCD424ABC2 xunit.execution.dotnet.dll!Xunit.Sdk.TestInvoker`1+<<RunAsync>b__47_0>d[[System.__Canon, System.Private.CoreLib]].MoveNext() + 946
00000097CAFFD700 00007FFCD424A727 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestInvoker`1+<<RunAsync>b__47_0>d[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<<RunAsync>b__47_0>d<System.__Canon> ByRef) + 135
00000097CAFFD770 00007FFCD424A2D4 xunit.core.dll!Xunit.Sdk.ExceptionAggregator+<RunAsync>d__10`1[[System.Decimal, System.Private.CoreLib]].MoveNext() + 164
00000097CAFFD830 00007FFCD424A161 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.ExceptionAggregator+<RunAsync>d__10`1[[System.Decimal, System.Private.CoreLib]], xunit.core]](<RunAsync>d__10`1<System.Decimal> ByRef) + 113
00000097CAFFD890 00007FFCD4249804 xunit.execution.dotnet.dll!Xunit.Sdk.XunitTestRunner+<InvokeTestAsync>d__4.MoveNext() + 452
00000097CAFFD980 00007FFCD4249561 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.XunitTestRunner+<InvokeTestAsync>d__4, xunit.execution.dotnet]](<InvokeTestAsync>d__4 ByRef) + 113
00000097CAFFD9E0 00007FFCD42490A3 xunit.core.dll!Xunit.Sdk.ExceptionAggregator+<RunAsync>d__10`1[[System.__Canon, System.Private.CoreLib]].MoveNext() + 163
00000097CAFFDA80 00007FFCD4248F17 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.ExceptionAggregator+<RunAsync>d__10`1[[System.__Canon, System.Private.CoreLib]], xunit.core]](<RunAsync>d__10`1<System.__Canon> ByRef) + 135
00000097CAFFDAF0 00007FFCD4247C53 xunit.execution.dotnet.dll!Xunit.Sdk.TestRunner`1+<RunAsync>d__43[[System.__Canon, System.Private.CoreLib]].MoveNext() + 947
00000097CAFFDC50 00007FFCD42477A7 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestRunner`1+<RunAsync>d__43[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunAsync>d__43<System.__Canon> ByRef) + 135
00000097CAFFDCC0 00007FFCD5CE9765 xunit.execution.dotnet.dll!Xunit.Sdk.XunitTheoryTestCaseRunner+<RunTestAsync>d__11.MoveNext() + 293
00000097CAFFDDD0 00007FFCD5CE9561 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.XunitTheoryTestCaseRunner+<RunTestAsync>d__11, xunit.execution.dotnet]](<RunTestAsync>d__11 ByRef) + 113
00000097CAFFDE30 00007FFCD5C9A72A xunit.execution.dotnet.dll!Xunit.Sdk.TestCaseRunner`1+<RunAsync>d__19[[System.__Canon, System.Private.CoreLib]].MoveNext() + 970
00000097CAFFDF80 00007FFCD5C9A277 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestCaseRunner`1+<RunAsync>d__19[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunAsync>d__19<System.__Canon> ByRef) + 135
00000097CAFFDFF0 00007FFCD5C990A5 xunit.execution.dotnet.dll!Xunit.Sdk.TestMethodRunner`1+<RunTestCasesAsync>d__32[[System.__Canon, System.Private.CoreLib]].MoveNext() + 837
00000097CAFFE140 00007FFCD5C98C67 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestMethodRunner`1+<RunTestCasesAsync>d__32[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunTestCasesAsync>d__32<System.__Canon> ByRef) + 135
00000097CAFFE1B0 00007FFCD5C97EC7 xunit.execution.dotnet.dll!Xunit.Sdk.TestMethodRunner`1+<RunAsync>d__31[[System.__Canon, System.Private.CoreLib]].MoveNext() + 903
00000097CAFFE2B0 00007FFCD5C97A47 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestMethodRunner`1+<RunAsync>d__31[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunAsync>d__31<System.__Canon> ByRef) + 135
00000097CAFFE320 00007FFCD5C978FC xunit.execution.dotnet.dll!Xunit.Sdk.TestMethodRunner`1[[System.__Canon, System.Private.CoreLib]].RunAsync() + 92
00000097CAFFE380 00007FFC625681D6 xunit.execution.dotnet.dll!Xunit.Sdk.TestClassRunner`1+<RunTestMethodsAsync>d__38[[System.__Canon, System.Private.CoreLib]].MoveNext() + 1958
00000097CAFFE690 00007FFC62567990 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestClassRunner`1+<RunTestMethodsAsync>d__38[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunTestMethodsAsync>d__38<System.__Canon> ByRef) + 192
00000097CAFFE740 00007FFC625678B0 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, System.Private.CoreLib]].Start[[Xunit.Sdk.TestClassRunner`1+<RunTestMethodsAsync>d__38[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunTestMethodsAsync>d__38<System.__Canon> ByRef) + 96
00000097CAFFE780 00007FFC6256781E xunit.execution.dotnet.dll!Xunit.Sdk.TestClassRunner`1[[System.__Canon, System.Private.CoreLib]].RunTestMethodsAsync() + 174
00000097CAFFE810 00007FFC62564ECA xunit.execution.dotnet.dll!Xunit.Sdk.TestClassRunner`1+<RunAsync>d__37[[System.__Canon, System.Private.CoreLib]].MoveNext() + 666
00000097CAFFE970 00007FFC62564B8B System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestClassRunner`1+<RunAsync>d__37[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunAsync>d__37<System.__Canon> ByRef) + 187
00000097CAFFEA10 00007FFC62564AB0 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, System.Private.CoreLib]].Start[[Xunit.Sdk.TestClassRunner`1+<RunAsync>d__37[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunAsync>d__37<System.__Canon> ByRef) + 96
00000097CAFFEA50 00007FFC62564A13 xunit.execution.dotnet.dll!Xunit.Sdk.TestClassRunner`1[[System.__Canon, System.Private.CoreLib]].RunAsync() + 163
00000097CAFFEAD0 00007FFC625644EC xunit.execution.dotnet.dll!Xunit.Sdk.XunitTestCollectionRunner.RunTestClassAsync(Xunit.Abstractions.ITestClass, Xunit.Abstractions.IReflectionTypeInfo, System.Collections.Generic.IEnumerable`1<Xunit.Sdk.IXunitTestCase>) + 268
00000097CAFFEB70 00007FFC62563927 xunit.execution.dotnet.dll!Xunit.Sdk.TestCollectionRunner`1+<RunTestClassesAsync>d__28[[System.__Canon, System.Private.CoreLib]].MoveNext() + 1687
00000097CAFFED90 00007FFC6256313C System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestCollectionRunner`1+<RunTestClassesAsync>d__28[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunTestClassesAsync>d__28<System.__Canon> ByRef) + 188
00000097CAFFEE40 00007FFC62562FD0 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, System.Private.CoreLib]].Start[[Xunit.Sdk.TestCollectionRunner`1+<RunTestClassesAsync>d__28[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunTestClassesAsync>d__28<System.__Canon> ByRef) + 96
00000097CAFFEE80 00007FFC62562F34 xunit.execution.dotnet.dll!Xunit.Sdk.TestCollectionRunner`1[[System.__Canon, System.Private.CoreLib]].RunTestClassesAsync() + 164
00000097CAFFEF00 00007FFC6256057B xunit.execution.dotnet.dll!Xunit.Sdk.TestCollectionRunner`1+<RunAsync>d__27[[System.__Canon, System.Private.CoreLib]].MoveNext() + 667
00000097CAFFF060 00007FFC6255FC0B System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestCollectionRunner`1+<RunAsync>d__27[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunAsync>d__27<System.__Canon> ByRef) + 187
00000097CAFFF100 00007FFC6255FB30 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, System.Private.CoreLib]].Start[[Xunit.Sdk.TestCollectionRunner`1+<RunAsync>d__27[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunAsync>d__27<System.__Canon> ByRef) + 96
00000097CAFFF140 00007FFC6255FA93 xunit.execution.dotnet.dll!Xunit.Sdk.TestCollectionRunner`1[[System.__Canon, System.Private.CoreLib]].RunAsync() + 163
00000097CAFFF1C0 00007FFC6255EF3B xunit.execution.dotnet.dll!Xunit.Sdk.XunitTestAssemblyRunner.RunTestCollectionAsync(Xunit.Sdk.IMessageBus, Xunit.Abstractions.ITestCollection, System.Collections.Generic.IEnumerable`1<Xunit.Sdk.IXunitTestCase>, System.Threading.CancellationTokenSource) + 203
00000097CAFFF240 00007FFC6255EDAE xunit.execution.dotnet.dll!Xunit.Sdk.XunitTestAssemblyRunner+<>c__DisplayClass14_2.<RunTestCollectionsAsync>b__2() + 142
00000097CAFFF2A0 00007FFC6255EBF1 System.Private.CoreLib.dll!System.Threading.Tasks.Task`1[[System.__Canon, System.Private.CoreLib]].InnerInvoke() + -1937239807
00000097CAFFF310 00007FFCD2E192EB System.Private.CoreLib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) + 251
00000097CAFFF380 00007FFCD2864743 System.Private.CoreLib.dll!System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef, System.Threading.Thread) + 179
00000097CAFFF420 00007FFC6255E6AB System.Private.CoreLib.dll!System.Threading.Tasks.Task.ExecuteEntry() + 155
00000097CAFFF470 00007FFC6255E5F0 System.Private.CoreLib.dll!System.Threading.Tasks.SynchronizationContextTaskScheduler+<>c.<.cctor>b__8_0(System.Object) + 48
00000097CAFFF4A0 00007FFC6255E593 xunit.execution.dotnet.dll!Xunit.Sdk.MaxConcurrencySyncContext.RunOnSyncContext(System.Threading.SendOrPostCallback, System.Object) + 67
00000097CAFFF4E0 00007FFC6255E347 xunit.execution.dotnet.dll!Xunit.Sdk.MaxConcurrencySyncContext+<>c__DisplayClass11_0.<WorkerThreadProc>b__0(System.Object) + 103
00000097CAFFF530 00007FFCD2E1930F System.Private.CoreLib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) + 287
00000097CAFFF5A0 00007FFC6255E2B8 xunit.execution.dotnet.dll!Xunit.Sdk.ExecutionContextHelper.Run(System.Object, System.Action`1<System.Object>) + 88
00000097CAFFF5E0 00007FFC62558C3B xunit.execution.dotnet.dll!Xunit.Sdk.MaxConcurrencySyncContext.WorkerThreadProc() + 443
00000097CAFFF690 00007FFC6231C262 xunit.execution.dotnet.dll!Xunit.Sdk.XunitWorkerThread+<>c.<QueueUserWorkItem>b__5_0(System.Object) + 82
00000097CAFFF6E0 00007FFC6231C1EB System.Private.CoreLib.dll!System.Threading.Tasks.Task.InnerInvoke() + -1884588229
00000097CAFFF720 00007FFC6231C142 System.Private.CoreLib.dll!System.Threading.Tasks.Task+<>c.<.cctor>b__292_0(System.Object) + -1884588334
00000097CAFFF760 00007FFC6231C049 System.Private.CoreLib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) + -1890570663
00000097CAFFF7E0 00007FFC6231BD0A System.Private.CoreLib.dll!System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef, System.Threading.Thread) + -1884588422
00000097CAFFF8D0 00007FFC6231BA45 System.Private.CoreLib.dll!System.Threading.Tasks.Task.ExecuteEntryUnsafe(System.Threading.Thread) + -1884588907
00000097CAFFF910 00007FFC6231B9AD System.Private.CoreLib.dll!System.Threading.Tasks.ThreadPoolTaskScheduler+<>c.<.cctor>b__10_0(System.Object) + 61
00000097CAFFF950 00007FFC6231B8AC System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.RunWorker() + 172
00000097CAFFF9A0 00007FFC6231B5FB System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.Run() + 139
00000097CAFFF9E0 00007FFC6231B546 System.Private.CoreLib.dll!System.Threading.Thread.StartCallback() + 54
00000097CAFFFCA0                  [DebuggerU2MCatchHandlerFrame: 00000097cafffca0] 
OS Thread Id: 0x1360
        Child SP               IP Call Site
00000097CB2FF088 00007FFCE0E5F574 ntdll!ZwRemoveIoCompletion + 20
00000097CB2FF090 00007FFCDE937713 KERNELBASE!GetQueuedCompletionStatus + 83
00000097CB2FF0F0 00007FFCD3751961 
00000097CB2FF120                  [InlinedCallFrame: 00000097cb2ff120] System.Private.CoreLib.dll!Interop+Kernel32.<GetQueuedCompletionStatus>g____PInvoke|51_0(IntPtr, UInt32*, UIntPtr*, IntPtr*, Int32)
00000097CB2FF120                  [InlinedCallFrame: 00000097cb2ff120] System.Private.CoreLib.dll!Interop+Kernel32.<GetQueuedCompletionStatus>g____PInvoke|51_0(IntPtr, UInt32*, UIntPtr*, IntPtr*, Int32)
00000097CB2FF0F0 00007FFCD3751961 System.Private.CoreLib.dll!Interop+Kernel32.GetQueuedCompletionStatus(IntPtr, UInt32 ByRef, UIntPtr ByRef, IntPtr ByRef, Int32) + -38898111
00000097CB2FF210 00007FFCD37517F2 System.Private.CoreLib.dll!System.Threading.LowLevelLifoSemaphore.WaitCore(Int32) + -38898414
00000097CB2FF270 00007FFCD414244B System.Private.CoreLib.dll!System.Threading.LowLevelLifoSemaphore.WaitForSignal(Int32) + -28842005
00000097CB2FF320 00007FFCD4CE3A57 System.Private.CoreLib.dll!System.Threading.LowLevelLifoSemaphore.Wait(Int32, Boolean) + 503
00000097CB2FF3E0 00007FFC623708F8 System.Private.CoreLib.dll!System.Threading.PortableThreadPool+WorkerThread.WorkerThreadStart() + 568
00000097CB2FF4A0 00007FFC6231B865 System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.RunWorker() + 101
00000097CB2FF4F0 00007FFC6231B5FB System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.Run() + 139
00000097CB2FF530 00007FFC6231B546 System.Private.CoreLib.dll!System.Threading.Thread.StartCallback() + 54
00000097CB2FF7F0                  [DebuggerU2MCatchHandlerFrame: 00000097cb2ff7f0] 
OS Thread Id: 0x1348
        Child SP               IP Call Site
00000097CB77F638 00007FFCE0E5F574 ntdll!ZwRemoveIoCompletion + 20
00000097CB77F640 00007FFCDE937713 KERNELBASE!GetQueuedCompletionStatus + 83
00000097CB77F6A0 00007FFCD3751961 
00000097CB77F6D0                  [InlinedCallFrame: 00000097cb77f6d0] System.Private.CoreLib.dll!Interop+Kernel32.<GetQueuedCompletionStatus>g____PInvoke|51_0(IntPtr, UInt32*, UIntPtr*, IntPtr*, Int32)
00000097CB77F6D0                  [InlinedCallFrame: 00000097cb77f6d0] System.Private.CoreLib.dll!Interop+Kernel32.<GetQueuedCompletionStatus>g____PInvoke|51_0(IntPtr, UInt32*, UIntPtr*, IntPtr*, Int32)
00000097CB77F6A0 00007FFCD3751961 System.Private.CoreLib.dll!Interop+Kernel32.GetQueuedCompletionStatus(IntPtr, UInt32 ByRef, UIntPtr ByRef, IntPtr ByRef, Int32) + -38898111
00000097CB77F7C0 00007FFCD37517F2 System.Private.CoreLib.dll!System.Threading.LowLevelLifoSemaphore.WaitCore(Int32) + -38898414
00000097CB77F820 00007FFCD414244B System.Private.CoreLib.dll!System.Threading.LowLevelLifoSemaphore.WaitForSignal(Int32) + -28842005
00000097CB77F8D0 00007FFCD4CE3A57 System.Private.CoreLib.dll!System.Threading.LowLevelLifoSemaphore.Wait(Int32, Boolean) + 503
00000097CB77F990 00007FFC623708F8 System.Private.CoreLib.dll!System.Threading.PortableThreadPool+WorkerThread.WorkerThreadStart() + 568
00000097CB77FA50 00007FFC6231B865 System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.RunWorker() + 101
00000097CB77FAA0 00007FFC6231B5FB System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.Run() + 139
00000097CB77FAE0 00007FFC6231B546 System.Private.CoreLib.dll!System.Threading.Thread.StartCallback() + 54
00000097CB77FDA0                  [DebuggerU2MCatchHandlerFrame: 00000097cb77fda0] 
OS Thread Id: 0x1b10
        Child SP               IP Call Site
00000097CB8FF6B8 00007FFCE0E5F574 ntdll!ZwRemoveIoCompletion + 20
00000097CB8FF6C0 00007FFCDE937713 KERNELBASE!GetQueuedCompletionStatus + 83
00000097CB8FF720 00007FFCD3751961 
00000097CB8FF750                  [InlinedCallFrame: 00000097cb8ff750] System.Private.CoreLib.dll!Interop+Kernel32.<GetQueuedCompletionStatus>g____PInvoke|51_0(IntPtr, UInt32*, UIntPtr*, IntPtr*, Int32)
00000097CB8FF750                  [InlinedCallFrame: 00000097cb8ff750] System.Private.CoreLib.dll!Interop+Kernel32.<GetQueuedCompletionStatus>g____PInvoke|51_0(IntPtr, UInt32*, UIntPtr*, IntPtr*, Int32)
00000097CB8FF720 00007FFCD3751961 System.Private.CoreLib.dll!Interop+Kernel32.GetQueuedCompletionStatus(IntPtr, UInt32 ByRef, UIntPtr ByRef, IntPtr ByRef, Int32) + -38898111
00000097CB8FF840 00007FFCD37517F2 System.Private.CoreLib.dll!System.Threading.LowLevelLifoSemaphore.WaitCore(Int32) + -38898414
00000097CB8FF8A0 00007FFCD414244B System.Private.CoreLib.dll!System.Threading.LowLevelLifoSemaphore.WaitForSignal(Int32) + -28842005
00000097CB8FF950 00007FFCD4CE3A57 System.Private.CoreLib.dll!System.Threading.LowLevelLifoSemaphore.Wait(Int32, Boolean) + 503
00000097CB8FFA10 00007FFC623708F8 System.Private.CoreLib.dll!System.Threading.PortableThreadPool+WorkerThread.WorkerThreadStart() + 568
00000097CB8FFAD0 00007FFC6231B865 System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.RunWorker() + 101
00000097CB8FFB20 00007FFC6231B5FB System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.Run() + 139
00000097CB8FFB60 00007FFC6231B546 System.Private.CoreLib.dll!System.Threading.Thread.StartCallback() + 54
00000097CB8FFE20                  [DebuggerU2MCatchHandlerFrame: 00000097cb8ffe20] 
OS Thread Id: 0x19d4
        Child SP               IP Call Site
00000097CBA7B958 00007FFCE0E5F4D4 ntdll!ZwWaitForSingleObject + 20
00000097CBA7B960 00007FFCDE90D76E KERNELBASE!WaitForSingleObjectEx + 142
00000097CBA7BA00 00007FFCBF0CF230 coreclr!WKS::GCHeap::WaitUntilGCComplete + 48
00000097CBA7BA30 00007FFCBF05F826 coreclr!Thread::RareDisablePreemptiveGC + 202
00000097CBA7BAD0 00007FFCBF0067D9 coreclr!Thread::PulseGCMode + 65
00000097CBA7BB00 00007FFCBF006820 coreclr!CommonTripThread + 64
00000097CBA7BB30 00007FFCBF0069FD coreclr!OnHijackWorker + 141
00000097CBA7BB58                  [HijackFrame: 00000097cba7bb58] 
00000097CBA7BB90 00007FFCBF0121EF coreclr!CLRVectoredExceptionHandler + 343
00000097CBA7BC50 00007FFCBF01205C coreclr!CLRVectoredExceptionHandlerShim + 316
00000097CBA7BCA0 00007FFCE0E3BAA2 ntdll!LdrGetDllHandleByName + 738
00000097CBA7BD40 00007FFCE0DF1662 ntdll!RtlVirtualUnwind2 + 338
00000097CBA7BF80 00007FFCE0E0F6D1 ntdll!RtlRaiseException + 497
00000097CBA7C760 00007FFCE0E64264 ntdll!RtlRaiseExceptionForReturnAddressHijack + 52
00000097CBA7C840 00007FFCD2823709 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.DefiniteAssignmentPass.VisitAssignmentOperator(Microsoft.CodeAnalysis.CSharp.BoundAssignmentOperator) + 89
00000097CBA7C848 0000028A81180238 
00000097CBA7C850 0000028A8027D058 
00000097CBA7C858 0000028A5C3ADBB8 
00000097CBA7C860 00007FFC63BF3668 
00000097CBA7C868 0000028A00000001 
00000097CBA7C870 0000000000000001 
00000097CBA7C878 00007FFC602EC180 
00000097CBA7C880 00000097CBA7C910 
00000097CBA7C888 0000028A81189F70 
00000097CBA7C890 0000028A8117F768 
00000097CBA7C898 0000028A8117F7A8 
00000097CBA7C8A0 00007FFC6616A721 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.AbstractFlowPass`2[[Microsoft.CodeAnalysis.CSharp.DefiniteAssignmentPass+LocalState, Microsoft.CodeAnalysis.CSharp],[System.__Canon, System.Private.CoreLib]].VisitExpressionWithoutStackGuard(Microsoft.CodeAnalysis.CSharp.BoundExpression) + 97
00000097CBA7C8A8 00000097CBA7C8D0 
00000097CBA7C8B0 00007FFC606ADC20 
00000097CBA7C8B8 00000097CBA7C910 
00000097CBA7C8C0 0000028A5C5F93A8 
00000097CBA7C8C8 00007FFC602EC180 
00000097CBA7C8D0 00007FFC65588033 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.VisitExpressionWithStackGuard(Microsoft.CodeAnalysis.CSharp.BoundExpression) + 131
00000097CBA7C8D8 0000028A5C3ADBA0 
00000097CBA7C920 00007FFC655878B6 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.VisitExpressionWithStackGuard(Int32 ByRef, Microsoft.CodeAnalysis.CSharp.BoundExpression) + 198
00000097CBA7C980 00007FFC661FC17A Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.AbstractFlowPass`2[[Microsoft.CodeAnalysis.CSharp.DefiniteAssignmentPass+LocalState, Microsoft.CodeAnalysis.CSharp],[System.__Canon, System.Private.CoreLib]].VisitExpressionStatement(Microsoft.CodeAnalysis.CSharp.BoundExpressionStatement) + 74
00000097CBA7C9E0 00007FFC66220239 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.DefiniteAssignmentPass.VisitStatementsWithLocalFunctions(Microsoft.CodeAnalysis.CSharp.BoundBlock) + 953
00000097CBA7CA60 00007FFC6621F7A2 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.DefiniteAssignmentPass.VisitBlock(Microsoft.CodeAnalysis.CSharp.BoundBlock) + 194
00000097CBA7CBA0 00007FFC66220239 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.DefiniteAssignmentPass.VisitStatementsWithLocalFunctions(Microsoft.CodeAnalysis.CSharp.BoundBlock) + 953
00000097CBA7CC20 00007FFC6621F7A2 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.DefiniteAssignmentPass.VisitBlock(Microsoft.CodeAnalysis.CSharp.BoundBlock) + 194
00000097CBA7CD60 00007FFCD290C736 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.DefiniteAssignmentPass.Scan(Boolean ByRef) + 3734
00000097CBA7CF60 00007FFCD29099E9 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.DefiniteAssignmentPass.Analyze(Boolean ByRef, Microsoft.CodeAnalysis.DiagnosticBag) + 169
00000097CBA7CFF0 00007FFCD28F1F5B Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.DefiniteAssignmentPass.<Analyze>g__analyze|40_1(Boolean, <>c__DisplayClass40_0 ByRef) + 1883
00000097CBA7D1A0 00007FFCD28F12DD Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.DefiniteAssignmentPass.Analyze(Microsoft.CodeAnalysis.CSharp.CSharpCompilation, Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol, Microsoft.CodeAnalysis.CSharp.BoundNode, Microsoft.CodeAnalysis.DiagnosticBag, System.Collections.Immutable.ImmutableArray`1<Microsoft.CodeAnalysis.CSharp.Symbols.FieldSymbol> ByRef, Boolean) + 93
00000097CBA7D260 00007FFCD286389A Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.FlowAnalysisPass.Rewrite(Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol, Microsoft.CodeAnalysis.CSharp.BoundBlock, Microsoft.CodeAnalysis.CSharp.TypeCompilationState, Microsoft.CodeAnalysis.CSharp.BindingDiagnosticBag, Boolean, Boolean) + 506
00000097CBA7D300 00007FFCD28557CE Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.MethodCompiler.CompileMethod(Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol, Int32, ProcessedFieldInitializers ByRef, Microsoft.CodeAnalysis.CSharp.SynthesizedSubmissionFields, Microsoft.CodeAnalysis.CSharp.TypeCompilationState) + 1486
00000097CBA7D740 00007FFCD2E28A82 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.MethodCompiler.CompileNamedType(Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol) + 2146
00000097CBA7DAA0 00007FFCD2E2814F Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.MethodCompiler+<>c__DisplayClass25_0.<CompileNamedTypeAsync>b__0() + 31
00000097CBA7DAE0 00007FFCD2E19303 System.Private.CoreLib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) + 275
00000097CBA7DB50 00007FFCD2864743 System.Private.CoreLib.dll!System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef, System.Threading.Thread) + 179
00000097CBA7DBF0 00007FFCD2DEDBF8 System.Private.CoreLib.dll!System.Threading.Tasks.ThreadPoolTaskScheduler.TryExecuteTaskInline(System.Threading.Tasks.Task, Boolean) + 248
00000097CBA7DC40 00007FFCD2E66485 System.Private.CoreLib.dll!System.Threading.Tasks.Task.WrappedTryRunInline() + 133
00000097CBA7DC90 00007FFCD2E66223 System.Private.CoreLib.dll!System.Threading.Tasks.Task.InternalWaitCore(Int32, System.Threading.CancellationToken) + 99
00000097CBA7DD10 00007FFCD2E92005 System.Private.CoreLib.dll!System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task, System.Threading.Tasks.ConfigureAwaitOptions) + 37
00000097CBA7DD50 00007FFCD5C9299D Microsoft.CodeAnalysis.dll!Microsoft.CodeAnalysis.Compilation.Emit(System.IO.Stream, System.IO.Stream, System.IO.Stream, System.IO.Stream, System.IO.Stream, System.Collections.Generic.IEnumerable`1<Microsoft.CodeAnalysis.ResourceDescription>, Microsoft.CodeAnalysis.Emit.EmitOptions, Microsoft.CodeAnalysis.IMethodSymbol, System.IO.Stream, System.Collections.Generic.IEnumerable`1<Microsoft.CodeAnalysis.EmbeddedText>, Microsoft.CodeAnalysis.RebuildData, Microsoft.CodeAnalysis.CodeGen.CompilationTestData, System.Threading.CancellationToken) + 6525
00000097CBA7E120 00007FFCD5C90A21 Microsoft.CodeAnalysis.dll!Microsoft.CodeAnalysis.Compilation.Emit(System.IO.Stream, System.IO.Stream, System.IO.Stream, System.IO.Stream, System.Collections.Generic.IEnumerable`1<Microsoft.CodeAnalysis.ResourceDescription>, Microsoft.CodeAnalysis.Emit.EmitOptions, Microsoft.CodeAnalysis.IMethodSymbol, System.IO.Stream, System.Collections.Generic.IEnumerable`1<Microsoft.CodeAnalysis.EmbeddedText>, System.IO.Stream, Microsoft.CodeAnalysis.RebuildData, System.Threading.CancellationToken) + 305
00000097CBA7E1E0 00007FFCD5C908CF Microsoft.CodeAnalysis.dll!Microsoft.CodeAnalysis.Compilation.Emit(System.IO.Stream, System.IO.Stream, System.IO.Stream, System.IO.Stream, System.Collections.Generic.IEnumerable`1<Microsoft.CodeAnalysis.ResourceDescription>, Microsoft.CodeAnalysis.Emit.EmitOptions, Microsoft.CodeAnalysis.IMethodSymbol, System.IO.Stream, System.Collections.Generic.IEnumerable`1<Microsoft.CodeAnalysis.EmbeddedText>, System.IO.Stream, System.Threading.CancellationToken) + 95
00000097CBA7E260 00007FFC629C2C97 System.Text.RegularExpressions.Tests.dll!System.Text.RegularExpressions.Tests.RegexGeneratorHelper+<SourceGenRegexAsync>d__13.MoveNext() + 6103
00000097CBA7EB60 00007FFCD4288074 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[System.__Canon, System.Private.CoreLib]](System.__Canon ByRef) + 132
00000097CBA7EBC0 00007FFC625B96BB System.Text.RegularExpressions.Tests.dll!System.Text.RegularExpressions.Tests.RegexGeneratorHelper.SourceGenRegexAsync(System.ValueTuple`4<System.String,System.Globalization.CultureInfo,System.Nullable`1<System.Text.RegularExpressions.RegexOptions>,System.Nullable`1<System.TimeSpan>>[], System.Threading.CancellationToken) + 219
00000097CBA7EC30 00007FFC627A2BD4 System.Text.RegularExpressions.Tests.dll!System.Text.RegularExpressions.Tests.RegexHelpers+<GetRegexesAsync>d__16.MoveNext() + 180
00000097CBA7EED0 00007FFCD4288074 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[System.__Canon, System.Private.CoreLib]](System.__Canon ByRef) + 132
00000097CBA7EF30 00007FFC627A277A System.Text.RegularExpressions.Tests.dll!System.Text.RegularExpressions.Tests.RegexHelpers.GetRegexesAsync(System.Text.RegularExpressions.Tests.RegexEngine, System.ValueTuple`4<System.String,System.Globalization.CultureInfo,System.Nullable`1<System.Text.RegularExpressions.RegexOptions>,System.Nullable`1<System.TimeSpan>>[]) + 202
00000097CBA7EFA0 00007FFC638F3248 System.Text.RegularExpressions.Tests.dll!System.Text.RegularExpressions.Tests.RegexHelpers+<>c__DisplayClass15_0.<GetRegexes>b__0() + 56
00000097CBA7EFE0 00007FFCD5CDDBB4 System.Private.CoreLib.dll!System.Threading.Tasks.Task`1[[System.__Canon, System.Private.CoreLib]].InnerInvoke() + 196
00000097CBA7F060 00007FFCD2D4D768 System.Private.CoreLib.dll!System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(System.Threading.Thread, System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) + 136
00000097CBA7F0B0 00007FFCD286477B System.Private.CoreLib.dll!System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef, System.Threading.Thread) + 235
00000097CBA7F150 00007FFCD427B51F System.Private.CoreLib.dll!System.Threading.ThreadPoolWorkQueue.Dispatch() + 2335
00000097CBA7F210 00007FFCD4CE36A4 System.Private.CoreLib.dll!System.Threading.PortableThreadPool+WorkerThread.WorkerDoWork(System.Threading.PortableThreadPool, Boolean ByRef) + 132
00000097CBA7F2D0 00007FFC623708C6 System.Private.CoreLib.dll!System.Threading.PortableThreadPool+WorkerThread.WorkerThreadStart() + 518
00000097CBA7F390 00007FFC6231B865 System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.RunWorker() + 101
00000097CBA7F3E0 00007FFC6231B5FB System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.Run() + 139
00000097CBA7F420 00007FFC6231B546 System.Private.CoreLib.dll!System.Threading.Thread.StartCallback() + 54
00000097CBA7F6E0                  [DebuggerU2MCatchHandlerFrame: 00000097cba7f6e0] 
OS Thread Id: 0x1980
        Child SP               IP Call Site
00000097CBBFF0C8 00007FFCE0E5F574 ntdll!ZwRemoveIoCompletion + 20
00000097CBBFF0D0 00007FFCDE937713 KERNELBASE!GetQueuedCompletionStatus + 83
00000097CBBFF130 00007FFCD3751961 
00000097CBBFF160                  [InlinedCallFrame: 00000097cbbff160] System.Private.CoreLib.dll!Interop+Kernel32.<GetQueuedCompletionStatus>g____PInvoke|51_0(IntPtr, UInt32*, UIntPtr*, IntPtr*, Int32)
00000097CBBFF160                  [InlinedCallFrame: 00000097cbbff160] System.Private.CoreLib.dll!Interop+Kernel32.<GetQueuedCompletionStatus>g____PInvoke|51_0(IntPtr, UInt32*, UIntPtr*, IntPtr*, Int32)
00000097CBBFF130 00007FFCD3751961 System.Private.CoreLib.dll!Interop+Kernel32.GetQueuedCompletionStatus(IntPtr, UInt32 ByRef, UIntPtr ByRef, IntPtr ByRef, Int32) + -38898111
00000097CBBFF250 00007FFCD37517F2 System.Private.CoreLib.dll!System.Threading.LowLevelLifoSemaphore.WaitCore(Int32) + -38898414
00000097CBBFF2B0 00007FFCD414244B System.Private.CoreLib.dll!System.Threading.LowLevelLifoSemaphore.WaitForSignal(Int32) + -28842005
00000097CBBFF360 00007FFCD4CE3A57 System.Private.CoreLib.dll!System.Threading.LowLevelLifoSemaphore.Wait(Int32, Boolean) + 503
00000097CBBFF420 00007FFC623708F8 System.Private.CoreLib.dll!System.Threading.PortableThreadPool+WorkerThread.WorkerThreadStart() + 568
00000097CBBFF4E0 00007FFC6231B865 System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.RunWorker() + 101
00000097CBBFF530 00007FFC6231B5FB System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.Run() + 139
00000097CBBFF570 00007FFC6231B546 System.Private.CoreLib.dll!System.Threading.Thread.StartCallback() + 54
00000097CBBFF830                  [DebuggerU2MCatchHandlerFrame: 00000097cbbff830] 
OS Thread Id: 0x1e68
        Child SP               IP Call Site
00000097CBD7E3D8 00007FFCE0E5F4D4 ntdll!ZwWaitForSingleObject + 20
00000097CBD7E3E0 00007FFCDE90D76E KERNELBASE!WaitForSingleObjectEx + 142
00000097CBD7E480 00007FFCBF05E810 coreclr!WKS::gc_heap::wait_for_gc_done + 72
00000097CBD7E4B0 00007FFCBF120737 coreclr!WKS::gc_heap::try_allocate_more_space + 351735
00000097CBD7E510 00007FFCBF0CA919 coreclr!WKS::gc_heap::allocate_more_space + 49
00000097CBD7E540 00007FFCBF062328 coreclr!WKS::GCHeap::Alloc + 136
00000097CBD7E580 00007FFCBEFE576C coreclr!JIT_New + 524
00000097CBD7E6E8                  [HelperMethodFrame: 00000097cbd7e6e8] 
00000097CBD7E800 00007FFC66219CA8 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.EmptyStructTypeCache.get_Cache() + 40
00000097CBD7E808 00007FFC6435DC08 
00000097CBD7E810 0000028A813FF010 
00000097CBD7E818 0000028A5C5C8FB8 
00000097CBD7E840 00007FFC661A5917 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.EmptyStructTypeCache.IsEmptyStructType(Microsoft.CodeAnalysis.CSharp.Symbols.TypeSymbol, Roslyn.Utilities.ConsList`1<Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol>) + 311
00000097CBD7E8B0 00007FFCD285C455 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.DefiniteAssignmentPass.EnterParameter(Microsoft.CodeAnalysis.CSharp.Symbols.ParameterSymbol) + 693
00000097CBD7E9C0 00007FFCD290C25E Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.DefiniteAssignmentPass.Scan(Boolean ByRef) + 2494
00000097CBD7EBC0 00007FFCD29099E9 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.DefiniteAssignmentPass.Analyze(Boolean ByRef, Microsoft.CodeAnalysis.DiagnosticBag) + 169
00000097CBD7EC50 00007FFCD28F1F5B Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.DefiniteAssignmentPass.<Analyze>g__analyze|40_1(Boolean, <>c__DisplayClass40_0 ByRef) + 1883
00000097CBD7EE00 00007FFCD28F12DD Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.DefiniteAssignmentPass.Analyze(Microsoft.CodeAnalysis.CSharp.CSharpCompilation, Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol, Microsoft.CodeAnalysis.CSharp.BoundNode, Microsoft.CodeAnalysis.DiagnosticBag, System.Collections.Immutable.ImmutableArray`1<Microsoft.CodeAnalysis.CSharp.Symbols.FieldSymbol> ByRef, Boolean) + 93
00000097CBD7EEC0 00007FFCD286381D Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.FlowAnalysisPass.Rewrite(Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol, Microsoft.CodeAnalysis.CSharp.BoundBlock, Microsoft.CodeAnalysis.CSharp.TypeCompilationState, Microsoft.CodeAnalysis.CSharp.BindingDiagnosticBag, Boolean, Boolean) + 381
00000097CBD7EF60 00007FFCD28557CE Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.MethodCompiler.CompileMethod(Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol, Int32, ProcessedFieldInitializers ByRef, Microsoft.CodeAnalysis.CSharp.SynthesizedSubmissionFields, Microsoft.CodeAnalysis.CSharp.TypeCompilationState) + 1486
00000097CBD7F3A0 00007FFCD2E28A82 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.MethodCompiler.CompileNamedType(Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol) + 2146
00000097CBD7F700 00007FFCD2E2814F Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.MethodCompiler+<>c__DisplayClass25_0.<CompileNamedTypeAsync>b__0() + 31
00000097CBD7F740 00007FFCD2D4D780 System.Private.CoreLib.dll!System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(System.Threading.Thread, System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) + 160
00000097CBD7F790 00007FFCD286477B System.Private.CoreLib.dll!System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef, System.Threading.Thread) + 235
00000097CBD7F830 00007FFCD427AE5E System.Private.CoreLib.dll!System.Threading.ThreadPoolWorkQueue.Dispatch() + 606
00000097CBD7F8F0 00007FFCD4CE36A4 System.Private.CoreLib.dll!System.Threading.PortableThreadPool+WorkerThread.WorkerDoWork(System.Threading.PortableThreadPool, Boolean ByRef) + 132
00000097CBD7F9B0 00007FFC623708C6 System.Private.CoreLib.dll!System.Threading.PortableThreadPool+WorkerThread.WorkerThreadStart() + 518
00000097CBD7FA70 00007FFC6231B865 System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.RunWorker() + 101
00000097CBD7FAC0 00007FFC6231B5FB System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.Run() + 139
00000097CBD7FB00 00007FFC6231B546 System.Private.CoreLib.dll!System.Threading.Thread.StartCallback() + 54
00000097CBD7FDC0                  [DebuggerU2MCatchHandlerFrame: 00000097cbd7fdc0] 
OS Thread Id: 0x192c
        Child SP               IP Call Site
00000097CB17F698 00007FFCE0E5F4D4 ntdll!ZwWaitForSingleObject + 20
00000097CB17F6A0 00007FFCDE90D76E KERNELBASE!WaitForSingleObjectEx + 142
00000097CB17F740 00007FFCBF0E105E coreclr!WKS::gc_heap::bgc_thread_function + 70
00000097CB17F770 00007FFCBF0FADC1 coreclr!<lambda_396fd4a7ec8bcb2ee3c4b4f50bd5797b>::operator() + 161
00000097CB17F7A0 00007FFCDFDE4CB0 kernel32!BaseThreadInitThunk + 16
00000097CB17F7D0 00007FFCE0E3E8AB ntdll!RtlUserThreadStart + 43
0:007> q
quit:
NatVis script unloaded from 'C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\Visualizers\atlmfc.natvis'
NatVis script unloaded from 'C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\Visualizers\concurrency.natvis'
NatVis script unloaded from 'C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\Visualizers\cpp_rest.natvis'
NatVis script unloaded from 'C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\Visualizers\stl.natvis'
NatVis script unloaded from 'C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\Visualizers\Windows.Data.Json.natvis'
NatVis script unloaded from 'C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\Visualizers\Windows.Devices.Geolocation.natvis'
NatVis script unloaded from 'C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\Visualizers\Windows.Devices.Sensors.natvis'
NatVis script unloaded from 'C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\Visualizers\Windows.Media.natvis'
NatVis script unloaded from 'C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\Visualizers\windows.natvis'
NatVis script unloaded from 'C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\Visualizers\winrt.natvis'

----- end ===============  XUnitLogChecker Output - exit code 0 ===============
2024-04-22T21:29:33.556Z	INFO   	run.py	run(48)	main	Beginning reading of test results.
2024-04-22T21:29:33.556Z	INFO   	run.py	__init__(42)	read_results	Searching 'C:\h\w\B4F009B0\w\ACD609B2\e' for test results files
2024-04-22T21:29:33.560Z	INFO   	run.py	__init__(42)	read_results	Searching 'C:\h\w\B4F009B0\w\ACD609B2\uploads' for test results files
2024-04-22T21:29:33.560Z	WARNING	run.py	__init__(55)	read_results	No results file found in any of the following formats: xunit, junit, trx
2024-04-22T21:29:33.561Z	INFO   	run.py	packing_test_reporter(30)	report_results	Packing 0 test reports to 'C:\h\w\B4F009B0\w\ACD609B2\e\__test_report.json'
2024-04-22T21:29:33.562Z	INFO   	run.py	packing_test_reporter(33)	report_results	Packed 1557 bytes
ERROR: The process "corerun.exe" not found.
gen-debug-dump-docs.py: read file: C:\h\w\B4F009B0\p\debug-dump-template.md
gen-debug-dump-docs.py: writing output file: C:\h\w\B4F009B0\w\ACD609B2\uploads\how-to-debug-dump.md
gen-debug-dump-docs.py: done writing debug dump information
['System.Text.RegularExpressions.Tests' END OF WORK ITEM LOG: Command exited with -1073741819]

@jozkee jozkee added area-System.Text.RegularExpressions and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Apr 23, 2024
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-text-regularexpressions
See info in area-owners.md if you want to be subscribed.

@stephentoub
Copy link
Member

Based on:

OS Thread Id: 0x113c
        Child SP               IP Call Site
00000097CACFA510 00007FFCBF01A0EA coreclr!GcInfoDecoder::EnumerateLiveSlots + 3994
00000097CACFA970 00007FFCBF0190AC coreclr!EECodeManager::EnumGcRefs + 924
00000097CACFAB10 00007FFCBF08ABF4 coreclr!GcStackCrawlCallBack + 612
00000097CACFBD00 00007FFCBEFC721B coreclr!Thread::StackWalkFramesEx + 239
00000097CACFC0E0 00007FFCBF014D0A coreclr!Thread::StackWalkFrames + 186
00000097CACFD1F0 00007FFCBF014B63 coreclr!ScanStackRoots + 115
00000097CACFD260 00007FFCBF0145B5 coreclr!GCToEEInterface::GcScanRoots + 173
00000097CACFD2A0 00007FFCBEFFF55E coreclr!WKS::gc_heap::mark_phase + 894
00000097CACFD380 00007FFCBF05CA06 coreclr!WKS::gc_heap::gc1 + 186
00000097CACFD420 00007FFCBF05B1D6 coreclr!WKS::gc_heap::garbage_collect + 1030
00000097CACFD470 00007FFCBF05EA91 coreclr!WKS::GCHeap::GarbageCollectGeneration + 321
00000097CACFD4C0 00007FFCBF0DB7CA coreclr!WKS::gc_heap::trigger_gc_for_alloc + 38
00000097CACFD4F0 00007FFCBF1207EE coreclr!WKS::gc_heap::try_allocate_more_space + 351918
00000097CACFD550 00007FFCBF0CA919 coreclr!WKS::gc_heap::allocate_more_space + 49
00000097CACFD580 00007FFCBF062328 coreclr!WKS::GCHeap::Alloc + 136
00000097CACFD5C0 00007FFCBEFE576C coreclr!JIT_New + 524
00000097CACFD728                  [HelperMethodFrame: 00000097cacfd728] 
00000097CACFD840 00007FFC640D96F8 System.Collections.dll!System.Collections.Generic.SortedSet`1[[System.Collections.Generic.KeyValuePair`2[[System.Int32, System.Private.CoreLib],[Microsoft.CodeAnalysis.CSharp.NullableWalker+Snapshot, Microsoft.CodeAnalysis.CSharp]], System.Private.CoreLib]].AddIfNotPresent(System.Collections.Generic.KeyValuePair`2<Int32,Snapshot>) + 776

changing area to VM

Copy link
Contributor

Tagging subscribers to this area: @mangod9
See info in area-owners.md if you want to be subscribed.

@jkoritzinsky
Copy link
Member

Updating the error message to be the top frame in the unmanaged stack trace to avoid catching every Internal CLR Error (including actual bugs in WIP VM PRs).

@mangod9 mangod9 removed the untriaged New issue has not been triaged by the area owner label May 2, 2024
@mangod9 mangod9 added this to the 9.0.0 milestone May 2, 2024
@mangod9
Copy link
Member

mangod9 commented May 2, 2024

this seems to be some heap corruption. Will need a few dumps to diagnose further.

@jeffschwMSFT jeffschwMSFT removed the blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' label May 30, 2024
@jeffschwMSFT
Copy link
Member

removing blocking-clean-ci as it has not failed in 30 days

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0

@bartonjs
Copy link
Member

Failed again in https://dev.azure.com/dnceng-public/public/_build/results?buildId=710707&view=logs&s=ff05ad62-bb9a-53b6-ce9f-72f329a63e7c&j=d13597fa-8881-588d-f524-38fe1d78b74c (#103255)

Console log: 'System.Text.RegularExpressions.Tests' from job 1fe15daf-513c-4fab-8e1e-4cdb4dcab40b workitem ed686e6c-965c-40f6-8375-9725c702b50d (windows.amd64.server2022.open.rt) executed on machine a00273S running Windows-10-10.0.20348-SP0

C:\h\w\C13C0AAF\w\AB2D08FC\e>set _NT_SYMBOL_PATH=C:\h\w\C13C0AAF\p;C:\h\w\C13C0AAF\p\PDB;C:\h\w\C13C0AAF\p\shared\Microsoft.NETCore.App\9.0.0 

C:\h\w\C13C0AAF\w\AB2D08FC\e>C:\h\w\C13C0AAF\p\dotnet C:\h\w\C13C0AAF\p\sos\tools\net6.0\any\dotnet-sos.dll install --architecture x64 
Installing SOS to C:\Users\runner\.dotnet\sos
Installing over existing installation...
Creating installation directory...
Copying files from C:\h\w\C13C0AAF\p\sos\tools\net6.0\any\win-x64
Copying files from C:\h\w\C13C0AAF\p\sos\tools\net6.0\any\lib
Execute '.load C:\Users\runner\.dotnet\sos\sos.dll' to load SOS in your Windows debugger.
Cleaning up...
SOS install succeeded

C:\h\w\C13C0AAF\w\AB2D08FC\e>taskkill.exe /f /im corerun.exe 
ERROR: The process "corerun.exe" not found.

C:\h\w\C13C0AAF\w\AB2D08FC\e>set __TestArchitecture=x64 

C:\h\w\C13C0AAF\w\AB2D08FC\e>call RunTests.cmd --runtime-path C:\h\w\C13C0AAF\p 
========================= Begin custom configuration settings ==============================
set __IsXUnitLogCheckerSupported=1
========================== End custom configuration settings ===============================
----- start Mon 06/17/2024 21:54:13.38 ===============  To repro directly: =====================================================
pushd C:\h\w\C13C0AAF\w\AB2D08FC\e\
"C:\h\w\C13C0AAF\p\dotnet.exe" exec --runtimeconfig System.Text.RegularExpressions.Tests.runtimeconfig.json --depsfile System.Text.RegularExpressions.Tests.deps.json xunit.console.dll System.Text.RegularExpressions.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing 
popd
===========================================================================================================

C:\h\w\C13C0AAF\w\AB2D08FC\e>"C:\h\w\C13C0AAF\p\dotnet.exe" exec --runtimeconfig System.Text.RegularExpressions.Tests.runtimeconfig.json --depsfile System.Text.RegularExpressions.Tests.deps.json xunit.console.dll System.Text.RegularExpressions.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing  
  Discovering: System.Text.RegularExpressions.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.Text.RegularExpressions.Tests (found 345 of 373 test cases)
  Starting:    System.Text.RegularExpressions.Tests (parallel test collections = on [2 threads], stop on fail = off)
    System.Text.RegularExpressions.Tests.RegexParserTests.RegexParseException_Serializes [SKIP]
      Condition(s) not met: "IsBinaryFormatterSupported"
    System.Text.RegularExpressions.Tests.RegexMatchTimeoutExceptionTests.SerializationRoundtrip [SKIP]
      Condition(s) not met: "IsBinaryFormatterSupported"
Fatal error. Internal CLR error. (0x80131506)
   at System.Collections.Generic.HashSet`1[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].Resize(Int32, Boolean)
   at System.Collections.Generic.HashSet`1[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].AddIfNotPresent(System.__Canon, Int32 ByRef)
   at System.Collections.Generic.HashSet`1[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].Add(System.__Canon)
   at System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1[[System.UInt64, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].Alternate(System.Collections.Generic.List`1<System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1<UInt64>>)
   at System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[[System.UInt64, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].StripEffects(System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1<UInt64>)
   at System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[[System.UInt64, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].CreateDerivativeWithoutEffects(System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1<UInt64>, UInt64, UInt32)
   at System.Text.RegularExpressions.Symbolic.MatchingState`1[[System.UInt64, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].Next(System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1<UInt64>, UInt64, UInt32)
   at System.Text.RegularExpressions.Symbolic.SymbolicRegexMatcher`1[[System.UInt64, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].TryCreateNewTransition(System.Text.RegularExpressions.Symbolic.MatchingState`1<UInt64>, Int32, Int32, Boolean, System.Text.RegularExpressions.Symbolic.MatchingState`1<UInt64> ByRef)
   at System.Text.RegularExpressions.Symbolic.SymbolicRegexMatcher`1+DfaStateHandler[[System.UInt64, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].TryTakeTransition(System.Text.RegularExpressions.Symbolic.SymbolicRegexMatcher`1<UInt64>, CurrentState<UInt64> ByRef, Int32)
   at System.Text.RegularExpressions.Symbolic.SymbolicRegexMatcher`1[[System.UInt64, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].FindEndPositionDeltas[[System.Text.RegularExpressions.Symbolic.SymbolicRegexMatcher`1+DfaStateHandler[[System.UInt64, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Text.RegularExpressions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a],[System.Text.RegularExpressions.Symbolic.SymbolicRegexMatcher`1+FullInputReader[[System.UInt64, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Text.RegularExpressions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a],[System.Text.RegularExpressions.Symbolic.SymbolicRegexMatcher`1+InitialStateFindOptimizationsHandler[[System.UInt64, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Text.RegularExpressions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a],[System.Text.RegularExpressions.Symbolic.SymbolicRegexMatcher`1+FullNullabilityHandler[[System.UInt64, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Text.RegularExpressions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]](System.ReadOnlySpan`1<Char>, Int32, System.Text.RegularExpressions.RegexRunnerMode, Int32 ByRef, CurrentState<UInt64> ByRef, Int32 ByRef, Int32 ByRef, Int32 ByRef, Int32 ByRef)
   at System.Text.RegularExpressions.Symbolic.SymbolicRegexMatcher`1[[System.UInt64, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].FindEndPosition[[System.Text.RegularExpressions.Symbolic.SymbolicRegexMatcher`1+FullInputReader[[System.UInt64, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Text.RegularExpressions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a],[System.Text.RegularExpressions.Symbolic.SymbolicRegexMatcher`1+InitialStateFindOptimizationsHandler[[System.UInt64, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Text.RegularExpressions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a],[System.Text.RegularExpressions.Symbolic.SymbolicRegexMatcher`1+FullNullabilityHandler[[System.UInt64, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Text.RegularExpressions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]](System.ReadOnlySpan`1<Char>, Int32, Int64, System.Text.RegularExpressions.RegexRunnerMode, Int32 ByRef, Int32 ByRef, PerThreadData<UInt64>)
   at System.Text.RegularExpressions.Symbolic.SymbolicRegexMatcher`1[[System.UInt64, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].FindMatch(System.Text.RegularExpressions.RegexRunnerMode, System.ReadOnlySpan`1<Char>, Int32, PerThreadData<UInt64>)
   at System.Text.RegularExpressions.Symbolic.SymbolicRegexRunnerFactory+Runner`1[[System.UInt64, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].Scan(System.ReadOnlySpan`1<Char>)
   at System.Text.RegularExpressions.Regex.ScanInternal(System.Text.RegularExpressions.RegexRunnerMode, Boolean, System.String, Int32, System.Text.RegularExpressions.RegexRunner, System.ReadOnlySpan`1<Char>, Boolean)
   at System.Text.RegularExpressions.Regex.RunSingleMatch(System.Text.RegularExpressions.RegexRunnerMode, Int32, System.String, Int32, Int32, Int32)
   at System.Text.RegularExpressions.Regex.Match(System.String)
   at System.Text.RegularExpressions.Tests.RegexMatchTests+<StressTestNfaMode>d__45.MoveNext()
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]](System.__Canon ByRef)
   at System.Text.RegularExpressions.Tests.RegexMatchTests.StressTestNfaMode(System.String, System.String, Int32)
   at DynamicClass.InvokeStub_RegexMatchTests.StressTestNfaMode(System.Object, System.Span`1<System.Object>)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(System.Object, System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Globalization.CultureInfo)
   at Xunit.Sdk.TestInvoker`1+<>c__DisplayClass46_0+<<InvokeTestMethodAsync>b__1>d[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext()
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestInvoker`1+<>c__DisplayClass46_0+<<InvokeTestMethodAsync>b__1>d[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], xunit.execution.dotnet, Version=2.8.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c]](<<InvokeTestMethodAsync>b__1>d<System.__Canon> ByRef)
   at Xunit.Sdk.ExecutionTimer+<AggregateAsync>d__4.MoveNext()
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.ExecutionTimer+<AggregateAsync>d__4, xunit.execution.dotnet, Version=2.8.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c]](<AggregateAsync>d__4 ByRef)
   at Xunit.Sdk.ExceptionAggregator+<RunAsync>d__9.MoveNext()
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.ExceptionAggregator+<RunAsync>d__9, xunit.core, Version=2.8.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c]](<RunAsync>d__9 ByRef)
   at Xunit.Sdk.TestInvoker`1+<InvokeTestMethodAsync>d__46[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext()
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestInvoker`1+<InvokeTestMethodAsync>d__46[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], xunit.execution.dotnet, Version=2.8.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c]](<InvokeTestMethodAsync>d__46<System.__Canon> ByRef)
   at Xunit.Sdk.TestInvoker`1+<<RunAsync>b__45_0>d[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext()
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestInvoker`1+<<RunAsync>b__45_0>d[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], xunit.execution.dotnet, Version=2.8.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c]](<<RunAsync>b__45_0>d<System.__Canon> ByRef)
   at Xunit.Sdk.ExceptionAggregator+<RunAsync>d__10`1[[System.Decimal, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext()
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.ExceptionAggregator+<RunAsync>d__10`1[[System.Decimal, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], xunit.core, Version=2.8.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c]](<RunAsync>d__10`1<System.Decimal> ByRef)
   at Xunit.Sdk.XunitTestRunner+<InvokeTestAsync>d__4.MoveNext()
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.XunitTestRunner+<InvokeTestAsync>d__4, xunit.execution.dotnet, Version=2.8.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c]](<InvokeTestAsync>d__4 ByRef)
   at Xunit.Sdk.ExceptionAggregator+<RunAsync>d__10`1[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext()
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.ExceptionAggregator+<RunAsync>d__10`1[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], xunit.core, Version=2.8.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c]](<RunAsync>d__10`1<System.__Canon> ByRef)
   at Xunit.Sdk.TestRunner`1+<RunAsync>d__43[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext()
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestRunner`1+<RunAsync>d__43[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], xunit.execution.dotnet, Version=2.8.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c]](<RunAsync>d__43<System.__Canon> ByRef)
   at Xunit.Sdk.XunitTheoryTestCaseRunner+<RunTestAsync>d__11.MoveNext()
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.XunitTheoryTestCaseRunner+<RunTestAsync>d__11, xunit.execution.dotnet, Version=2.8.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c]](<RunTestAsync>d__11 ByRef)
   at Xunit.Sdk.TestCaseRunner`1+<RunAsync>d__19[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext()
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestCaseRunner`1+<RunAsync>d__19[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], xunit.execution.dotnet, Version=2.8.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c]](<RunAsync>d__19<System.__Canon> ByRef)
   at Xunit.Sdk.TestMethodRunner`1+<RunTestCasesAsync>d__32[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext()
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestMethodRunner`1+<RunTestCasesAsync>d__32[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], xunit.execution.dotnet, Version=2.8.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c]](<RunTestCasesAsync>d__32<System.__Canon> ByRef)
   at Xunit.Sdk.TestMethodRunner`1+<RunAsync>d__31[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext()
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestMethodRunner`1+<RunAsync>d__31[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], xunit.execution.dotnet, Version=2.8.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c]](<RunAsync>d__31<System.__Canon> ByRef)
   at Xunit.Sdk.TestMethodRunner`1[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].RunAsync()
   at Xunit.Sdk.TestClassRunner`1+<RunTestMethodsAsync>d__38[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext()
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestClassRunner`1+<RunTestMethodsAsync>d__38[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], xunit.execution.dotnet, Version=2.8.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c]](<RunTestMethodsAsync>d__38<System.__Canon> ByRef)
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].Start[[Xunit.Sdk.TestClassRunner`1+<RunTestMethodsAsync>d__38[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], xunit.execution.dotnet, Version=2.8.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c]](<RunTestMethodsAsync>d__38<System.__Canon> ByRef)
   at Xunit.Sdk.TestClassRunner`1[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].RunTestMethodsAsync()
   at Xunit.Sdk.TestClassRunner`1+<RunAsync>d__37[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext()
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestClassRunner`1+<RunAsync>d__37[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], xunit.execution.dotnet, Version=2.8.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c]](<RunAsync>d__37<System.__Canon> ByRef)
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].Start[[Xunit.Sdk.TestClassRunner`1+<RunAsync>d__37[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], xunit.execution.dotnet, Version=2.8.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c]](<RunAsync>d__37<System.__Canon> ByRef)
   at Xunit.Sdk.TestClassRunner`1[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].RunAsync()
   at Xunit.Sdk.XunitTestCollectionRunner.RunTestClassAsync(Xunit.Abstractions.ITestClass, Xunit.Abstractions.IReflectionTypeInfo, System.Collections.Generic.IEnumerable`1<Xunit.Sdk.IXunitTestCase>)
   at Xunit.Sdk.TestCollectionRunner`1+<RunTestClassesAsync>d__28[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext()
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestCollectionRunner`1+<RunTestClassesAsync>d__28[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], xunit.execution.dotnet, Version=2.8.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c]](<RunTestClassesAsync>d__28<System.__Canon> ByRef)
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].Start[[Xunit.Sdk.TestCollectionRunner`1+<RunTestClassesAsync>d__28[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], xunit.execution.dotnet, Version=2.8.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c]](<RunTestClassesAsync>d__28<System.__Canon> ByRef)
   at Xunit.Sdk.TestCollectionRunner`1[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].RunTestClassesAsync()
   at Xunit.Sdk.TestCollectionRunner`1+<RunAsync>d__27[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext()
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestCollectionRunner`1+<RunAsync>d__27[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], xunit.execution.dotnet, Version=2.8.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c]](<RunAsync>d__27<System.__Canon> ByRef)
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].Start[[Xunit.Sdk.TestCollectionRunner`1+<RunAsync>d__27[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], xunit.execution.dotnet, Version=2.8.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c]](<RunAsync>d__27<System.__Canon> ByRef)
   at Xunit.Sdk.TestCollectionRunner`1[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].RunAsync()
   at Xunit.Sdk.XunitTestAssemblyRunner+<RunTestCollectionAsync>d__18.MoveNext()
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Xunit.Sdk.XunitTestAssemblyRunner+<RunTestCollectionAsync>d__18, xunit.execution.dotnet, Version=2.8.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c]].ExecutionContextCallback(System.Object)
   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Xunit.Sdk.XunitTestAssemblyRunner+<RunTestCollectionAsync>d__18, xunit.execution.dotnet, Version=2.8.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c]].MoveNext(System.Threading.Thread)
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Xunit.Sdk.XunitTestAssemblyRunner+<RunTestCollectionAsync>d__18, xunit.execution.dotnet, Version=2.8.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c]].MoveNext()
   at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(System.Runtime.CompilerServices.IAsyncStateMachineBox, Boolean)
   at System.Threading.Tasks.Task.RunContinuations(System.Object)
   at System.Threading.Tasks.Task`1[[System.Boolean, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].TrySetResult(Boolean)
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Boolean, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].SetExistingTaskResult(System.Threading.Tasks.Task`1<Boolean>, Boolean)
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Boolean, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].SetResult(Boolean)
   at System.Threading.SemaphoreSlim+<WaitUntilCountOrTimeoutAsync>d__31.MoveNext()
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Boolean, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Threading.SemaphoreSlim+<WaitUntilCountOrTimeoutAsync>d__31, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].ExecutionContextCallback(System.Object)
   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Boolean, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Threading.SemaphoreSlim+<WaitUntilCountOrTimeoutAsync>d__31, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext(System.Threading.Thread)
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Boolean, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Threading.SemaphoreSlim+<WaitUntilCountOrTimeoutAsync>d__31, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext()
   at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(System.Runtime.CompilerServices.IAsyncStateMachineBox, Boolean)
   at System.Threading.Tasks.Task.RunContinuations(System.Object)
   at System.Threading.Tasks.Task`1[[System.Boolean, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].TrySetResult(Boolean)
   at System.Threading.Tasks.Task+CancellationPromise`1[[System.Boolean, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].System.Threading.Tasks.ITaskCompletionAction.Invoke(System.Threading.Tasks.Task)
   at System.Threading.Tasks.CompletionActionInvoker.System.Threading.IThreadPoolWorkItem.Execute()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading.PortableThreadPool+WorkerThread.WorkerDoWork(System.Threading.PortableThreadPool, Boolean ByRef)
   at System.Threading.PortableThreadPool+WorkerThread.WorkerThreadStart()
   at System.Threading.Thread+StartHelper.RunWorker()
   at System.Threading.Thread+StartHelper.Run()
   at System.Threading.Thread.StartCallback()
----- end Mon 06/17/2024 21:56:06.54 ----- exit code -1073741819 ----------------------------------------------------------
----- start ===============  XUnitLogChecker Output =====================================================
C:\h\w\C13C0AAF\p\dotnet.exe --roll-forward Major C:\h\w\C13C0AAF\p\XUnitLogChecker.dll --dumps-path C:\cores
[XUnitLogChecker]: 21:56:06.93: Only dumps checking will be done.
[XUnitLogChecker]: 21:56:07.20: Checking for dumps...
[XUnitLogChecker]: 21:56:07.22: Reading crash dump 'C:\cores\dotnet.exe.532.dmp'...
[XUnitLogChecker]: 21:56:07.22: Stack Trace Found:

Invoking: C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\cdb.exe -c "$<C:\h\w\C13C0AAF\t\tmp02hiqi.tmp" -z "C:\cores\dotnet.exe.532.dmp"
stdout: 
Microsoft (R) Windows Debugger Version 10.0.18362.1 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.


Loading Dump File [C:\cores\dotnet.exe.532.dmp]
User Mini Dump File with Full Memory: Only application data is available

Error: Change all symbol paths attempts to access 'C:\h\w\C13C0AAF\p\PDB' failed: 0x2 - The system cannot find the file specified.

************* Path validation summary **************
Response                         Time (ms)     Location
OK                                             C:\h\w\C13C0AAF\p
Error                                          C:\h\w\C13C0AAF\p\PDB
OK                                             C:\h\w\C13C0AAF\p\shared\Microsoft.NETCore.App\9.0.0
Symbol search path is: C:\h\w\C13C0AAF\p;C:\h\w\C13C0AAF\p\PDB;C:\h\w\C13C0AAF\p\shared\Microsoft.NETCore.App\9.0.0
Executable search path is: 
Windows 10 Version 20348 MP (2 procs) Free x64
Product: Server, suite: TerminalServer DataCenter SingleUserTS
20348.1.amd64fre.fe_release.210507-1500
Machine Name:
Debug session time: Mon Jun 17 21:55:40.000 2024 (UTC + 0:00)
System Uptime: 0 days 0:38:12.149
Process Uptime: 0 days 0:01:27.000
................................................................
................................................................
.............................................................
Loading unloaded module list
.
This dump file has an exception of interest stored in it.
The stored exception information can be accessed via .ecxr.
(214.1544): Access violation - code c0000005 (first/second chance not available)
For analysis of this file, run !analyze -v
*** WARNING: Unable to verify checksum for coreclr.dll
coreclr!BitStreamReader::ReadOneFast+0x8cc [inlined in coreclr!GcInfoDecoder::EnumerateLiveSlots+0xeb1]:
00007ffb`1037cf81 488b08          mov     rcx,qword ptr [rax] ds:00007ffa`ba840000=????????????????
0:017> cdb: Reading initial command '$<C:\h\w\C13C0AAF\t\tmp02hiqi.tmp'
0:017> .load C:\Users\runner\.dotnet\sos\sos.dll
0:017> ~*k

   0  Id: 214.19e4 Suspend: 0 Teb: 00000029`c94ca000 Unfrozen
Child-SP          RetAddr           Call Site
00000029`c977d8f8 00007ffb`3e71436c ntdll!NtWaitForMultipleObjects+0x14
00000029`c977d900 00007ffb`102d76b4 KERNELBASE!WaitForMultipleObjectsEx+0xec
00000029`c977dbf0 00007ffb`102d7395 coreclr!Thread::DoAppropriateAptStateWait+0x5c
00000029`c977dc30 00007ffb`102d6fb8 coreclr!Thread::DoAppropriateWaitWorker+0x39d
00000029`c977dd10 00007ffb`102d6e7a coreclr!Thread::DoAppropriateWait+0xb8
00000029`c977ddb0 00007ffa`b396f1c6 coreclr!WaitHandleNative::CorWaitOneNative+0xda
00000029`c977df20 000001d9`0cdae778 0x00007ffa`b396f1c6
00000029`c977df28 00000029`ffffffff 0x000001d9`0cdae778
00000029`c977df30 000001d9`0982a1a0 0x00000029`ffffffff
00000029`c977df38 00007ffa`b3be4183 0x000001d9`0982a1a0
00000029`c977df40 00000029`c977df20 0x00007ffa`b3be4183
00000029`c977df48 00000000`000003b0 0x00000029`c977df20
00000029`c977df50 00000000`00000000 0x3b0

   1  Id: 214.121c Suspend: 0 Teb: 00000029`c94cc000 Unfrozen
Child-SP          RetAddr           Call Site
00000029`c98ff618 00007ffb`40deb77f ntdll!ZwWaitForWorkViaWorkerFactory+0x14
00000029`c98ff620 00007ffb`3fa14cb0 ntdll!RtlInitializeResource+0x96f
00000029`c98ff910 00007ffb`40e5e8ab kernel32!BaseThreadInitThunk+0x10
00000029`c98ff940 00000000`00000000 ntdll!RtlUserThreadStart+0x2b

   2  Id: 214.1778 Suspend: 0 Teb: 00000029`c94ce000 Unfrozen
Child-SP          RetAddr           Call Site
00000029`c9a7fc08 00007ffb`40deb77f ntdll!ZwWaitForWorkViaWorkerFactory+0x14
00000029`c9a7fc10 00007ffb`3fa14cb0 ntdll!RtlInitializeResource+0x96f
00000029`c9a7ff00 00007ffb`40e5e8ab kernel32!BaseThreadInitThunk+0x10
00000029`c9a7ff30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b

   3  Id: 214.60c Suspend: 0 Teb: 00000029`c94d0000 Unfrozen
Child-SP          RetAddr           Call Site
00000029`c9bff7e8 00007ffb`3e71436c ntdll!NtWaitForMultipleObjects+0x14
00000029`c9bff7f0 00007ffb`3e71426e KERNELBASE!WaitForMultipleObjectsEx+0xec
00000029`c9bffae0 00007ffb`103b5833 KERNELBASE!WaitForMultipleObjects+0xe
00000029`c9bffb20 00007ffb`103b5438 coreclr!ds_ipc_poll+0xf3
00000029`c9bffda0 00007ffb`103b5294 coreclr!ds_ipc_stream_factory_get_next_available_stream+0x190
00000029`c9bffe70 00007ffb`3fa14cb0 coreclr!server_thread+0x54
00000029`c9bffee0 00007ffb`40e5e8ab kernel32!BaseThreadInitThunk+0x10
00000029`c9bfff10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b

   4  Id: 214.e9c Suspend: 0 Teb: 00000029`c94d2000 Unfrozen
Child-SP          RetAddr           Call Site
00000029`c9d7f998 00007ffb`3e71436c ntdll!NtWaitForMultipleObjects+0x14
00000029`c9d7f9a0 00007ffb`103c4ec8 KERNELBASE!WaitForMultipleObjectsEx+0xec
00000029`c9d7fc90 00007ffb`103c40d4 coreclr!DebuggerRCThread::MainLoop+0xe8
00000029`c9d7fd50 00007ffb`103c3feb coreclr!DebuggerRCThread::ThreadProc+0xe0
00000029`c9d7fdb0 00007ffb`3fa14cb0 coreclr!DebuggerRCThread::ThreadProcStatic+0x5b
00000029`c9d7fde0 00007ffb`40e5e8ab kernel32!BaseThreadInitThunk+0x10
00000029`c9d7fe10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b

   5  Id: 214.194c Suspend: 0 Teb: 00000029`c94d4000 Unfrozen
Child-SP          RetAddr           Call Site
00000029`c9eff2a8 00007ffb`3e6ed76e ntdll!ZwWaitForSingleObject+0x14
00000029`c9eff2b0 00007ffb`102d80dc KERNELBASE!WaitForSingleObjectEx+0x8e
(Inline Function) --------`-------- coreclr!CLREventWaitHelper2+0x6
00000029`c9eff350 00007ffb`102d525d coreclr!CLREventWaitHelper+0x20
(Inline Function) --------`-------- coreclr!CLREventBase::WaitEx+0x10
(Inline Function) --------`-------- coreclr!CLREventBase::Wait+0x10
00000029`c9eff3b0 00007ffb`102d50b8 coreclr!FinalizerThread::WaitForFinalizerEvent+0x21
00000029`c9eff3f0 00007ffb`1032673d coreclr!FinalizerThread::FinalizerThreadWorker+0x48
(Inline Function) --------`-------- coreclr!ManagedThreadBase_DispatchInner+0xd
00000029`c9eff640 00007ffb`1032664b coreclr!ManagedThreadBase_DispatchMiddle+0x8d
00000029`c9eff710 00007ffb`1038a611 coreclr!ManagedThreadBase_DispatchOuter+0xab
(Inline Function) --------`-------- coreclr!ManagedThreadBase_NoADTransition+0x28
(Inline Function) --------`-------- coreclr!ManagedThreadBase::FinalizerBase+0x28
00000029`c9eff7b0 00007ffb`3fa14cb0 coreclr!FinalizerThread::FinalizerThreadStart+0x91
00000029`c9eff8c0 00007ffb`40e5e8ab kernel32!BaseThreadInitThunk+0x10
00000029`c9eff8f0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b

   6  Id: 214.b94 Suspend: 0 Teb: 00000029`c94d6000 Unfrozen
Child-SP          RetAddr           Call Site
00000029`ca07f958 00007ffb`3e6ed76e ntdll!ZwWaitForSingleObject+0x14
00000029`ca07f960 00007ffb`102d80dc KERNELBASE!WaitForSingleObjectEx+0x8e
(Inline Function) --------`-------- coreclr!CLREventWaitHelper2+0x6
00000029`ca07fa00 00007ffb`103c13e0 coreclr!CLREventWaitHelper+0x20
(Inline Function) --------`-------- coreclr!CLREventBase::WaitEx+0x12
(Inline Function) --------`-------- coreclr!CLREventBase::Wait+0x12
00000029`ca07fa60 00007ffb`103c127d coreclr!TieredCompilationManager::BackgroundWorkerStart+0x11c
00000029`ca07fab0 00007ffb`1032673d coreclr!TieredCompilationManager::BackgroundWorkerBootstrapper1+0x5d
(Inline Function) --------`-------- coreclr!ManagedThreadBase_DispatchInner+0xd
00000029`ca07faf0 00007ffb`1032664b coreclr!ManagedThreadBase_DispatchMiddle+0x8d
00000029`ca07fbc0 00007ffb`103260ca coreclr!ManagedThreadBase_DispatchOuter+0xab
(Inline Function) --------`-------- coreclr!ManagedThreadBase_FullTransition+0x24
(Inline Function) --------`-------- coreclr!ManagedThreadBase::KickOff+0x24
00000029`ca07fc60 00007ffb`3fa14cb0 coreclr!TieredCompilationManager::BackgroundWorkerBootstrapper0+0x3a
00000029`ca07fcb0 00007ffb`40e5e8ab kernel32!BaseThreadInitThunk+0x10
00000029`ca07fce0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b

   7  Id: 214.129c Suspend: 0 Teb: 00000029`c94de000 Unfrozen
Child-SP          RetAddr           Call Site
00000029`ca1ff088 00007ffb`3e71436c ntdll!NtWaitForMultipleObjects+0x14
00000029`ca1ff090 00007ffb`102d76b4 KERNELBASE!WaitForMultipleObjectsEx+0xec
00000029`ca1ff380 00007ffb`102d7395 coreclr!Thread::DoAppropriateAptStateWait+0x5c
00000029`ca1ff3c0 00007ffb`102d6fb8 coreclr!Thread::DoAppropriateWaitWorker+0x39d
00000029`ca1ff4a0 00007ffb`102d6e7a coreclr!Thread::DoAppropriateWait+0xb8
00000029`ca1ff540 00007ffa`bb852fdf coreclr!WaitHandleNative::CorWaitOneNative+0xda
00000029`ca1ff6b0 00007ffa`b39706ef 0x00007ffa`bb852fdf
00000029`ca1ff6b8 00000219`ffffffff 0x00007ffa`b39706ef
00000029`ca1ff6c0 00000000`00000000 0x00000219`ffffffff

   8  Id: 214.1774 Suspend: 0 Teb: 00000029`c94e0000 Unfrozen
Child-SP          RetAddr           Call Site
00000029`ca37e958 00007ffb`3e71436c ntdll!NtWaitForMultipleObjects+0x14
00000029`ca37e960 00007ffb`102d76b4 KERNELBASE!WaitForMultipleObjectsEx+0xec
00000029`ca37ec50 00007ffb`102d7395 coreclr!Thread::DoAppropriateAptStateWait+0x5c
00000029`ca37ec90 00007ffb`102d6fb8 coreclr!Thread::DoAppropriateWaitWorker+0x39d
00000029`ca37ed70 00007ffb`102d6e7a coreclr!Thread::DoAppropriateWait+0xb8
00000029`ca37ee10 00007ffa`bb852fdf coreclr!WaitHandleNative::CorWaitOneNative+0xda
00000029`ca37ef80 00000029`ca37ef60 0x00007ffa`bb852fdf
00000029`ca37ef88 00000000`00002ee0 0x00000029`ca37ef60
00000029`ca37ef90 00000000`00000000 0x2ee0

   9  Id: 214.1ccc Suspend: 0 Teb: 00000029`c94e2000 Unfrozen
Child-SP          RetAddr           Call Site
00000029`ca3bedd8 00007ffb`3e6ed76e ntdll!ZwWaitForSingleObject+0x14
00000029`ca3bede0 00007ffb`103cb770 KERNELBASE!WaitForSingleObjectEx+0x8e
(Inline Function) --------`-------- coreclr!GCEvent::Impl::Wait+0xf
(Inline Function) --------`-------- coreclr!GCEvent::Wait+0x16
00000029`ca3bee80 00007ffb`102c8e44 coreclr!WKS::GCHeap::WaitUntilGCComplete+0x30
00000029`ca3beeb0 00007ffb`102d7552 coreclr!Thread::RareDisablePreemptiveGC+0x1bc
(Inline Function) --------`-------- coreclr!Thread::DisablePreemptiveGC+0x1e
(Inline Function) --------`-------- coreclr!GCHolderBase::PopInternal+0x34
(Inline Function) --------`-------- coreclr!GCPreemp::{dtor}+0x34
00000029`ca3bef40 00007ffb`102d6fb8 coreclr!Thread::DoAppropriateWaitWorker+0x55a
00000029`ca3bf020 00007ffb`102d6e7a coreclr!Thread::DoAppropriateWait+0xb8
00000029`ca3bf0c0 00007ffa`bb852fdf coreclr!WaitHandleNative::CorWaitOneNative+0xda
00000029`ca3bf230 00000000`00000003 0x00007ffa`bb852fdf
00000029`ca3bf238 00000029`000001f4 0x3
00000029`ca3bf240 00000000`00000000 0x00000029`000001f4

  10  Id: 214.dac Suspend: 0 Teb: 00000029`c94e4000 Unfrozen
Child-SP          RetAddr           Call Site
00000029`ca53f758 00007ffb`3e717713 ntdll!ZwRemoveIoCompletion+0x14
00000029`ca53f760 00007ffa`b8ccfa27 KERNELBASE!GetQueuedCompletionStatus+0x53
00000029`ca53f7c0 00000000`00004e20 0x00007ffa`b8ccfa27
00000029`ca53f7c8 00000219`9e926d30 0x4e20
00000029`ca53f7d0 00003c42`0000000d 0x00000219`9e926d30
00000029`ca53f7d8 00007ffa`00000000 0x00003c42`0000000d
00000029`ca53f7e0 00000007`00004e20 0x00007ffa`00000000
00000029`ca53f7e8 00000029`ca53f840 0x00000007`00004e20
00000029`ca53f7f0 0000a0f4`f2ffdd12 0x00000029`ca53f840
00000029`ca53f7f8 00007ffb`10651d80 0x0000a0f4`f2ffdd12
00000029`ca53f800 00000029`ca53fd10 coreclr!vtable_InlinedCallFrame
00000029`ca53f808 00007ffa`b09a7710 0x00000029`ca53fd10
00000029`ca53f810 00000029`ca53f7c0 0x00007ffa`b09a7710
00000029`ca53f818 00007ffa`b8ccfa27 0x00000029`ca53f7c0
00000029`ca53f820 00000029`ca53f880 0x00007ffa`b8ccfa27
00000029`ca53f828 00000029`00000000 0x00000029`ca53f880
00000029`ca53f830 00000000`00000000 0x00000029`00000000

  11  Id: 214.a58 Suspend: 0 Teb: 00000029`c94e6000 Unfrozen
Child-SP          RetAddr           Call Site
00000029`ca6bc778 00007ffb`3e71436c ntdll!NtWaitForMultipleObjects+0x14
00000029`ca6bc780 00007ffb`102d76b4 KERNELBASE!WaitForMultipleObjectsEx+0xec
00000029`ca6bca70 00007ffb`102d7395 coreclr!Thread::DoAppropriateAptStateWait+0x5c
00000029`ca6bcab0 00007ffb`102d6fb8 coreclr!Thread::DoAppropriateWaitWorker+0x39d
00000029`ca6bcb90 00007ffb`102d69f1 coreclr!Thread::DoAppropriateWait+0xb8
(Inline Function) --------`-------- coreclr!CLREventBase::WaitEx+0x53
00000029`ca6bcc30 00007ffb`102d6370 coreclr!CLREventBase::Wait+0x59
(Inline Function) --------`-------- coreclr!Thread::Wait+0x21
(Inline Function) --------`-------- coreclr!Thread::Block+0x25
00000029`ca6bcc80 00007ffb`102d5569 coreclr!SyncBlock::Wait+0x1d0
(Inline Function) --------`-------- coreclr!ObjHeader::Wait+0x2b
(Inline Function) --------`-------- coreclr!Object::Wait+0x2b
00000029`ca6bcd90 00007ffa`b8d70001 coreclr!Monitor_Wait+0x79
00000029`ca6bce10 000001d9`2e6a65f0 0x00007ffa`b8d70001
00000029`ca6bce18 00000029`ca6bf830 0x000001d9`2e6a65f0
00000029`ca6bce20 00007ffa`b09a8b00 0x00000029`ca6bf830
00000029`ca6bce28 00000029`ca6bce68 0x00007ffa`b09a8b00
00000029`ca6bce30 00007ffa`bb82888e 0x00000029`ca6bce68
00000029`ca6bce38 00000029`ca6bce90 0x00007ffa`bb82888e
00000029`ca6bce40 00000029`ca6bce10 0x00000029`ca6bce90
00000029`ca6bce48 00000000`00000000 0x00000029`ca6bce10

  12  Id: 214.5fc Suspend: 0 Teb: 00000029`c94e8000 Unfrozen
Child-SP          RetAddr           Call Site
00000029`ca83f918 00007ffb`40deb77f ntdll!ZwWaitForWorkViaWorkerFactory+0x14
00000029`ca83f920 00007ffb`3fa14cb0 ntdll!RtlInitializeResource+0x96f
00000029`ca83fc10 00007ffb`40e5e8ab kernel32!BaseThreadInitThunk+0x10
00000029`ca83fc40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b

  13  Id: 214.b84 Suspend: 0 Teb: 00000029`c9502000 Unfrozen
Child-SP          RetAddr           Call Site
00000029`ca9bcc88 00007ffb`3e6ed76e ntdll!ZwWaitForSingleObject+0x14
00000029`ca9bcc90 00007ffb`103cb770 KERNELBASE!WaitForSingleObjectEx+0x8e
(Inline Function) --------`-------- coreclr!GCEvent::Impl::Wait+0xf
(Inline Function) --------`-------- coreclr!GCEvent::Wait+0x16
00000029`ca9bcd30 00007ffb`102c8e44 coreclr!WKS::GCHeap::WaitUntilGCComplete+0x30
00000029`ca9bcd60 00007ffb`102c6ff0 coreclr!Thread::RareDisablePreemptiveGC+0x1bc
(Inline Function) --------`-------- coreclr!Thread::DisablePreemptiveGC+0x16
00000029`ca9bcdf0 00007ffb`103a36a5 coreclr!Thread::PulseGCMode+0x28
00000029`ca9bce20 00007ffb`10380379 coreclr!FC_GCPoll+0xc1
00000029`ca9bcf70 00007ffa`b77b03b3 coreclr!Buffer::BulkMoveWithWriteBarrier+0x209
00000029`ca9bcfa0 000001d9`4664bcd8 0x00007ffa`b77b03b3
00000029`ca9bcfa8 000001d9`4664bcd8 0x000001d9`4664bcd8
00000029`ca9bcfb0 00000029`ca9bd090 0x000001d9`4664bcd8
00000029`ca9bcfb8 00007ffa`b59a676b 0x00000029`ca9bd090
00000029`ca9bcfc0 000001d9`4664bc00 0x00007ffa`b59a676b
00000029`ca9bcfc8 00000000`00000000 0x000001d9`4664bc00

  14  Id: 214.d30 Suspend: 0 Teb: 00000029`c9504000 Unfrozen
Child-SP          RetAddr           Call Site
00000029`cab3f708 00007ffb`3e717713 ntdll!ZwRemoveIoCompletion+0x14
00000029`cab3f710 00007ffa`b8ccfa27 KERNELBASE!GetQueuedCompletionStatus+0x53
00000029`cab3f770 00000000`00004e20 0x00007ffa`b8ccfa27
00000029`cab3f778 00000219`a2149f20 0x4e20
00000029`cab3f780 00000000`0000000d 0x00000219`a2149f20
00000029`cab3f788 00007ffa`00000000 0xd
00000029`cab3f790 00000007`00004e20 0x00007ffa`00000000
00000029`cab3f798 00000029`cab3f7f0 0x00000007`00004e20
00000029`cab3f7a0 0000a0f4`f2ffdd12 0x00000029`cab3f7f0
00000029`cab3f7a8 00007ffb`10651d80 0x0000a0f4`f2ffdd12
00000029`cab3f7b0 00000029`cab3fcc0 coreclr!vtable_InlinedCallFrame
00000029`cab3f7b8 00007ffa`b09a7710 0x00000029`cab3fcc0
00000029`cab3f7c0 00000029`cab3f770 0x00007ffa`b09a7710
00000029`cab3f7c8 00007ffa`b8ccfa27 0x00000029`cab3f770
00000029`cab3f7d0 00000029`cab3f830 0x00007ffa`b8ccfa27
00000029`cab3f7d8 00000029`00000000 0x00000029`cab3f830
00000029`cab3f7e0 00000000`00000000 0x00000029`00000000

  15  Id: 214.fac Suspend: 0 Teb: 00000029`c9506000 Unfrozen
Child-SP          RetAddr           Call Site
00000029`cae3c378 00007ffb`3e6ed76e ntdll!ZwWaitForSingleObject+0x14
00000029`cae3c380 00007ffb`103cb770 KERNELBASE!WaitForSingleObjectEx+0x8e
(Inline Function) --------`-------- coreclr!GCEvent::Impl::Wait+0xf
(Inline Function) --------`-------- coreclr!GCEvent::Wait+0x16
00000029`cae3c420 00007ffb`102c8e44 coreclr!WKS::GCHeap::WaitUntilGCComplete+0x30
00000029`cae3c450 00007ffb`102c6ff0 coreclr!Thread::RareDisablePreemptiveGC+0x1bc
(Inline Function) --------`-------- coreclr!Thread::DisablePreemptiveGC+0x16
00000029`cae3c4e0 00007ffb`102c5c1d coreclr!Thread::PulseGCMode+0x28
00000029`cae3c510 00007ffb`103e4f04 coreclr!OnHijackWorker+0x8d
00000029`cae3c570 00000029`cae3c600 coreclr!OnHijackTripThread+0x24
00000029`cae3c5f8 00007ffa`b464bcc4 0x00000029`cae3c600
00000029`cae3c600 000001d9`09c514c0 0x00007ffa`b464bcc4
00000029`cae3c608 00000005`00005d70 0x000001d9`09c514c0
00000029`cae3c610 00000001`00000002 0x00000005`00005d70
00000029`cae3c618 00000000`00000000 0x00000001`00000002

  16  Id: 214.1c70 Suspend: 0 Teb: 00000029`c9508000 Unfrozen
Child-SP          RetAddr           Call Site
00000029`cb13dfe8 00007ffb`3e6ed76e ntdll!ZwWaitForSingleObject+0x14
00000029`cb13dff0 00007ffb`103cb770 KERNELBASE!WaitForSingleObjectEx+0x8e
(Inline Function) --------`-------- coreclr!GCEvent::Impl::Wait+0xf
(Inline Function) --------`-------- coreclr!GCEvent::Wait+0x16
00000029`cb13e090 00007ffb`102c8e44 coreclr!WKS::GCHeap::WaitUntilGCComplete+0x30
00000029`cb13e0c0 00007ffb`102c8337 coreclr!Thread::RareDisablePreemptiveGC+0x1bc
00000029`cb13e150 00007ffb`103e4e74 coreclr!JIT_RareDisableHelperWorker+0x57
00000029`cb13e290 00007ffa`b7796b27 coreclr!JIT_RareDisableHelper+0x14
00000029`cb13e2d0 00000029`cb13e300 0x00007ffa`b7796b27
00000029`cb13e2d8 00000000`00000000 0x00000029`cb13e300

# 17  Id: 214.1544 Suspend: 0 Teb: 00000029`c950a000 Unfrozen
Child-SP          RetAddr           Call Site
(Inline Function) --------`-------- coreclr!BitStreamReader::ReadOneFast+0x8cc
00000029`cb2b87d0 00007ffb`1037b716 coreclr!GcInfoDecoder::EnumerateLiveSlots+0xeb1
00000029`cb2b8c40 00007ffb`1030995c coreclr!EECodeManager::EnumGcRefs+0x1f6
00000029`cb2b8de0 00007ffb`102f6677 coreclr!GcStackCrawlCallBack+0x17c
(Inline Function) --------`-------- coreclr!Thread::MakeStackwalkerCallback+0x50
00000029`cb2b9fd0 00007ffb`102e1e97 coreclr!Thread::StackWalkFramesEx+0xef
00000029`cb2ba3b0 00007ffb`102e0c97 coreclr!Thread::StackWalkFrames+0xbf
00000029`cb2bb4c0 00007ffb`102e0a7e coreclr!ScanStackRoots+0x73
00000029`cb2bb530 00007ffb`102cb3e7 coreclr!GCToEEInterface::GcScanRoots+0xd6
(Inline Function) --------`-------- coreclr!GCScan::GcScanRoots+0x19
00000029`cb2bb580 00007ffb`10356134 coreclr!WKS::gc_heap::mark_phase+0x20f
00000029`cb2bb650 00007ffb`103550e3 coreclr!WKS::gc_heap::gc1+0xbc
(Inline Function) --------`-------- coreclr!GCToOSInterface::GetLowPrecisionTimeStamp+0x5
00000029`cb2bb6b0 00007ffb`102c9bc5 coreclr!WKS::gc_heap::garbage_collect+0x1ab
00000029`cb2bb700 00007ffb`103d820a coreclr!WKS::GCHeap::GarbageCollectGeneration+0x141
00000029`cb2bb750 00007ffb`10363f30 coreclr!WKS::gc_heap::trigger_gc_for_alloc+0x26
00000029`cb2bb780 00007ffb`10363dc5 coreclr!WKS::gc_heap::try_allocate_more_space+0x144
00000029`cb2bb7e0 00007ffb`1035a348 coreclr!WKS::gc_heap::allocate_more_space+0x31
(Inline Function) --------`-------- coreclr!WKS::gc_heap::allocate+0x5a
00000029`cb2bb810 00007ffb`1037f0b2 coreclr!WKS::GCHeap::Alloc+0x88
(Inline Function) --------`-------- coreclr!Alloc+0xb2
(Inline Function) --------`-------- coreclr!AllocateSzArray+0x273
00000029`cb2bb850 00007ffa`b77877df coreclr!JIT_NewArr1+0x3a2
00000029`cb2bbb00 000001d9`47400828 0x00007ffa`b77877df
00000029`cb2bbb08 000001d9`47400828 0x000001d9`47400828
00000029`cb2bbb10 000001d9`47400828 0x000001d9`47400828
00000029`cb2bbb18 00000000`00000011 0x000001d9`47400828
00000029`cb2bbb20 000001d9`47400828 0x11
00000029`cb2bbb28 000001d9`47400828 0x000001d9`47400828
00000029`cb2bbb30 000001d9`474008d8 0x000001d9`47400828
00000029`cb2bbb38 000001d9`3c8aee10 0x000001d9`474008d8
00000029`cb2bbb40 00000029`cb2bbc20 0x000001d9`3c8aee10
00000029`cb2bbb48 000001d9`4740098c 0x00000029`cb2bbc20
00000029`cb2bbb50 00000000`02d29fe7 0x000001d9`4740098c
00000029`cb2bbb58 000001d9`099cc7e8 0x2d29fe7
00000029`cb2bbb60 00000000`00000000 0x000001d9`099cc7e8

  18  Id: 214.fa8 Suspend: 0 Teb: 00000029`c9556000 Unfrozen
Child-SP          RetAddr           Call Site
00000029`cb73f1e8 00007ffb`3e71436c ntdll!NtWaitForMultipleObjects+0x14
00000029`cb73f1f0 00007ffb`102d76b4 KERNELBASE!WaitForMultipleObjectsEx+0xec
00000029`cb73f4e0 00007ffb`102d7395 coreclr!Thread::DoAppropriateAptStateWait+0x5c
00000029`cb73f520 00007ffb`102d6fb8 coreclr!Thread::DoAppropriateWaitWorker+0x39d
00000029`cb73f600 00007ffb`102d6e7a coreclr!Thread::DoAppropriateWait+0xb8
00000029`cb73f6a0 00007ffa`bb852fdf coreclr!WaitHandleNative::CorWaitOneNative+0xda
00000029`cb73f810 00000029`cb73f870 0x00007ffa`bb852fdf
00000029`cb73f818 00000000`000039d3 0x00000029`cb73f870
00000029`cb73f820 00000000`00000000 0x39d3

  19  Id: 214.1c14 Suspend: 0 Teb: 00000029`c9558000 Unfrozen
Child-SP          RetAddr           Call Site
00000029`cb8bf818 00007ffb`40deb77f ntdll!ZwWaitForWorkViaWorkerFactory+0x14
00000029`cb8bf820 00007ffb`3fa14cb0 ntdll!RtlInitializeResource+0x96f
00000029`cb8bfb10 00007ffb`40e5e8ab kernel32!BaseThreadInitThunk+0x10
00000029`cb8bfb40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b

  20  Id: 214.834 Suspend: 0 Teb: 00000029`c955a000 Unfrozen
Child-SP          RetAddr           Call Site
00000029`cba3f508 00007ffb`40deb77f ntdll!ZwWaitForWorkViaWorkerFactory+0x14
00000029`cba3f510 00007ffb`3fa14cb0 ntdll!RtlInitializeResource+0x96f
00000029`cba3f800 00007ffb`40e5e8ab kernel32!BaseThreadInitThunk+0x10
00000029`cba3f830 00000000`00000000 ntdll!RtlUserThreadStart+0x2b

  21  Id: 214.8b4 Suspend: 0 Teb: 00000029`c955c000 Unfrozen
Child-SP          RetAddr           Call Site
00000029`cacbf808 00007ffb`40deb77f ntdll!ZwWaitForWorkViaWorkerFactory+0x14
00000029`cacbf810 00007ffb`3fa14cb0 ntdll!RtlInitializeResource+0x96f
00000029`cacbfb00 00007ffb`40e5e8ab kernel32!BaseThreadInitThunk+0x10
00000029`cacbfb30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b

  22  Id: 214.19b8 Suspend: 0 Teb: 00000029`c955e000 Unfrozen
Child-SP          RetAddr           Call Site
00000029`cba7f4b8 00007ffb`3e7f2b94 ntdll!NtRemoveIoCompletionEx+0x14
00000029`cba7f4c0 00007ffa`ba97ed38 KERNELBASE!GetQueuedCompletionStatusEx+0xc4
00000029`cba7f560 00000029`cba7f840 0x00007ffa`ba97ed38
00000029`cba7f568 00007ffa`b77e5d96 0x00000029`cba7f840
00000029`cba7f570 00000029`cba7f8d0 0x00007ffa`b77e5d96
00000029`cba7f578 00000000`00000000 0x00000029`cba7f8d0

  23  Id: 214.1c3c Suspend: 0 Teb: 00000029`c94c4000 Unfrozen
Child-SP          RetAddr           Call Site
00000029`cb43f718 00007ffb`3e6ed76e ntdll!ZwWaitForSingleObject+0x14
00000029`cb43f720 00007ffb`103de4de KERNELBASE!WaitForSingleObjectEx+0x8e
(Inline Function) --------`-------- coreclr!GCEvent::Impl::Wait+0xe
(Inline Function) --------`-------- coreclr!GCEvent::Wait+0x15
00000029`cb43f7c0 00007ffb`103f58f1 coreclr!WKS::gc_heap::bgc_thread_function+0x46
00000029`cb43f7f0 00007ffb`3fa14cb0 coreclr!<lambda_def44bdf18ce103f23d0057144eb2392>::operator()+0xa1
00000029`cb43f820 00007ffb`40e5e8ab kernel32!BaseThreadInitThunk+0x10
00000029`cb43f850 00000000`00000000 ntdll!RtlUserThreadStart+0x2b

  24  Id: 214.1250 Suspend: 0 Teb: 00000029`c95de000 Unfrozen
Child-SP          RetAddr           Call Site
00000029`cb5bf398 00007ffb`3e717713 ntdll!ZwRemoveIoCompletion+0x14
00000029`cb5bf3a0 00007ffa`b8ccfa27 KERNELBASE!GetQueuedCompletionStatus+0x53
00000029`cb5bf400 00000000`00004e20 0x00007ffa`b8ccfa27
00000029`cb5bf408 00007ffb`40e37eba 0x4e20
00000029`cb5bf410 00007ffa`b09a7710 ntdll!RtlDelayExecution+0x2a
00000029`cb5bf450 00000029`cb5bf400 0x00007ffa`b09a7710
00000029`cb5bf458 00007ffa`b8ccfa27 0x00000029`cb5bf400
00000029`cb5bf460 00000029`cb5bf4c0 0x00007ffa`b8ccfa27
00000029`cb5bf468 00000029`00000000 0x00000029`cb5bf4c0
00000029`cb5bf470 00000000`00000000 0x00000029`00000000

  25  Id: 214.1c48 Suspend: 0 Teb: 00000029`c9424000 Unfrozen
Child-SP          RetAddr           Call Site
00000029`cafbf958 00007ffb`3e717713 ntdll!ZwRemoveIoCompletion+0x14
00000029`cafbf960 00007ffa`b8ccfa27 KERNELBASE!GetQueuedCompletionStatus+0x53
00000029`cafbf9c0 00000000`00004e20 0x00007ffa`b8ccfa27
00000029`cafbf9c8 00007ffb`40e37eba 0x4e20
00000029`cafbf9d0 00007ffa`b09a7710 ntdll!RtlDelayExecution+0x2a
00000029`cafbfa10 00000029`cafbf9c0 0x00007ffa`b09a7710
00000029`cafbfa18 00007ffa`b8ccfa27 0x00000029`cafbf9c0
00000029`cafbfa20 00000029`cafbfa80 0x00007ffa`b8ccfa27
00000029`cafbfa28 00000029`00000000 0x00000029`cafbfa80
00000029`cafbfa30 00000000`00000000 0x00000029`00000000

  26  Id: 214.1d50 Suspend: 0 Teb: 00000029`c9426000 Unfrozen
Child-SP          RetAddr           Call Site
00000029`cbbff668 00007ffb`3e717713 ntdll!ZwRemoveIoCompletion+0x14
00000029`cbbff670 00007ffa`b8ccfa27 KERNELBASE!GetQueuedCompletionStatus+0x53
00000029`cbbff6d0 00000000`00004e20 0x00007ffa`b8ccfa27
00000029`cbbff6d8 00007ffb`40e37eba 0x4e20
00000029`cbbff6e0 00007ffa`b09a7710 ntdll!RtlDelayExecution+0x2a
00000029`cbbff720 00000029`cbbff6d0 0x00007ffa`b09a7710
00000029`cbbff728 00007ffa`b8ccfa27 0x00000029`cbbff6d0
00000029`cbbff730 00000029`cbbff790 0x00007ffa`b8ccfa27
00000029`cbbff738 00000029`00000000 0x00000029`cbbff790
00000029`cbbff740 00000000`00000000 0x00000029`00000000

  27  Id: 214.988 Suspend: 0 Teb: 00000029`c9428000 Unfrozen
Child-SP          RetAddr           Call Site
00000029`cbd7f708 00007ffb`3e717713 ntdll!ZwRemoveIoCompletion+0x14
00000029`cbd7f710 00007ffa`b8ccfa27 KERNELBASE!GetQueuedCompletionStatus+0x53
00000029`cbd7f770 00000000`00004e20 0x00007ffa`b8ccfa27
00000029`cbd7f778 00007ffb`40e37eba 0x4e20
00000029`cbd7f780 00007ffa`b09a7710 ntdll!RtlDelayExecution+0x2a
00000029`cbd7f7c0 00000029`cbd7f770 0x00007ffa`b09a7710
00000029`cbd7f7c8 00007ffa`b8ccfa27 0x00000029`cbd7f770
00000029`cbd7f7d0 00000029`cbd7f830 0x00007ffa`b8ccfa27
00000029`cbd7f7d8 00000029`00000000 0x00000029`cbd7f830
00000029`cbd7f7e0 00000000`00000000 0x00000029`00000000

  28  Id: 214.1f1c Suspend: 0 Teb: 00000029`c942a000 Unfrozen
Child-SP          RetAddr           Call Site
00000029`cbeff2b8 00007ffb`3e717713 ntdll!ZwRemoveIoCompletion+0x14
00000029`cbeff2c0 00007ffa`b8ccfa27 KERNELBASE!GetQueuedCompletionStatus+0x53
00000029`cbeff320 00000000`00004e20 0x00007ffa`b8ccfa27
00000029`cbeff328 00007ffb`40e37eba 0x4e20
00000029`cbeff330 00007ffa`b09a7710 ntdll!RtlDelayExecution+0x2a
00000029`cbeff370 00000029`cbeff320 0x00007ffa`b09a7710
00000029`cbeff378 00007ffa`b8ccfa27 0x00000029`cbeff320
00000029`cbeff380 00000029`cbeff3e0 0x00007ffa`b8ccfa27
00000029`cbeff388 00000219`00000000 0x00000029`cbeff3e0
00000029`cbeff390 00000000`00000000 0x00000219`00000000
0:017> !clrstack -f -all
OS Thread Id: 0x19e4
        Child SP               IP Call Site
00000029C977D8F8 00007FFB40E7FFA4 ntdll!NtWaitForMultipleObjects + 20
00000029C977D900 00007FFB3E71436C KERNELBASE!WaitForMultipleObjectsEx + 236
00000029C977DBF0 00007FFB102D76B4 coreclr!Thread::DoAppropriateAptStateWait + 92
00000029C977DC30 00007FFB102D7395 coreclr!Thread::DoAppropriateWaitWorker + 925
00000029C977DD10 00007FFB102D6FB8 coreclr!Thread::DoAppropriateWait + 184
00000029C977DDB0 00007FFB102D6E7A coreclr!WaitHandleNative::CorWaitOneNative + 218
00000029C977DE28                  [HelperMethodFrame: 00000029c977de28] System.Private.CoreLib.dll!System.Threading.WaitHandle.WaitOneCore(IntPtr, Int32, Boolean)
00000029C977DF20 00007FFAB396F1C6 System.Private.CoreLib.dll!System.Threading.WaitHandle.WaitOneNoCheck(Int32, Boolean, System.Object, WaitHandleWaitSourceMap) + -133053786
00000029C977DF28 000001D90CDAE778 
00000029C977DF30 00000029FFFFFFFF 
00000029C977DF38 000001D90982A1A0 
00000029C977DF40 00007FFAB3BE4183 
00000029C977DF48 00000029C977DF20 
00000029C977DF50 00000000000003B0 
00000029C977DFA0 00007FFAB0F03990 xunit.console.dll!Xunit.ConsoleClient.ConsoleRunner.ExecuteAssembly(System.Object, Xunit.XunitProjectAssembly, Boolean, Boolean, System.Nullable`1<Boolean>, System.Nullable`1<Int32>, Boolean, Boolean, System.Nullable`1<Xunit.AppDomainSupport>, Boolean, Boolean, Xunit.XunitFilters, Boolean) + 2608
00000029C977E120 00007FFAB0EF5083 xunit.console.dll!Xunit.ConsoleClient.ConsoleRunner.RunProject(Xunit.XunitProject, Boolean, System.Nullable`1<Boolean>, System.Nullable`1<Boolean>, System.Nullable`1<Int32>, Boolean, Boolean, System.Nullable`1<Xunit.AppDomainSupport>, Boolean, Boolean, Boolean) + 1923
00000029C977E450 00007FFAB0EB2682 xunit.console.dll!Xunit.ConsoleClient.ConsoleRunner.EntryPoint(System.String[]) + 1346
00000029C977E600 00007FFAB08878E9 xunit.console.dll!Xunit.ConsoleClient.Program.Main(System.String[]) + 233
OS Thread Id: 0x194c
        Child SP               IP Call Site
00000029C9EFF2A8 00007FFB40E7F4D4 ntdll!ZwWaitForSingleObject + 20
00000029C9EFF2B0 00007FFB3E6ED76E KERNELBASE!WaitForSingleObjectEx + 142
00000029C9EFF350 00007FFB102D80DC coreclr!CLREventWaitHelper + 32
00000029C9EFF3B0 00007FFB102D525D coreclr!FinalizerThread::WaitForFinalizerEvent + 33
00000029C9EFF3F0 00007FFB102D50B8 coreclr!FinalizerThread::FinalizerThreadWorker + 72
00000029C9EFF640 00007FFB1032673D coreclr!ManagedThreadBase_DispatchMiddle + 141
00000029C9EFF710 00007FFB1032664B coreclr!ManagedThreadBase_DispatchOuter + 171
00000029C9EFF750                  [DebuggerU2MCatchHandlerFrame: 00000029c9eff750] 
00000029C9EFF7B0 00007FFB1038A611 coreclr!FinalizerThread::FinalizerThreadStart + 145
00000029C9EFF8C0 00007FFB3FA14CB0 kernel32!BaseThreadInitThunk + 16
00000029C9EFF8F0 00007FFB40E5E8AB ntdll!RtlUserThreadStart + 43
OS Thread Id: 0xb94
        Child SP               IP Call Site
00000029CA07F958 00007FFB40E7F4D4 ntdll!ZwWaitForSingleObject + 20
00000029CA07F960 00007FFB3E6ED76E KERNELBASE!WaitForSingleObjectEx + 142
00000029CA07FA00 00007FFB102D80DC coreclr!CLREventWaitHelper + 32
00000029CA07FA60 00007FFB103C13E0 coreclr!TieredCompilationManager::BackgroundWorkerStart + 284
00000029CA07FAB0 00007FFB103C127D coreclr!TieredCompilationManager::BackgroundWorkerBootstrapper1 + 93
00000029CA07FAF0 00007FFB1032673D coreclr!ManagedThreadBase_DispatchMiddle + 141
00000029CA07FBC0 00007FFB1032664B coreclr!ManagedThreadBase_DispatchOuter + 171
00000029CA07FC00                  [DebuggerU2MCatchHandlerFrame: 00000029ca07fc00] 
00000029CA07FC60 00007FFB103260CA coreclr!TieredCompilationManager::BackgroundWorkerBootstrapper0 + 58
00000029CA07FCB0 00007FFB3FA14CB0 kernel32!BaseThreadInitThunk + 16
00000029CA07FCE0 00007FFB40E5E8AB ntdll!RtlUserThreadStart + 43
OS Thread Id: 0x129c
        Child SP               IP Call Site
00000029CA1FF088 00007FFB40E7FFA4 ntdll!NtWaitForMultipleObjects + 20
00000029CA1FF090 00007FFB3E71436C KERNELBASE!WaitForMultipleObjectsEx + 236
00000029CA1FF380 00007FFB102D76B4 coreclr!Thread::DoAppropriateAptStateWait + 92
00000029CA1FF3C0 00007FFB102D7395 coreclr!Thread::DoAppropriateWaitWorker + 925
00000029CA1FF4A0 00007FFB102D6FB8 coreclr!Thread::DoAppropriateWait + 184
00000029CA1FF540 00007FFB102D6E7A coreclr!WaitHandleNative::CorWaitOneNative + 218
00000029CA1FF5B8                  [HelperMethodFrame: 00000029ca1ff5b8] System.Private.CoreLib.dll!System.Threading.WaitHandle.WaitOneCore(IntPtr, Int32, Boolean)
00000029CA1FF6B0 00007FFABB852FDF System.Private.CoreLib.dll!System.Threading.WaitHandle.WaitOneNoCheck(Int32, Boolean, System.Object, WaitHandleWaitSourceMap) + 191
00000029CA1FF6B8 00007FFAB39706EF 
00000029CA1FF6C0 00000219FFFFFFFF 
00000029CA1FF720 00007FFAB8724697 xunit.execution.dotnet.dll!Xunit.Sdk.MessageBus.ReporterWorker() + 81477687
00000029CA1FF7E0 00007FFAB396F9B2 xunit.execution.dotnet.dll!Xunit.Sdk.XunitWorkerThread+<>c.<QueueUserWorkItem>b__5_0(System.Object) + -143110126
00000029CA1FF830 00007FFAB396F93B System.Private.CoreLib.dll!System.Threading.Tasks.Task.InnerInvoke() + -107738757
00000029CA1FF870 00007FFAB396F892 System.Private.CoreLib.dll!System.Threading.Tasks.Task+<>c.<.cctor>b__292_0(System.Object) + -107738526
00000029CA1FF8B0 00007FFAB396F7AF System.Private.CoreLib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) + -107739281
00000029CA1FF920 00007FFAB396F43A System.Private.CoreLib.dll!System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef, System.Threading.Thread) + -107738646
00000029CA1FFA10 00007FFAB396EF95 System.Private.CoreLib.dll!System.Threading.Tasks.Task.ExecuteEntryUnsafe(System.Threading.Thread) + -107739595
00000029CA1FFA50 00007FFAB396EEFD System.Private.CoreLib.dll!System.Threading.Tasks.ThreadPoolTaskScheduler+<>c.<.cctor>b__10_0(System.Object) + -143112483
00000029CA1FFA90 00007FFAB396EE2C System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.RunWorker() + -143112100
00000029CA1FFAE0 00007FFAB396ED56 System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.Run() + -143111738
00000029CA1FFB20 00007FFAB396ECA6 System.Private.CoreLib.dll!System.Threading.Thread.StartCallback() + -143111402
00000029CA1FFDA0                  [DebuggerU2MCatchHandlerFrame: 00000029ca1ffda0] 
OS Thread Id: 0x1774
        Child SP               IP Call Site
00000029CA37E958 00007FFB40E7FFA4 ntdll!NtWaitForMultipleObjects + 20
00000029CA37E960 00007FFB3E71436C KERNELBASE!WaitForMultipleObjectsEx + 236
00000029CA37EC50 00007FFB102D76B4 coreclr!Thread::DoAppropriateAptStateWait + 92
00000029CA37EC90 00007FFB102D7395 coreclr!Thread::DoAppropriateWaitWorker + 925
00000029CA37ED70 00007FFB102D6FB8 coreclr!Thread::DoAppropriateWait + 184
00000029CA37EE10 00007FFB102D6E7A coreclr!WaitHandleNative::CorWaitOneNative + 218
00000029CA37EE88                  [HelperMethodFrame: 00000029ca37ee88] System.Private.CoreLib.dll!System.Threading.WaitHandle.WaitOneCore(IntPtr, Int32, Boolean)
00000029CA37EF80 00007FFABB852FDF System.Private.CoreLib.dll!System.Threading.WaitHandle.WaitOneNoCheck(Int32, Boolean, System.Object, WaitHandleWaitSourceMap) + 191
00000029CA37EF88 00000029CA37EF60 
00000029CA37EF90 0000000000002EE0 
00000029CA37EFF0 00007FFAB8E4C590 System.Private.CoreLib.dll!System.Threading.WaitHandle.WaitOne(Int32) + 32
00000029CA37F030 00007FFAB3BD08C8 xunit.runner.utility.netcoreapp10.dll!Xunit.DelegatingLongRunningTestDetectionSink.WaitForStopEvent(Int32) + 56
00000029CA37F070 00007FFAB3BD06C5 xunit.runner.utility.netcoreapp10.dll!Xunit.DelegatingLongRunningTestDetectionSink.ThreadWorker() + 277
00000029CA37F140 00007FFAB3BD0482 xunit.runner.utility.netcoreapp10.dll!Xunit.Sdk.XunitWorkerThread+<>c.<QueueUserWorkItem>b__4_0(System.Object) + 82
00000029CA37F190 00007FFAB39C644B System.Private.CoreLib.dll!System.Threading.QueueUserWorkItemCallbackDefaultContext.Execute() + -143047333
00000029CA37F1D0 00007FFAB39C63E1 System.Private.CoreLib.dll!System.Threading.ThreadPoolWorkQueue.DispatchWorkItem(System.Object, System.Threading.Thread) + -129280943
00000029CA37F210 00007FFAB39C3C18 System.Private.CoreLib.dll!System.Threading.ThreadPoolWorkQueue.Dispatch() + -133313000
00000029CA37F2E0 00007FFAB39C3220 System.Private.CoreLib.dll!System.Threading.PortableThreadPool+WorkerThread.WorkerDoWork(System.Threading.PortableThreadPool, Boolean ByRef) + -133314976
00000029CA37F360 00007FFAB39C2316 System.Private.CoreLib.dll!System.Threading.PortableThreadPool+WorkerThread.WorkerThreadStart() + 518
00000029CA37F420 00007FFAB396EDE5 System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.RunWorker() + -143112171
00000029CA37F470 00007FFAB396ED56 System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.Run() + -143111738
00000029CA37F4B0 00007FFAB396ECA6 System.Private.CoreLib.dll!System.Threading.Thread.StartCallback() + -143111402
00000029CA37F730                  [DebuggerU2MCatchHandlerFrame: 00000029ca37f730] 
OS Thread Id: 0x1ccc
        Child SP               IP Call Site
00000029CA3BEDD8 00007FFB40E7F4D4 ntdll!ZwWaitForSingleObject + 20
00000029CA3BEDE0 00007FFB3E6ED76E KERNELBASE!WaitForSingleObjectEx + 142
00000029CA3BEE80 00007FFB103CB770 coreclr!WKS::GCHeap::WaitUntilGCComplete + 48
00000029CA3BEEB0 00007FFB102C8E44 coreclr!Thread::RareDisablePreemptiveGC + 444
00000029CA3BEF40 00007FFB102D7552 coreclr!Thread::DoAppropriateWaitWorker + 1370
00000029CA3BF020 00007FFB102D6FB8 coreclr!Thread::DoAppropriateWait + 184
00000029CA3BF0C0 00007FFB102D6E7A coreclr!WaitHandleNative::CorWaitOneNative + 218
00000029CA3BF138                  [HelperMethodFrame: 00000029ca3bf138] System.Private.CoreLib.dll!System.Threading.WaitHandle.WaitOneCore(IntPtr, Int32, Boolean)
00000029CA3BF230 00007FFABB852FDF System.Private.CoreLib.dll!System.Threading.WaitHandle.WaitOneNoCheck(Int32, Boolean, System.Object, WaitHandleWaitSourceMap) + 191
00000029CA3BF238 0000000000000003 
00000029CA3BF240 00000029000001F4 
00000029CA3BF2A0 00007FFAB8E4C590 System.Private.CoreLib.dll!System.Threading.WaitHandle.WaitOne(Int32) + 32
00000029CA3BF2E0 00007FFAB3BD176B System.Private.CoreLib.dll!System.Threading.PortableThreadPool+GateThread.GateThreadStart() + 667
00000029CA3BF430 00007FFAB396EDE5 System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.RunWorker() + -143112171
00000029CA3BF480 00007FFAB396ED56 System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.Run() + -143111738
00000029CA3BF4C0 00007FFAB396ECA6 System.Private.CoreLib.dll!System.Threading.Thread.StartCallback() + -143111402
00000029CA3BF740                  [DebuggerU2MCatchHandlerFrame: 00000029ca3bf740] 
OS Thread Id: 0xdac
        Child SP               IP Call Site
00000029CA53F758 00007FFB40E7F574 ntdll!ZwRemoveIoCompletion + 20
00000029CA53F760 00007FFB3E717713 KERNELBASE!GetQueuedCompletionStatus + 83
00000029CA53F7C0 00007FFAB8CCFA27 
00000029CA53F7C8 0000000000004E20 
00000029CA53F7D0 000002199E926D30 
00000029CA53F7D8 00003C420000000D 
00000029CA53F7E0 00007FFA00000000 
00000029CA53F7E8 0000000700004E20 
00000029CA53F7F0 00000029CA53F840 
00000029CA53F7F8                  [InlinedCallFrame: 00000029ca53f7f8] System.Private.CoreLib.dll!Interop+Kernel32.<GetQueuedCompletionStatus>g____PInvoke|51_0(IntPtr, UInt32*, UIntPtr*, IntPtr*, Int32)
00000029CA53F7F8                  [InlinedCallFrame: 00000029ca53f7f8] System.Private.CoreLib.dll!Interop+Kernel32.<GetQueuedCompletionStatus>g____PInvoke|51_0(IntPtr, UInt32*, UIntPtr*, IntPtr*, Int32)
00000029CA53F7C0 00007FFAB8CCFA27 System.Private.CoreLib.dll!System.Threading.LowLevelLifoSemaphore.WaitForSignal(Int32) + 263
00000029CA53F800 00007FFB10651D80 coreclr!vtable_InlinedCallFrame
00000029CA53F808 00000029CA53FD10 
00000029CA53F810 00007FFAB09A7710 
00000029CA53F818 00000029CA53F7C0 
00000029CA53F820 00007FFAB8CCFA27 
00000029CA53F828 00000029CA53F880 
00000029CA53F830 0000002900000000 
00000029CA53F890 00007FFABB8FAB75 System.Private.CoreLib.dll!System.Threading.LowLevelLifoSemaphore.Wait(Int32, Boolean) + 437
00000029CA53F940 00007FFAB39C2348 System.Private.CoreLib.dll!System.Threading.PortableThreadPool+WorkerThread.WorkerThreadStart() + 568
00000029CA53FA00 00007FFAB396EDE5 System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.RunWorker() + -143112171
00000029CA53FA50 00007FFAB396ED56 System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.Run() + -143111738
00000029CA53FA90 00007FFAB396ECA6 System.Private.CoreLib.dll!System.Threading.Thread.StartCallback() + -143111402
00000029CA53FD10                  [DebuggerU2MCatchHandlerFrame: 00000029ca53fd10] 
OS Thread Id: 0xa58
        Child SP               IP Call Site
00000029CA6BC778 00007FFB40E7FFA4 ntdll!NtWaitForMultipleObjects + 20
00000029CA6BC780 00007FFB3E71436C KERNELBASE!WaitForMultipleObjectsEx + 236
00000029CA6BCA70 00007FFB102D76B4 coreclr!Thread::DoAppropriateAptStateWait + 92
00000029CA6BCAB0 00007FFB102D7395 coreclr!Thread::DoAppropriateWaitWorker + 925
00000029CA6BCB90 00007FFB102D6FB8 coreclr!Thread::DoAppropriateWait + 184
00000029CA6BCC30 00007FFB102D69F1 coreclr!CLREventBase::Wait + 89
00000029CA6BCC80 00007FFB102D6370 coreclr!SyncBlock::Wait + 464
00000029CA6BCD90 00007FFB102D5569 coreclr!Monitor_Wait + 121
00000029CA6BCE10 00007FFAB8D70001 
00000029CA6BCE18 000001D92E6A65F0 
00000029CA6BCE20 00000029CA6BF830 
00000029CA6BCE28 00007FFAB09A8B00 
00000029CA6BCE30 00000029CA6BCE68 
00000029CA6BCE38 00007FFABB82888E 
00000029CA6BCE40 00000029CA6BCE90 
00000029CA6BCE48 00000029CA6BCE10 
00000029CA6BCE68                  [InlinedCallFrame: 00000029ca6bce68] System.Private.CoreLib.dll!System.Threading.Monitor.<Wait>g____PInvoke|12_0(System.Runtime.CompilerServices.ObjectHandleOnStack, Int32)
00000029CA6BCE68                  [InlinedCallFrame: 00000029ca6bce68] System.Private.CoreLib.dll!System.Threading.Monitor.<Wait>g____PInvoke|12_0(System.Runtime.CompilerServices.ObjectHandleOnStack, Int32)
00000029CA6BCE10 00007FFAB8D70001 System.Private.CoreLib.dll!System.Threading.ManualResetEventSlim.Wait(Int32, System.Threading.CancellationToken) + 673
00000029CA6BCF50 00007FFABB8BFB9E System.Private.CoreLib.dll!System.Threading.Tasks.Task.SpinThenBlockingWait(Int32, System.Threading.CancellationToken) + 206
00000029CA6BCFD0 00007FFABA03009D System.Private.CoreLib.dll!System.Threading.Tasks.Task.InternalWaitCore(Int32, System.Threading.CancellationToken) + 157
00000029CA6BD050 00007FFABA030A75 System.Private.CoreLib.dll!System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task, System.Threading.Tasks.ConfigureAwaitOptions) + 37
00000029CA6BD090 00007FFABB828531 System.Private.CoreLib.dll!System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon, System.Private.CoreLib]].GetResult() + 49
00000029CA6BD0C0 00007FFAB61F52E9 System.Text.RegularExpressions.Tests.dll!System.Text.RegularExpressions.Tests.RegexHelpers.GetRegexes(System.Text.RegularExpressions.Tests.RegexEngine, System.ValueTuple`4<System.String,System.Globalization.CultureInfo,System.Nullable`1<System.Text.RegularExpressions.RegexOptions>,System.Nullable`1<System.TimeSpan>>[]) + 265
00000029CA6BD160 00007FFAB8E694EA System.Text.RegularExpressions.Tests.dll!System.Text.RegularExpressions.Tests.RegexPcre2Tests+<PcreTestData>d__0.MoveNext() + 650
00000029CA6BD270 00007FFAB3958081 System.Linq.dll!System.Linq.Enumerable+IEnumerableSelectIterator`2[[System.__Canon, System.Private.CoreLib],[System.__Canon, System.Private.CoreLib]].MoveNext() + 289
00000029CA6BD340 00007FFAB8D60BC4 xunit.execution.dotnet.dll!Xunit.Sdk.XunitTheoryTestCaseRunner+<AfterTestCaseStartingAsync>d__9.MoveNext() + 1476
00000029CA6BD460 00007FFAB8D6052A System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.XunitTheoryTestCaseRunner+<AfterTestCaseStartingAsync>d__9, xunit.execution.dotnet]](<AfterTestCaseStartingAsync>d__9 ByRef) + 106
00000029CA6BD4C0 00007FFAB8D375E1 xunit.execution.dotnet.dll!Xunit.Sdk.TestCaseRunner`1+<RunAsync>d__19[[System.__Canon, System.Private.CoreLib]].MoveNext() + 705
00000029CA6BD620 00007FFAB8D431F0 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestCaseRunner`1+<RunAsync>d__19[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunAsync>d__19<System.__Canon> ByRef) + 128
00000029CA6BD690 00007FFAB8D36EED xunit.execution.dotnet.dll!Xunit.Sdk.TestMethodRunner`1+<RunTestCasesAsync>d__32[[System.__Canon, System.Private.CoreLib]].MoveNext() + 877
00000029CA6BD7E0 00007FFAB8D40A90 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestMethodRunner`1+<RunTestCasesAsync>d__32[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunTestCasesAsync>d__32<System.__Canon> ByRef) + 128
00000029CA6BD850 00007FFAB8D36287 xunit.execution.dotnet.dll!Xunit.Sdk.TestMethodRunner`1+<RunAsync>d__31[[System.__Canon, System.Private.CoreLib]].MoveNext() + 615
00000029CA6BD960 00007FFAB8D406C0 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestMethodRunner`1+<RunAsync>d__31[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunAsync>d__31<System.__Canon> ByRef) + 128
00000029CA6BD9D0 00007FFAB8D4057C xunit.execution.dotnet.dll!Xunit.Sdk.TestMethodRunner`1[[System.__Canon, System.Private.CoreLib]].RunAsync() + 92
00000029CA6BDA30 00007FFAB8D1FEE2 xunit.execution.dotnet.dll!Xunit.Sdk.TestClassRunner`1+<RunTestMethodsAsync>d__38[[System.__Canon, System.Private.CoreLib]].MoveNext() + 2002
00000029CA6BDDA0 00007FFAB3BDE803 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestClassRunner`1+<RunTestMethodsAsync>d__38[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunTestMethodsAsync>d__38<System.__Canon> ByRef) + -148827293
00000029CA6BDE60 00007FFAB3BDE720 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, System.Private.CoreLib]].Start[[Xunit.Sdk.TestClassRunner`1+<RunTestMethodsAsync>d__38[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunTestMethodsAsync>d__38<System.__Canon> ByRef) + -148827392
00000029CA6BDEB0 00007FFAB3BDE68B xunit.execution.dotnet.dll!Xunit.Sdk.TestClassRunner`1[[System.__Canon, System.Private.CoreLib]].RunTestMethodsAsync() + -148827317
00000029CA6BDF40 00007FFAB3BDBF90 xunit.execution.dotnet.dll!Xunit.Sdk.TestClassRunner`1+<RunAsync>d__37[[System.__Canon, System.Private.CoreLib]].MoveNext() + -148681968
00000029CA6BE0B0 00007FFAB3BDBC4B System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestClassRunner`1+<RunAsync>d__37[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunAsync>d__37<System.__Canon> ByRef) + -148830565
00000029CA6BE160 00007FFAB3BDBB70 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, System.Private.CoreLib]].Start[[Xunit.Sdk.TestClassRunner`1+<RunAsync>d__37[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunAsync>d__37<System.__Canon> ByRef) + -148830656
00000029CA6BE1B0 00007FFAB3BDBAE0 xunit.execution.dotnet.dll!Xunit.Sdk.TestClassRunner`1[[System.__Canon, System.Private.CoreLib]].RunAsync() + -148830592
00000029CA6BE230 00007FFAB3BDB5BC xunit.execution.dotnet.dll!Xunit.Sdk.XunitTestCollectionRunner.RunTestClassAsync(Xunit.Abstractions.ITestClass, Xunit.Abstractions.IReflectionTypeInfo, System.Collections.Generic.IEnumerable`1<Xunit.Sdk.IXunitTestCase>) + -148830628
00000029CA6BE2D0 00007FFAB3BDA390 xunit.execution.dotnet.dll!Xunit.Sdk.TestCollectionRunner`1+<RunTestClassesAsync>d__28[[System.__Canon, System.Private.CoreLib]].MoveNext() + -148686400
00000029CA6BE540 00007FFAB3BD942C System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestCollectionRunner`1+<RunTestClassesAsync>d__28[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunTestClassesAsync>d__28<System.__Canon> ByRef) + -148838804
00000029CA6BE5F0 00007FFAB3BD9190 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, System.Private.CoreLib]].Start[[Xunit.Sdk.TestCollectionRunner`1+<RunTestClassesAsync>d__28[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunTestClassesAsync>d__28<System.__Canon> ByRef) + -148839344
00000029CA6BE640 00007FFAB3BD90F7 xunit.execution.dotnet.dll!Xunit.Sdk.TestCollectionRunner`1[[System.__Canon, System.Private.CoreLib]].RunTestClassesAsync() + -148839273
00000029CA6BE6D0 00007FFAB3BD6141 xunit.execution.dotnet.dll!Xunit.Sdk.TestCollectionRunner`1+<RunAsync>d__27[[System.__Canon, System.Private.CoreLib]].MoveNext() + -148700799
00000029CA6BE840 00007FFAB3BD5DFB System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestCollectionRunner`1+<RunAsync>d__27[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunAsync>d__27<System.__Canon> ByRef) + -148846565
00000029CA6BE8F0 00007FFAB3BD5D20 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, System.Private.CoreLib]].Start[[Xunit.Sdk.TestCollectionRunner`1+<RunAsync>d__27[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunAsync>d__27<System.__Canon> ByRef) + -148846656
00000029CA6BE940 00007FFAB3BD5C90 xunit.execution.dotnet.dll!Xunit.Sdk.TestCollectionRunner`1[[System.__Canon, System.Private.CoreLib]].RunAsync() + -148846592
00000029CA6BE9C0 00007FFAB6235900 xunit.execution.dotnet.dll!Xunit.Sdk.XunitTestAssemblyRunner+<RunTestCollectionAsync>d__18.MoveNext() + -108701792
00000029CA6BEAC0 00007FFAB618F256 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon, System.Private.CoreLib],[Xunit.Sdk.XunitTestAssemblyRunner+<RunTestCollectionAsync>d__18, xunit.execution.dotnet]].ExecutionContextCallback(System.Object) + -109383354
00000029CA6BEAF0 00007FFABA02F0FC System.Private.CoreLib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) + 188
00000029CA6BEB60 00007FFAB618F09E System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon, System.Private.CoreLib],[Xunit.Sdk.XunitTestAssemblyRunner+<RunTestCollectionAsync>d__18, xunit.execution.dotnet]].MoveNext(System.Threading.Thread) + -109383154
00000029CA6BEC10 00007FFAB618EF3A System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon, System.Private.CoreLib],[Xunit.Sdk.XunitTestAssemblyRunner+<RunTestCollectionAsync>d__18, xunit.execution.dotnet]].MoveNext() + -109383446
00000029CA6BEC40 00007FFABC1441B3 System.Private.CoreLib.dll!System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(System.Runtime.CompilerServices.IAsyncStateMachineBox, Boolean) + 531
00000029CA6BECF0 00007FFABB917A07 System.Private.CoreLib.dll!System.Threading.Tasks.Task.RunContinuations(System.Object) + 103
00000029CA6BED80 00007FFABB97C8CD System.Private.CoreLib.dll!System.Threading.Tasks.Task`1[[System.Boolean, System.Private.CoreLib]].TrySetResult(Boolean) + 141
00000029CA6BEDE0 00007FFAB61904C7 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Boolean, System.Private.CoreLib]].SetExistingTaskResult(System.Threading.Tasks.Task`1<Boolean>, Boolean) + -109375353
00000029CA6BEE20 00007FFABC17AD2E System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Boolean, System.Private.CoreLib]].SetResult(Boolean) + 62
00000029CA6BEE50 00007FFAB45DDE7B System.Private.CoreLib.dll!System.Threading.SemaphoreSlim+<WaitUntilCountOrTimeoutAsync>d__31.MoveNext() + -138416197
00000029CA6BEF30 00007FFAB6190430 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Boolean, System.Private.CoreLib],[System.Threading.SemaphoreSlim+<WaitUntilCountOrTimeoutAsync>d__31, System.Private.CoreLib]].ExecutionContextCallback(System.Object) + 48
00000029CA6BEF70 00007FFABA02F0FC System.Private.CoreLib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) + 188
00000029CA6BEFE0 00007FFAB61902E3 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Boolean, System.Private.CoreLib],[System.Threading.SemaphoreSlim+<WaitUntilCountOrTimeoutAsync>d__31, System.Private.CoreLib]].MoveNext(System.Threading.Thread) + 243
00000029CA6BF050 00007FFAB61901CA System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Boolean, System.Private.CoreLib],[System.Threading.SemaphoreSlim+<WaitUntilCountOrTimeoutAsync>d__31, System.Private.CoreLib]].MoveNext() + 26
00000029CA6BF080 00007FFABC1441B3 System.Private.CoreLib.dll!System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(System.Runtime.CompilerServices.IAsyncStateMachineBox, Boolean) + 531
00000029CA6BF130 00007FFABB917A07 System.Private.CoreLib.dll!System.Threading.Tasks.Task.RunContinuations(System.Object) + 103
00000029CA6BF1C0 00007FFABB97C8CD System.Private.CoreLib.dll!System.Threading.Tasks.Task`1[[System.Boolean, System.Private.CoreLib]].TrySetResult(Boolean) + 141
00000029CA6BF220 00007FFAB6190110 System.Private.CoreLib.dll!System.Threading.Tasks.Task+CancellationPromise`1[[System.Boolean, System.Private.CoreLib]].System.Threading.Tasks.ITaskCompletionAction.Invoke(System.Threading.Tasks.Task) + 224
00000029CA6BF290 00007FFAB619000B System.Private.CoreLib.dll!System.Threading.Tasks.CompletionActionInvoker.System.Threading.IThreadPoolWorkItem.Execute() + 43
00000029CA6BF2C0 00007FFABB8E7A5C System.Private.CoreLib.dll!System.Threading.ThreadPoolWorkQueue.Dispatch() + 3164
00000029CA6BF3A0 00007FFABB8E6C35 System.Private.CoreLib.dll!System.Threading.PortableThreadPool+WorkerThread.WorkerDoWork(System.Threading.PortableThreadPool, Boolean ByRef) + 117
00000029CA6BF460 00007FFAB39C2316 System.Private.CoreLib.dll!System.Threading.PortableThreadPool+WorkerThread.WorkerThreadStart() + 518
00000029CA6BF520 00007FFAB396EDE5 System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.RunWorker() + -143112171
00000029CA6BF570 00007FFAB396ED56 System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.Run() + -143111738
00000029CA6BF5B0 00007FFAB396ECA6 System.Private.CoreLib.dll!System.Threading.Thread.StartCallback() + -143111402
00000029CA6BF830                  [DebuggerU2MCatchHandlerFrame: 00000029ca6bf830] 
OS Thread Id: 0xb84
        Child SP               IP Call Site
00000029CA9BCC88 00007FFB40E7F4D4 ntdll!ZwWaitForSingleObject + 20
00000029CA9BCC90 00007FFB3E6ED76E KERNELBASE!WaitForSingleObjectEx + 142
00000029CA9BCD30 00007FFB103CB770 coreclr!WKS::GCHeap::WaitUntilGCComplete + 48
00000029CA9BCD60 00007FFB102C8E44 coreclr!Thread::RareDisablePreemptiveGC + 444
00000029CA9BCDF0 00007FFB102C6FF0 coreclr!Thread::PulseGCMode + 40
00000029CA9BCE20 00007FFB103A36A5 coreclr!FC_GCPoll + 193
00000029CA9BCE68                  [HelperMethodFrame_1OBJ: 00000029ca9bce68] System.Private.CoreLib.dll!System.Buffer.__BulkMoveWithWriteBarrier(Byte ByRef, Byte ByRef, UIntPtr)
00000029CA9BCF70 00007FFB10380379 coreclr!Buffer::BulkMoveWithWriteBarrier + 521
00000029CA9BCFA0 00007FFAB77B03B3 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.NullableWalker.SetResult(Microsoft.CodeAnalysis.CSharp.BoundExpression, Microsoft.CodeAnalysis.CSharp.Symbols.TypeWithState, Microsoft.CodeAnalysis.CSharp.Symbols.TypeWithAnnotations, Boolean, System.Nullable`1<Boolean>) + 163
00000029CA9BCFA8 000001D94664BCD8 
00000029CA9BCFB0 000001D94664BCD8 
00000029CA9BCFB8 00000029CA9BD090 
00000029CA9BCFC0 00007FFAB59A676B 
00000029CA9BCFC8 000001D94664BC00 
00000029CA9BD0C0 00007FFAB77F119E Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.NullableWalker.VisitExpressionWithoutStackGuardEpilogue(Microsoft.CodeAnalysis.CSharp.BoundExpression) + 382
00000029CA9BD160 00007FFAB77F0E85 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.NullableWalker.VisitExpressionWithoutStackGuard(Microsoft.CodeAnalysis.CSharp.BoundExpression) + 85
00000029CA9BD1A0 00007FFAB785568F Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.VisitExpressionWithStackGuard(Microsoft.CodeAnalysis.CSharp.BoundExpression) + 63
00000029CA9BD210 00007FFABB4A066B Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.AbstractFlowPass`2[[Microsoft.CodeAnalysis.CSharp.NullableWalker+LocalState, Microsoft.CodeAnalysis.CSharp],[System.__Canon, System.Private.CoreLib]].VisitIfStatement(Microsoft.CodeAnalysis.CSharp.BoundIfStatement) + 1835
00000029CA9BD4C0 00007FFABA0910D5 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.NullableWalker.VisitStatement(Microsoft.CodeAnalysis.CSharp.BoundStatement) + 229
00000029CA9BD530 00007FFABC1A2672 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.AbstractFlowPass`2[[Microsoft.CodeAnalysis.CSharp.NullableWalker+LocalState, Microsoft.CodeAnalysis.CSharp],[System.__Canon, System.Private.CoreLib]].VisitLabeledStatement(Microsoft.CodeAnalysis.CSharp.BoundLabeledStatement) + 66
00000029CA9BD580 00007FFABB503A03 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.BoundLabeledStatement.Accept(Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor) + 515
00000029CA9BD670 00007FFABAAE6931 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.NullableWalker.VisitStatementsWithLocalFunctions(Microsoft.CodeAnalysis.CSharp.BoundBlock) + 3537
00000029CA9BDA40 00007FFABAAE5B35 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.NullableWalker.VisitBlock(Microsoft.CodeAnalysis.CSharp.BoundBlock) + 37
00000029CA9BDA80 00007FFABAAE6931 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.NullableWalker.VisitStatementsWithLocalFunctions(Microsoft.CodeAnalysis.CSharp.BoundBlock) + 3537
00000029CA9BDE50 00007FFABAAE5B35 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.NullableWalker.VisitBlock(Microsoft.CodeAnalysis.CSharp.BoundBlock) + 37
00000029CA9BDE90 00007FFABB4C8B29 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.AbstractFlowPass`2[[Microsoft.CodeAnalysis.CSharp.NullableWalker+LocalState, Microsoft.CodeAnalysis.CSharp],[System.__Canon, System.Private.CoreLib]].VisitMethodBodies(Microsoft.CodeAnalysis.CSharp.BoundBlock, Microsoft.CodeAnalysis.CSharp.BoundBlock) + 153
00000029CA9BDF70 00007FFABB4CA702 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.AbstractFlowPass`2[[Microsoft.CodeAnalysis.CSharp.NullableWalker+LocalState, Microsoft.CodeAnalysis.CSharp],[System.__Canon, System.Private.CoreLib]].VisitNonConstructorMethodBody(Microsoft.CodeAnalysis.CSharp.BoundNonConstructorMethodBody) + 18
00000029CA9BDFA0 00007FFAB7C6DEB3 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.NullableWalker.Scan(Boolean ByRef) + 4563
00000029CA9BE1F0 00007FFAB7C6BEE9 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.NullableWalker.Analyze(Microsoft.CodeAnalysis.CSharp.NullableWalker, Microsoft.CodeAnalysis.CSharp.Symbol, Microsoft.CodeAnalysis.DiagnosticBag, Microsoft.CodeAnalysis.Optional`1<LocalState>, Builder, Boolean) + 841
00000029CA9BE360 00007FFAB7C6A763 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.NullableWalker.Analyze(Microsoft.CodeAnalysis.CSharp.CSharpCompilation, Microsoft.CodeAnalysis.CSharp.Symbol, Microsoft.CodeAnalysis.CSharp.BoundNode, Microsoft.CodeAnalysis.CSharp.Binder, Microsoft.CodeAnalysis.CSharp.Conversions, Microsoft.CodeAnalysis.DiagnosticBag, Boolean, Boolean, Boolean, Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol, VariableState, Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol, Builder<Microsoft.CodeAnalysis.CSharp.BoundExpression,System.ValueTuple`2<Microsoft.CodeAnalysis.NullabilityInfo,Microsoft.CodeAnalysis.CSharp.Symbols.TypeSymbol>>, Builder, Microsoft.CodeAnalysis.PooledObjects.ArrayBuilder`1<System.ValueTuple`2<Microsoft.CodeAnalysis.CSharp.BoundReturnStatement,Microsoft.CodeAnalysis.CSharp.Symbols.TypeWithAnnotations>>, Boolean, VariableState ByRef, Boolean) + 1443
00000029CA9BE580 00007FFABB4C31BE Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.NullableWalker.AnalyzeWithSemanticInfo(Microsoft.CodeAnalysis.CSharp.CSharpCompilation, Microsoft.CodeAnalysis.CSharp.Symbol, Microsoft.CodeAnalysis.CSharp.BoundNode, Microsoft.CodeAnalysis.CSharp.Binder, VariableState, Microsoft.CodeAnalysis.DiagnosticBag, Boolean, Boolean) + 686
00000029CA9BE6A0 00007FFABB4B6970 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.MethodCompiler.BindMethodBody(Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol, Microsoft.CodeAnalysis.CSharp.TypeCompilationState, Microsoft.CodeAnalysis.CSharp.BindingDiagnosticBag, Boolean, Microsoft.CodeAnalysis.CSharp.BoundNode, Boolean, Microsoft.CodeAnalysis.CSharp.ImportChain ByRef, Boolean ByRef, Boolean ByRef, InitialState ByRef) + 1632
00000029CA9BE890 00007FFABB4B44BE Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.MethodCompiler.CompileMethod(Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol, Int32, ProcessedFieldInitializers ByRef, Microsoft.CodeAnalysis.CSharp.SynthesizedSubmissionFields, Microsoft.CodeAnalysis.CSharp.TypeCompilationState) + 2110
00000029CA9BECB0 00007FFABB523092 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.MethodCompiler.CompileNamedType(Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol) + 2962
00000029CA9BF030 00007FFABB52242F Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.MethodCompiler+<>c__DisplayClass25_0.<CompileNamedTypeAsync>b__0() + 31
00000029CA9BF070 00007FFABB51131E System.Private.CoreLib.dll!System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(System.Threading.Thread, System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) + 158
00000029CA9BF0C0 00007FFABA02EB30 System.Private.CoreLib.dll!System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef, System.Threading.Thread) + 224
00000029CA9BF160 00007FFABB8E7488 System.Private.CoreLib.dll!System.Threading.ThreadPoolWorkQueue.Dispatch() + 1672
00000029CA9BF240 00007FFABB8E6C35 System.Private.CoreLib.dll!System.Threading.PortableThreadPool+WorkerThread.WorkerDoWork(System.Threading.PortableThreadPool, Boolean ByRef) + 117
00000029CA9BF300 00007FFAB39C2316 System.Private.CoreLib.dll!System.Threading.PortableThreadPool+WorkerThread.WorkerThreadStart() + 518
00000029CA9BF3C0 00007FFAB396EDE5 System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.RunWorker() + -143112171
00000029CA9BF410 00007FFAB396ED56 System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.Run() + -143111738
00000029CA9BF450 00007FFAB396ECA6 System.Private.CoreLib.dll!System.Threading.Thread.StartCallback() + -143111402
00000029CA9BF6D0                  [DebuggerU2MCatchHandlerFrame: 00000029ca9bf6d0] 
OS Thread Id: 0xd30
        Child SP               IP Call Site
00000029CAB3F708 00007FFB40E7F574 ntdll!ZwRemoveIoCompletion + 20
00000029CAB3F710 00007FFB3E717713 KERNELBASE!GetQueuedCompletionStatus + 83
00000029CAB3F770 00007FFAB8CCFA27 
00000029CAB3F778 0000000000004E20 
00000029CAB3F780 00000219A2149F20 
00000029CAB3F788 000000000000000D 
00000029CAB3F790 00007FFA00000000 
00000029CAB3F798 0000000700004E20 
00000029CAB3F7A0 00000029CAB3F7F0 
00000029CAB3F7A8                  [InlinedCallFrame: 00000029cab3f7a8] System.Private.CoreLib.dll!Interop+Kernel32.<GetQueuedCompletionStatus>g____PInvoke|51_0(IntPtr, UInt32*, UIntPtr*, IntPtr*, Int32)
00000029CAB3F7A8                  [InlinedCallFrame: 00000029cab3f7a8] System.Private.CoreLib.dll!Interop+Kernel32.<GetQueuedCompletionStatus>g____PInvoke|51_0(IntPtr, UInt32*, UIntPtr*, IntPtr*, Int32)
00000029CAB3F770 00007FFAB8CCFA27 System.Private.CoreLib.dll!System.Threading.LowLevelLifoSemaphore.WaitForSignal(Int32) + 263
00000029CAB3F7B0 00007FFB10651D80 coreclr!vtable_InlinedCallFrame
00000029CAB3F7B8 00000029CAB3FCC0 
00000029CAB3F7C0 00007FFAB09A7710 
00000029CAB3F7C8 00000029CAB3F770 
00000029CAB3F7D0 00007FFAB8CCFA27 
00000029CAB3F7D8 00000029CAB3F830 
00000029CAB3F7E0 0000002900000000 
00000029CAB3F840 00007FFABB8FAB75 System.Private.CoreLib.dll!System.Threading.LowLevelLifoSemaphore.Wait(Int32, Boolean) + 437
00000029CAB3F8F0 00007FFAB39C2348 System.Private.CoreLib.dll!System.Threading.PortableThreadPool+WorkerThread.WorkerThreadStart() + 568
00000029CAB3F9B0 00007FFAB396EDE5 System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.RunWorker() + -143112171
00000029CAB3FA00 00007FFAB396ED56 System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.Run() + -143111738
00000029CAB3FA40 00007FFAB396ECA6 System.Private.CoreLib.dll!System.Threading.Thread.StartCallback() + -143111402
00000029CAB3FCC0                  [DebuggerU2MCatchHandlerFrame: 00000029cab3fcc0] 
OS Thread Id: 0xfac
        Child SP               IP Call Site
00000029CAE3C378 00007FFB40E7F4D4 ntdll!ZwWaitForSingleObject + 20
00000029CAE3C380 00007FFB3E6ED76E KERNELBASE!WaitForSingleObjectEx + 142
00000029CAE3C420 00007FFB103CB770 coreclr!WKS::GCHeap::WaitUntilGCComplete + 48
00000029CAE3C450 00007FFB102C8E44 coreclr!Thread::RareDisablePreemptiveGC + 444
00000029CAE3C4E0 00007FFB102C6FF0 coreclr!Thread::PulseGCMode + 40
00000029CAE3C510 00007FFB102C5C1D coreclr!OnHijackWorker + 141
00000029CAE3C538                  [HijackFrame: 00000029cae3c538] 
00000029CAE3C570 00007FFB103E4F04 coreclr!OnHijackTripThread + 36
00000029CAE3C5F8 00000029CAE3C600 
00000029CAE3C600 00007FFAB464BCC4 System.Reflection.Metadata.dll!System.Reflection.Internal.MemoryBlock.PeekUInt16(Int32) + 52
00000029CAE3C608 000001D909C514C0 
00000029CAE3C610 0000000500005D70 
00000029CAE3C618 0000000100000002 
00000029CAE3C650 00007FFAB4663C24 System.Reflection.Metadata.dll!System.Reflection.Internal.MemoryBlock.PeekReferenceUnchecked(Int32, Boolean) + 84
00000029CAE3C6A0 00007FFAB466C586 System.Reflection.Metadata.dll!System.Reflection.Internal.MemoryBlock.BinarySearchForSlot(Int32, Int32, Int32, UInt32, Boolean) + 374
00000029CAE3C730 00007FFAB466C2BE System.Reflection.Metadata.dll!System.Reflection.Metadata.Ecma335.TypeDefTableReader.FindTypeContainingMethod(Int32, Int32) + 110
00000029CAE3C7E0 00007FFAB466C1C9 System.Reflection.Metadata.dll!System.Reflection.Metadata.MetadataReader.GetDeclaringType(System.Reflection.Metadata.MethodDefinitionHandle) + 185
00000029CAE3C850 00007FFAB466C0DB System.Reflection.Metadata.dll!System.Reflection.Metadata.MethodDefinition.GetDeclaringType() + 75
00000029CAE3C8B0 00007FFAB7CFEA33 Microsoft.CodeAnalysis.dll!Microsoft.CodeAnalysis.PEModule.GetTypeAndConstructor(System.Reflection.Metadata.MetadataReader, System.Reflection.Metadata.CustomAttributeHandle, System.Reflection.Metadata.EntityHandle ByRef, System.Reflection.Metadata.EntityHandle ByRef) + 211
00000029CAE3C940 00007FFAB7CFE835 Microsoft.CodeAnalysis.dll!Microsoft.CodeAnalysis.PEModule.IsTargetAttribute(System.Reflection.Metadata.MetadataReader, System.Reflection.Metadata.CustomAttributeHandle, System.String, System.String, System.Reflection.Metadata.EntityHandle ByRef, Boolean) + 69
00000029CAE3C9D0 00007FFAB7CFE491 Microsoft.CodeAnalysis.dll!Microsoft.CodeAnalysis.PEModule.GetTargetAttributeSignatureIndex(System.Reflection.Metadata.MetadataReader, System.Reflection.Metadata.CustomAttributeHandle, Microsoft.CodeAnalysis.AttributeDescription, Boolean ByRef) + 113
00000029CAE3CAD0 00007FFAB7CCC211 Microsoft.CodeAnalysis.dll!Microsoft.CodeAnalysis.PEModule.FindTargetAttribute(System.Reflection.Metadata.MetadataReader, System.Reflection.Metadata.EntityHandle, Microsoft.CodeAnalysis.AttributeDescription, Boolean ByRef) + 145
00000029CAE3CB80 00007FFABA03362D Microsoft.CodeAnalysis.dll!Microsoft.CodeAnalysis.PEModule.HasInlineArrayAttribute(System.Reflection.Metadata.TypeDefinitionHandle, Int32 ByRef) + 109
00000029CAE3CC00 00007FFABA03350B Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.Symbols.Metadata.PE.PENamedTypeSymbol.HasInlineArrayAttribute(Int32 ByRef) + 107
00000029CAE3CC60 00007FFAB7861E74 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.NullableWalker.UseExpressionForConversion(Microsoft.CodeAnalysis.CSharp.BoundExpression) + 276
00000029CAE3CCB0 00007FFAB785EFA1 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.NullableWalker.VisitConversion(Microsoft.CodeAnalysis.CSharp.BoundConversion, Microsoft.CodeAnalysis.CSharp.BoundExpression, Microsoft.CodeAnalysis.CSharp.Conversion, Microsoft.CodeAnalysis.CSharp.Symbols.TypeWithAnnotations, Microsoft.CodeAnalysis.CSharp.Symbols.TypeWithState, Boolean, Boolean, Boolean, AssignmentKind, Microsoft.CodeAnalysis.CSharp.Symbols.ParameterSymbol, Boolean, Boolean, Boolean, Microsoft.CodeAnalysis.Optional`1<LocalState>, Boolean, Microsoft.CodeAnalysis.Location, Microsoft.CodeAnalysis.PooledObjects.ArrayBuilder`1<VisitResult>) + 449
00000029CAE3D130 00007FFABB42E0C9 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.NullableWalker.<VisitOptionalImplicitConversion>g__visitConversion|261_0(Microsoft.CodeAnalysis.CSharp.BoundExpression, Microsoft.CodeAnalysis.CSharp.Symbols.TypeWithAnnotations, Boolean, Boolean, AssignmentKind, Microsoft.CodeAnalysis.CSharp.BoundExpression, Microsoft.CodeAnalysis.CSharp.Conversion, Microsoft.CodeAnalysis.CSharp.Symbols.TypeWithState, Boolean) + 313
00000029CAE3D270 00007FFABB47AF9C Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.NullableWalker.VisitAssignmentOperator(Microsoft.CodeAnalysis.CSharp.BoundAssignmentOperator) + 1212
00000029CAE3D700 00007FFAB77F0E9E Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.NullableWalker.VisitExpressionWithoutStackGuard(Microsoft.CodeAnalysis.CSharp.BoundExpression) + 110
00000029CAE3D740 00007FFAB785568F Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.VisitExpressionWithStackGuard(Microsoft.CodeAnalysis.CSharp.BoundExpression) + 63
00000029CAE3D7B0 00007FFAB77EE099 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.VisitExpressionWithStackGuard(Int32 ByRef, Microsoft.CodeAnalysis.CSharp.BoundExpression) + 281
00000029CAE3D860 00007FFABA09532B Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.BoundExpressionStatement.Accept(Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor) + 107
00000029CAE3D8D0 00007FFABAAE6931 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.NullableWalker.VisitStatementsWithLocalFunctions(Microsoft.CodeAnalysis.CSharp.BoundBlock) + 3537
00000029CAE3DCA0 00007FFABAAE5B35 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.NullableWalker.VisitBlock(Microsoft.CodeAnalysis.CSharp.BoundBlock) + 37
00000029CAE3DCE0 00007FFABAAE6931 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.NullableWalker.VisitStatementsWithLocalFunctions(Microsoft.CodeAnalysis.CSharp.BoundBlock) + 3537
00000029CAE3E0B0 00007FFABAAE5B35 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.NullableWalker.VisitBlock(Microsoft.CodeAnalysis.CSharp.BoundBlock) + 37
00000029CAE3E0F0 00007FFABB4C8B29 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.AbstractFlowPass`2[[Microsoft.CodeAnalysis.CSharp.NullableWalker+LocalState, Microsoft.CodeAnalysis.CSharp],[System.__Canon, System.Private.CoreLib]].VisitMethodBodies(Microsoft.CodeAnalysis.CSharp.BoundBlock, Microsoft.CodeAnalysis.CSharp.BoundBlock) + 153
00000029CAE3E1D0 00007FFABB4CA702 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.AbstractFlowPass`2[[Microsoft.CodeAnalysis.CSharp.NullableWalker+LocalState, Microsoft.CodeAnalysis.CSharp],[System.__Canon, System.Private.CoreLib]].VisitNonConstructorMethodBody(Microsoft.CodeAnalysis.CSharp.BoundNonConstructorMethodBody) + 18
00000029CAE3E200 00007FFAB7C6DEB3 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.NullableWalker.Scan(Boolean ByRef) + 4563
00000029CAE3E450 00007FFAB7C6BEE9 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.NullableWalker.Analyze(Microsoft.CodeAnalysis.CSharp.NullableWalker, Microsoft.CodeAnalysis.CSharp.Symbol, Microsoft.CodeAnalysis.DiagnosticBag, Microsoft.CodeAnalysis.Optional`1<LocalState>, Builder, Boolean) + 841
00000029CAE3E5C0 00007FFAB7C6A763 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.NullableWalker.Analyze(Microsoft.CodeAnalysis.CSharp.CSharpCompilation, Microsoft.CodeAnalysis.CSharp.Symbol, Microsoft.CodeAnalysis.CSharp.BoundNode, Microsoft.CodeAnalysis.CSharp.Binder, Microsoft.CodeAnalysis.CSharp.Conversions, Microsoft.CodeAnalysis.DiagnosticBag, Boolean, Boolean, Boolean, Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol, VariableState, Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol, Builder<Microsoft.CodeAnalysis.CSharp.BoundExpression,System.ValueTuple`2<Microsoft.CodeAnalysis.NullabilityInfo,Microsoft.CodeAnalysis.CSharp.Symbols.TypeSymbol>>, Builder, Microsoft.CodeAnalysis.PooledObjects.ArrayBuilder`1<System.ValueTuple`2<Microsoft.CodeAnalysis.CSharp.BoundReturnStatement,Microsoft.CodeAnalysis.CSharp.Symbols.TypeWithAnnotations>>, Boolean, VariableState ByRef, Boolean) + 1443
00000029CAE3E7E0 00007FFABB4C31BE Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.NullableWalker.AnalyzeWithSemanticInfo(Microsoft.CodeAnalysis.CSharp.CSharpCompilation, Microsoft.CodeAnalysis.CSharp.Symbol, Microsoft.CodeAnalysis.CSharp.BoundNode, Microsoft.CodeAnalysis.CSharp.Binder, VariableState, Microsoft.CodeAnalysis.DiagnosticBag, Boolean, Boolean) + 686
00000029CAE3E900 00007FFABB4B6970 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.MethodCompiler.BindMethodBody(Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol, Microsoft.CodeAnalysis.CSharp.TypeCompilationState, Microsoft.CodeAnalysis.CSharp.BindingDiagnosticBag, Boolean, Microsoft.CodeAnalysis.CSharp.BoundNode, Boolean, Microsoft.CodeAnalysis.CSharp.ImportChain ByRef, Boolean ByRef, Boolean ByRef, InitialState ByRef) + 1632
00000029CAE3EAF0 00007FFABB4B44BE Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.MethodCompiler.CompileMethod(Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol, Int32, ProcessedFieldInitializers ByRef, Microsoft.CodeAnalysis.CSharp.SynthesizedSubmissionFields, Microsoft.CodeAnalysis.CSharp.TypeCompilationState) + 2110
00000029CAE3EF10 00007FFABB523092 Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.MethodCompiler.CompileNamedType(Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol) + 2962
00000029CAE3F290 00007FFABB52242F Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.MethodCompiler+<>c__DisplayClass25_0.<CompileNamedTypeAsync>b__0() + 31
00000029CAE3F2D0 00007FFABB51131E System.Private.CoreLib.dll!System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(System.Threading.Thread, System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) + 158
00000029CAE3F320 00007FFABA02EB30 System.Private.CoreLib.dll!System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef, System.Threading.Thread) + 224
00000029CAE3F3C0 00007FFABB8E7488 System.Private.CoreLib.dll!System.Threading.ThreadPoolWorkQueue.Dispatch() + 1672
00000029CAE3F4A0 00007FFABB8E6C35 System.Private.CoreLib.dll!System.Threading.PortableThreadPool+WorkerThread.WorkerDoWork(System.Threading.PortableThreadPool, Boolean ByRef) + 117
00000029CAE3F560 00007FFAB39C2316 System.Private.CoreLib.dll!System.Threading.PortableThreadPool+WorkerThread.WorkerThreadStart() + 518
00000029CAE3F620 00007FFAB396EDE5 System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.RunWorker() + -143112171
00000029CAE3F670 00007FFAB396ED56 System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.Run() + -143111738
00000029CAE3F6B0 00007FFAB396ECA6 System.Private.CoreLib.dll!System.Threading.Thread.StartCallback() + -143111402
00000029CAE3F930                  [DebuggerU2MCatchHandlerFrame: 00000029cae3f930] 
OS Thread Id: 0x1c70
        Child SP               IP Call Site
00000029CB13DFE8 00007FFB40E7F4D4 ntdll!ZwWaitForSingleObject + 20
00000029CB13DFF0 00007FFB3E6ED76E KERNELBASE!WaitForSingleObjectEx + 142
00000029CB13E090 00007FFB103CB770 coreclr!WKS::GCHeap::WaitUntilGCComplete + 48
00000029CB13E0C0 00007FFB102C8E44 coreclr!Thread::RareDisablePreemptiveGC + 444
00000029CB13E150 00007FFB102C8337 coreclr!JIT_RareDisableHelperWorker + 87
00000029CB13E290 00007FFB103E4E74 coreclr!JIT_RareDisableHelper + 20
00000029CB13E2D0 00007FFAB7796B27 
00000029CB13E2D8 00000029CB13E300 
00000029CB13E300                  [InlinedCallFrame: 00000029cb13e300] System.Private.CoreLib.dll!System.Threading.Thread.YieldInternal()
00000029CB13E300                  [InlinedCallFrame: 00000029cb13e300] System.Private.CoreLib.dll!System.Threading.Thread.YieldInternal()
00000029CB13E2D0 00007FFAB7796B14 System.Private.CoreLib.dll!System.Threading.SpinWait.SpinOnceCore(Int32) + 196
00000029CB13E380 00007FFABB8BFDB2 System.Private.CoreLib.dll!System.Threading.Tasks.Task.SpinWait(Int32) + 50
00000029CB13E3C0 00007FFABB8BFB0E System.Private.CoreLib.dll!System.Threading.Tasks.Task.SpinThenBlockingWait(Int32, System.Threading.CancellationToken) + 62
00000029CB13E440 00007FFABA03009D System.Private.CoreLib.dll!System.Threading.Tasks.Task.InternalWaitCore(Int32, System.Threading.CancellationToken) + 157
00000029CB13E4C0 00007FFABA030A75 System.Private.CoreLib.dll!System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task, System.Threading.Tasks.ConfigureAwaitOptions) + 37
00000029CB13E500 00007FFABBC4E80F Microsoft.CodeAnalysis.dll!Microsoft.CodeAnalysis.Compilation.Emit(System.IO.Stream, System.IO.Stream, System.IO.Stream, System.IO.Stream, System.IO.Stream, System.Collections.Generic.IEnumerable`1<Microsoft.CodeAnalysis.ResourceDescription>, Microsoft.CodeAnalysis.Emit.EmitOptions, Microsoft.CodeAnalysis.IMethodSymbol, System.IO.Stream, System.Collections.Generic.IEnumerable`1<Microsoft.CodeAnalysis.EmbeddedText>, Microsoft.CodeAnalysis.RebuildData, Microsoft.CodeAnalysis.CodeGen.CompilationTestData, System.Threading.CancellationToken) + 1839
00000029CB13E8B0 00007FFABBC4DAD1 Microsoft.CodeAnalysis.dll!Microsoft.CodeAnalysis.Compilation.Emit(System.IO.Stream, System.IO.Stream, System.IO.Stream, System.IO.Stream, System.Collections.Generic.IEnumerable`1<Microsoft.CodeAnalysis.ResourceDescription>, Microsoft.CodeAnalysis.Emit.EmitOptions, Microsoft.CodeAnalysis.IMethodSymbol, System.IO.Stream, System.Collections.Generic.IEnumerable`1<Microsoft.CodeAnalysis.EmbeddedText>, System.IO.Stream, Microsoft.CodeAnalysis.RebuildData, System.Threading.CancellationToken) + 305
00000029CB13E970 00007FFABBC4D97F Microsoft.CodeAnalysis.dll!Microsoft.CodeAnalysis.Compilation.Emit(System.IO.Stream, System.IO.Stream, System.IO.Stream, System.IO.Stream, System.Collections.Generic.IEnumerable`1<Microsoft.CodeAnalysis.ResourceDescription>, Microsoft.CodeAnalysis.Emit.EmitOptions, Microsoft.CodeAnalysis.IMethodSymbol, System.IO.Stream, System.Collections.Generic.IEnumerable`1<Microsoft.CodeAnalysis.EmbeddedText>, System.IO.Stream, System.Threading.CancellationToken) + 95
00000029CB13E9F0 00007FFAB3C34793 System.Text.RegularExpressions.Tests.dll!System.Text.RegularExpressions.Tests.RegexGeneratorHelper+<SourceGenRegexAsync>d__13.MoveNext() + 6227
00000029CB13F340 00007FFABB82CD69 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[System.__Canon, System.Private.CoreLib]](System.__Canon ByRef) + 121
00000029CB13F3A0 00007FFAB3C32E9B System.Text.RegularExpressions.Tests.dll!System.Text.RegularExpressions.Tests.RegexGeneratorHelper.SourceGenRegexAsync(System.ValueTuple`4<System.String,System.Globalization.CultureInfo,System.Nullable`1<System.Text.RegularExpressions.RegexOptions>,System.Nullable`1<System.TimeSpan>>[], System.Threading.CancellationToken) + 219
00000029CB13F410 00007FFAB61F55F4 System.Text.RegularExpressions.Tests.dll!System.Text.RegularExpressions.Tests.RegexHelpers+<GetRegexesAsync>d__16.MoveNext() + 180
00000029CB13F6B0 00007FFABB82CD69 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[System.__Canon, System.Private.CoreLib]](System.__Canon ByRef) + 121
00000029CB13F710 00007FFAB61F54AA System.Text.RegularExpressions.Tests.dll!System.Text.RegularExpressions.Tests.RegexHelpers.GetRegexesAsync(System.Text.RegularExpressions.Tests.RegexEngine, System.ValueTuple`4<System.String,System.Globalization.CultureInfo,System.Nullable`1<System.Text.RegularExpressions.RegexOptions>,System.Nullable`1<System.TimeSpan>>[]) + 202
00000029CB13F780 00007FFAB6A75588 System.Text.RegularExpressions.Tests.dll!System.Text.RegularExpressions.Tests.RegexHelpers+<>c__DisplayClass15_0.<GetRegexes>b__0() + 56
00000029CB13F7C0 00007FFABBCF8758 System.Private.CoreLib.dll!System.Threading.Tasks.Task`1[[System.__Canon, System.Private.CoreLib]].InnerInvoke() + 72
00000029CB13F800 00007FFABB51132D System.Private.CoreLib.dll!System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(System.Threading.Thread, System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) + 173
00000029CB13F850 00007FFABA02EB30 System.Private.CoreLib.dll!System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef, System.Threading.Thread) + 224
00000029CB13F8F0 00007FFABB8E7826 System.Private.CoreLib.dll!System.Threading.ThreadPoolWorkQueue.Dispatch() + 2598
00000029CB13F9D0 00007FFABB8E6C35 System.Private.CoreLib.dll!System.Threading.PortableThreadPool+WorkerThread.WorkerDoWork(System.Threading.PortableThreadPool, Boolean ByRef) + 117
00000029CB13FA90 00007FFAB39C2316 System.Private.CoreLib.dll!System.Threading.PortableThreadPool+WorkerThread.WorkerThreadStart() + 518
00000029CB13FB50 00007FFAB396EDE5 System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.RunWorker() + -143112171
00000029CB13FBA0 00007FFAB396ED56 System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.Run() + -143111738
00000029CB13FBE0 00007FFAB396ECA6 System.Private.CoreLib.dll!System.Threading.Thread.StartCallback() + -143111402
00000029CB13FE60                  [DebuggerU2MCatchHandlerFrame: 00000029cb13fe60] 
OS Thread Id: 0x1544
        Child SP               IP Call Site
00000029CB2B87D0 00007FFB1037CF81 coreclr!GcInfoDecoder::EnumerateLiveSlots + 3761
00000029CB2B8C40 00007FFB1037B716 coreclr!EECodeManager::EnumGcRefs + 502
00000029CB2B8DE0 00007FFB1030995C coreclr!GcStackCrawlCallBack + 380
00000029CB2B9FD0 00007FFB102F6677 coreclr!Thread::StackWalkFramesEx + 239
00000029CB2BA3B0 00007FFB102E1E97 coreclr!Thread::StackWalkFrames + 191
00000029CB2BB4C0 00007FFB102E0C97 coreclr!ScanStackRoots + 115
00000029CB2BB530 00007FFB102E0A7E coreclr!GCToEEInterface::GcScanRoots + 214
00000029CB2BB580 00007FFB102CB3E7 coreclr!WKS::gc_heap::mark_phase + 527
00000029CB2BB650 00007FFB10356134 coreclr!WKS::gc_heap::gc1 + 188
00000029CB2BB6B0 00007FFB103550E3 coreclr!WKS::gc_heap::garbage_collect + 427
00000029CB2BB700 00007FFB102C9BC5 coreclr!WKS::GCHeap::GarbageCollectGeneration + 321
00000029CB2BB750 00007FFB103D820A coreclr!WKS::gc_heap::trigger_gc_for_alloc + 38
00000029CB2BB780 00007FFB10363F30 coreclr!WKS::gc_heap::try_allocate_more_space + 324
00000029CB2BB7E0 00007FFB10363DC5 coreclr!WKS::gc_heap::allocate_more_space + 49
00000029CB2BB810 00007FFB1035A348 coreclr!WKS::GCHeap::Alloc + 136
00000029CB2BB850 00007FFB1037F0B2 coreclr!JIT_NewArr1 + 930
00000029CB2BB9E8                  [HelperMethodFrame: 00000029cb2bb9e8] 
00000029CB2BBB00 00007FFAB77877DF System.Private.CoreLib.dll!System.Collections.Generic.HashSet`1[[System.__Canon, System.Private.CoreLib]].Resize(Int32, Boolean) + 63
00000029CB2BBB08 000001D947400828 
00000029CB2BBB10 000001D947400828 
00000029CB2BBB18 000001D947400828 
00000029CB2BBB20 0000000000000011 
00000029CB2BBB28 000001D947400828 
00000029CB2BBB30 000001D947400828 
00000029CB2BBB38 000001D9474008D8 
00000029CB2BBB40 000001D93C8AEE10 
00000029CB2BBB48 00000029CB2BBC20 
00000029CB2BBB50 000001D94740098C 
00000029CB2BBB58 0000000002D29FE7 
00000029CB2BBB60 000001D9099CC7E8 
00000029CB2BBB70 00007FFAB7457E31 System.Private.CoreLib.dll!System.Collections.Generic.HashSet`1[[System.__Canon, System.Private.CoreLib]].AddIfNotPresent(System.__Canon, Int32 ByRef) + 497
00000029CB2BBC00 00007FFAB778760F System.Private.CoreLib.dll!System.Collections.Generic.HashSet`1[[System.__Canon, System.Private.CoreLib]].Add(System.__Canon) + 15
00000029CB2BBC30 00007FFAB45D955E System.Text.RegularExpressions.dll!System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1[[System.UInt64, System.Private.CoreLib]].Alternate(System.Collections.Generic.List`1<System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1<UInt64>>) + 158
00000029CB2BBCE0 00007FFAB45D9047 System.Text.RegularExpressions.dll!System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[[System.UInt64, System.Private.CoreLib]].StripEffects(System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1<UInt64>) + 1015
00000029CB2BBE60 00007FFAB45D20FD System.Text.RegularExpressions.dll!System.Text.RegularExpressions.Symbolic.SymbolicRegexNode`1[[System.UInt64, System.Private.CoreLib]].CreateDerivativeWithoutEffects(System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1<UInt64>, UInt64, UInt32) + 93
00000029CB2BBEB0 00007FFAB45D1FCB System.Text.RegularExpressions.dll!System.Text.RegularExpressions.Symbolic.MatchingState`1[[System.UInt64, System.Private.CoreLib]].Next(System.Text.RegularExpressions.Symbolic.SymbolicRegexBuilder`1<UInt64>, UInt64, UInt32) + 123
00000029CB2BBF10 00007FFAB45D1DA6 System.Text.RegularExpressions.dll!System.Text.RegularExpressions.Symbolic.SymbolicRegexMatcher`1[[System.UInt64, System.Private.CoreLib]].TryCreateNewTransition(System.Text.RegularExpressions.Symbolic.MatchingState`1<UInt64>, Int32, Int32, Boolean, System.Text.RegularExpressions.Symbolic.MatchingState`1<UInt64> ByRef) + 406
00000029CB2BBFC0 00007FFAB45D1A9F System.Text.RegularExpressions.dll!System.Text.RegularExpressions.Symbolic.SymbolicRegexMatcher`1+DfaStateHandler[[System.UInt64, System.Private.CoreLib]].TryTakeTransition(System.Text.RegularExpressions.Symbolic.SymbolicRegexMatcher`1<UInt64>, CurrentState<UInt64> ByRef, Int32) + 303
00000029CB2BC050 00007FFAB7D18546 System.Text.RegularExpressions.dll!System.Text.RegularExpressions.Symbolic.SymbolicRegexMatcher`1[[System.UInt64, System.Private.CoreLib]].FindEndPositionDeltas[[System.Text.RegularExpressions.Symbolic.SymbolicRegexMatcher`1+DfaStateHandler[[System.UInt64, System.Private.CoreLib]], System.Text.RegularExpressions],[System.Text.RegularExpressions.Symbolic.SymbolicRegexMatcher`1+FullInputReader[[System.UInt64, System.Private.CoreLib]], System.Text.RegularExpressions],[System.Text.RegularExpressions.Symbolic.SymbolicRegexMatcher`1+InitialStateFindOptimizationsHandler[[System.UInt64, System.Private.CoreLib]], System.Text.RegularExpressions],[System.Text.RegularExpressions.Symbolic.SymbolicRegexMatcher`1+FullNullabilityHandler[[System.UInt64, System.Private.CoreLib]], System.Text.RegularExpressions]](System.ReadOnlySpan`1<Char>, Int32, System.Text.RegularExpressions.RegexRunnerMode, Int32 ByRef, CurrentState<UInt64> ByRef, Int32 ByRef, Int32 ByRef, Int32 ByRef, Int32 ByRef) + 518
00000029CB2BC130 00007FFAB7D180E2 System.Text.RegularExpressions.dll!System.Text.RegularExpressions.Symbolic.SymbolicRegexMatcher`1[[System.UInt64, System.Private.CoreLib]].FindEndPosition[[System.Text.RegularExpressions.Symbolic.SymbolicRegexMatcher`1+FullInputReader[[System.UInt64, System.Private.CoreLib]], System.Text.RegularExpressions],[System.Text.RegularExpressions.Symbolic.SymbolicRegexMatcher`1+InitialStateFindOptimizationsHandler[[System.UInt64, System.Private.CoreLib]], System.Text.RegularExpressions],[System.Text.RegularExpressions.Symbolic.SymbolicRegexMatcher`1+FullNullabilityHandler[[System.UInt64, System.Private.CoreLib]], System.Text.RegularExpressions]](System.ReadOnlySpan`1<Char>, Int32, Int64, System.Text.RegularExpressions.RegexRunnerMode, Int32 ByRef, Int32 ByRef, PerThreadData<UInt64>) + 450
00000029CB2BC2B0 00007FFAB45D0370 System.Text.RegularExpressions.dll!System.Text.RegularExpressions.Symbolic.SymbolicRegexMatcher`1[[System.UInt64, System.Private.CoreLib]].FindMatch(System.Text.RegularExpressions.RegexRunnerMode, System.ReadOnlySpan`1<Char>, Int32, PerThreadData<UInt64>) + 848
00000029CB2BC5D0 00007FFAB4359287 System.Text.RegularExpressions.dll!System.Text.RegularExpressions.Symbolic.SymbolicRegexRunnerFactory+Runner`1[[System.UInt64, System.Private.CoreLib]].Scan(System.ReadOnlySpan`1<Char>) + 199
00000029CB2BC730 00007FFAB3C07C73 System.Text.RegularExpressions.dll!System.Text.RegularExpressions.Regex.ScanInternal(System.Text.RegularExpressions.RegexRunnerMode, Boolean, System.String, Int32, System.Text.RegularExpressions.RegexRunner, System.ReadOnlySpan`1<Char>, Boolean) + 99
00000029CB2BC7B0 00007FFAB3C06F8A System.Text.RegularExpressions.dll!System.Text.RegularExpressions.Regex.RunSingleMatch(System.Text.RegularExpressions.RegexRunnerMode, Int32, System.String, Int32, Int32, Int32) + 650
00000029CB2BC8B0 00007FFAB43287BB System.Text.RegularExpressions.dll!System.Text.RegularExpressions.Regex.Match(System.String) + 363
00000029CB2BC990 00007FFABC9EA596 System.Text.RegularExpressions.Tests.dll!System.Text.RegularExpressions.Tests.RegexMatchTests+<StressTestNfaMode>d__45.MoveNext() + 1014
00000029CB2BCB00 00007FFABB82CD69 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[System.__Canon, System.Private.CoreLib]](System.__Canon ByRef) + 121
00000029CB2BCB60 00007FFABC9EA10B System.Text.RegularExpressions.Tests.dll!System.Text.RegularExpressions.Tests.RegexMatchTests.StressTestNfaMode(System.String, System.String, Int32) + 235
00000029CB2BCBD0 00007FFAB82C269F System.Private.CoreLib.dll!DynamicClass.InvokeStub_RegexMatchTests.StressTestNfaMode(System.Object, System.Span`1<System.Object>) + 47
00000029CB2BCC00 00007FFABB994FFD System.Private.CoreLib.dll!System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(System.Object, System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Globalization.CultureInfo) + 733
00000029CB2BCD00 00007FFABB97D81D xunit.execution.dotnet.dll!Xunit.Sdk.TestInvoker`1+<>c__DisplayClass46_0+<<InvokeTestMethodAsync>b__1>d[[System.__Canon, System.Private.CoreLib]].MoveNext() + 413
00000029CB2BCDC0 00007FFABB97D5A0 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestInvoker`1+<>c__DisplayClass46_0+<<InvokeTestMethodAsync>b__1>d[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<<InvokeTestMethodAsync>b__1>d<System.__Canon> ByRef) + 128
00000029CB2BCE30 00007FFABB97D121 xunit.execution.dotnet.dll!Xunit.Sdk.ExecutionTimer+<AggregateAsync>d__4.MoveNext() + 241
00000029CB2BCED0 00007FFABB97CF6A System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.ExecutionTimer+<AggregateAsync>d__4, xunit.execution.dotnet]](<AggregateAsync>d__4 ByRef) + 106
00000029CB2BCF30 00007FFABB97CBC8 xunit.core.dll!Xunit.Sdk.ExceptionAggregator+<RunAsync>d__9.MoveNext() + 200
00000029CB2BCFC0 00007FFABB97CA3A System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.ExceptionAggregator+<RunAsync>d__9, xunit.core]](<RunAsync>d__9 ByRef) + 106
00000029CB2BD020 00007FFABB97BF27 xunit.execution.dotnet.dll!Xunit.Sdk.TestInvoker`1+<InvokeTestMethodAsync>d__46[[System.__Canon, System.Private.CoreLib]].MoveNext() + 743
00000029CB2BD130 00007FFABB97BB64 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestInvoker`1+<InvokeTestMethodAsync>d__46[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<InvokeTestMethodAsync>d__46<System.__Canon> ByRef) + 132
00000029CB2BD1A0 00007FFABB9798C1 xunit.execution.dotnet.dll!Xunit.Sdk.TestInvoker`1+<<RunAsync>b__45_0>d[[System.__Canon, System.Private.CoreLib]].MoveNext() + 769
00000029CB2BD2B0 00007FFABB9794E0 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestInvoker`1+<<RunAsync>b__45_0>d[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<<RunAsync>b__45_0>d<System.__Canon> ByRef) + 128
00000029CB2BD320 00007FFABB979090 xunit.core.dll!Xunit.Sdk.ExceptionAggregator+<RunAsync>d__10`1[[System.Decimal, System.Private.CoreLib]].MoveNext() + 160
00000029CB2BD3E0 00007FFABB978F2A System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.ExceptionAggregator+<RunAsync>d__10`1[[System.Decimal, System.Private.CoreLib]], xunit.core]](<RunAsync>d__10`1<System.Decimal> ByRef) + 106
00000029CB2BD440 00007FFABB97858E xunit.execution.dotnet.dll!Xunit.Sdk.XunitTestRunner+<InvokeTestAsync>d__4.MoveNext() + 398
00000029CB2BD530 00007FFABB97832A System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.XunitTestRunner+<InvokeTestAsync>d__4, xunit.execution.dotnet]](<InvokeTestAsync>d__4 ByRef) + 106
00000029CB2BD590 00007FFABB977E93 xunit.core.dll!Xunit.Sdk.ExceptionAggregator+<RunAsync>d__10`1[[System.__Canon, System.Private.CoreLib]].MoveNext() + 163
00000029CB2BD630 00007FFABB977D10 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.ExceptionAggregator+<RunAsync>d__10`1[[System.__Canon, System.Private.CoreLib]], xunit.core]](<RunAsync>d__10`1<System.__Canon> ByRef) + 128
00000029CB2BD6A0 00007FFABB976AB5 xunit.execution.dotnet.dll!Xunit.Sdk.TestRunner`1+<RunAsync>d__43[[System.__Canon, System.Private.CoreLib]].MoveNext() + 917
00000029CB2BD810 00007FFABB976640 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestRunner`1+<RunAsync>d__43[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunAsync>d__43<System.__Canon> ByRef) + 128
00000029CB2BD880 00007FFAB8CED876 xunit.execution.dotnet.dll!Xunit.Sdk.XunitTheoryTestCaseRunner+<RunTestAsync>d__11.MoveNext() + 470
00000029CB2BD990 00007FFAB8D6387A System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.XunitTheoryTestCaseRunner+<RunTestAsync>d__11, xunit.execution.dotnet]](<RunTestAsync>d__11 ByRef) + 106
00000029CB2BD9F0 00007FFAB8D37658 xunit.execution.dotnet.dll!Xunit.Sdk.TestCaseRunner`1+<RunAsync>d__19[[System.__Canon, System.Private.CoreLib]].MoveNext() + 824
00000029CB2BDB50 00007FFAB8D431F0 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestCaseRunner`1+<RunAsync>d__19[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunAsync>d__19<System.__Canon> ByRef) + 128
00000029CB2BDBC0 00007FFAB8D36EED xunit.execution.dotnet.dll!Xunit.Sdk.TestMethodRunner`1+<RunTestCasesAsync>d__32[[System.__Canon, System.Private.CoreLib]].MoveNext() + 877
00000029CB2BDD10 00007FFAB8D40A90 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestMethodRunner`1+<RunTestCasesAsync>d__32[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunTestCasesAsync>d__32<System.__Canon> ByRef) + 128
00000029CB2BDD80 00007FFAB8D36287 xunit.execution.dotnet.dll!Xunit.Sdk.TestMethodRunner`1+<RunAsync>d__31[[System.__Canon, System.Private.CoreLib]].MoveNext() + 615
00000029CB2BDE90 00007FFAB8D406C0 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestMethodRunner`1+<RunAsync>d__31[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunAsync>d__31<System.__Canon> ByRef) + 128
00000029CB2BDF00 00007FFAB8D4057C xunit.execution.dotnet.dll!Xunit.Sdk.TestMethodRunner`1[[System.__Canon, System.Private.CoreLib]].RunAsync() + 92
00000029CB2BDF60 00007FFAB8D1FEE2 xunit.execution.dotnet.dll!Xunit.Sdk.TestClassRunner`1+<RunTestMethodsAsync>d__38[[System.__Canon, System.Private.CoreLib]].MoveNext() + 2002
00000029CB2BE2D0 00007FFABC9CD563 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestClassRunner`1+<RunTestMethodsAsync>d__38[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunTestMethodsAsync>d__38<System.__Canon> ByRef) + 195
00000029CB2BE390 00007FFABC9CD480 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, System.Private.CoreLib]].Start[[Xunit.Sdk.TestClassRunner`1+<RunTestMethodsAsync>d__38[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunTestMethodsAsync>d__38<System.__Canon> ByRef) + 96
00000029CB2BE3E0 00007FFABC9CD3EB xunit.execution.dotnet.dll!Xunit.Sdk.TestClassRunner`1[[System.__Canon, System.Private.CoreLib]].RunTestMethodsAsync() + 171
00000029CB2BE470 00007FFABC9A77FB xunit.execution.dotnet.dll!Xunit.Sdk.TestClassRunner`1+<RunAsync>d__37[[System.__Canon, System.Private.CoreLib]].MoveNext() + 891
00000029CB2BE640 00007FFABC9CB66B System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestClassRunner`1+<RunAsync>d__37[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunAsync>d__37<System.__Canon> ByRef) + 187
00000029CB2BE6F0 00007FFABC9CB590 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, System.Private.CoreLib]].Start[[Xunit.Sdk.TestClassRunner`1+<RunAsync>d__37[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunAsync>d__37<System.__Canon> ByRef) + 96
00000029CB2BE740 00007FFABC9CB500 xunit.execution.dotnet.dll!Xunit.Sdk.TestClassRunner`1[[System.__Canon, System.Private.CoreLib]].RunAsync() + 160
00000029CB2BE7C0 00007FFABC9CB06C xunit.execution.dotnet.dll!Xunit.Sdk.XunitTestCollectionRunner.RunTestClassAsync(Xunit.Abstractions.ITestClass, Xunit.Abstractions.IReflectionTypeInfo, System.Collections.Generic.IEnumerable`1<Xunit.Sdk.IXunitTestCase>) + 268
00000029CB2BE860 00007FFABC9A7089 xunit.execution.dotnet.dll!Xunit.Sdk.TestCollectionRunner`1+<RunTestClassesAsync>d__28[[System.__Canon, System.Private.CoreLib]].MoveNext() + 1721
00000029CB2BEAC0 00007FFABC9CAE7C System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestCollectionRunner`1+<RunTestClassesAsync>d__28[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunTestClassesAsync>d__28<System.__Canon> ByRef) + 188
00000029CB2BEB70 00007FFABC9CADA0 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, System.Private.CoreLib]].Start[[Xunit.Sdk.TestCollectionRunner`1+<RunTestClassesAsync>d__28[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunTestClassesAsync>d__28<System.__Canon> ByRef) + 96
00000029CB2BEBC0 00007FFABC9CAD07 xunit.execution.dotnet.dll!Xunit.Sdk.TestCollectionRunner`1[[System.__Canon, System.Private.CoreLib]].RunTestClassesAsync() + 167
00000029CB2BEC50 00007FFABC9A633C xunit.execution.dotnet.dll!Xunit.Sdk.TestCollectionRunner`1+<RunAsync>d__27[[System.__Canon, System.Private.CoreLib]].MoveNext() + 892
00000029CB2BEE20 00007FFABC9C969B System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestCollectionRunner`1+<RunAsync>d__27[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunAsync>d__27<System.__Canon> ByRef) + 187
00000029CB2BEED0 00007FFABC9C95C0 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, System.Private.CoreLib]].Start[[Xunit.Sdk.TestCollectionRunner`1+<RunAsync>d__27[[System.__Canon, System.Private.CoreLib]], xunit.execution.dotnet]](<RunAsync>d__27<System.__Canon> ByRef) + 96
00000029CB2BEF20 00007FFABC9C9530 xunit.execution.dotnet.dll!Xunit.Sdk.TestCollectionRunner`1[[System.__Canon, System.Private.CoreLib]].RunAsync() + 160
00000029CB2BEFA0 00007FFAB6235900 xunit.execution.dotnet.dll!Xunit.Sdk.XunitTestAssemblyRunner+<RunTestCollectionAsync>d__18.MoveNext() + -108701792
00000029CB2BF0A0 00007FFAB618F256 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon, System.Private.CoreLib],[Xunit.Sdk.XunitTestAssemblyRunner+<RunTestCollectionAsync>d__18, xunit.execution.dotnet]].ExecutionContextCallback(System.Object) + -109383354
00000029CB2BF0D0 00007FFABA02F0FC System.Private.CoreLib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) + 188
00000029CB2BF140 00007FFAB618F09E System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon, System.Private.CoreLib],[Xunit.Sdk.XunitTestAssemblyRunner+<RunTestCollectionAsync>d__18, xunit.execution.dotnet]].MoveNext(System.Threading.Thread) + -109383154
00000029CB2BF1F0 00007FFAB618EF3A System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon, System.Private.CoreLib],[Xunit.Sdk.XunitTestAssemblyRunner+<RunTestCollectionAsync>d__18, xunit.execution.dotnet]].MoveNext() + -109383446
00000029CB2BF220 00007FFABC1441B3 System.Private.CoreLib.dll!System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(System.Runtime.CompilerServices.IAsyncStateMachineBox, Boolean) + 531
00000029CB2BF2D0 00007FFABB917A07 System.Private.CoreLib.dll!System.Threading.Tasks.Task.RunContinuations(System.Object) + 103
00000029CB2BF360 00007FFABB97C8CD System.Private.CoreLib.dll!System.Threading.Tasks.Task`1[[System.Boolean, System.Private.CoreLib]].TrySetResult(Boolean) + 141
00000029CB2BF3C0 00007FFAB61904C7 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Boolean, System.Private.CoreLib]].SetExistingTaskResult(System.Threading.Tasks.Task`1<Boolean>, Boolean) + -109375353
00000029CB2BF400 00007FFABC17AD2E System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Boolean, System.Private.CoreLib]].SetResult(Boolean) + 62
00000029CB2BF430 00007FFAB45DDE7B System.Private.CoreLib.dll!System.Threading.SemaphoreSlim+<WaitUntilCountOrTimeoutAsync>d__31.MoveNext() + -138416197
00000029CB2BF510 00007FFAB6190430 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Boolean, System.Private.CoreLib],[System.Threading.SemaphoreSlim+<WaitUntilCountOrTimeoutAsync>d__31, System.Private.CoreLib]].ExecutionContextCallback(System.Object) + 48
00000029CB2BF550 00007FFABA02F0FC System.Private.CoreLib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) + 188
00000029CB2BF5C0 00007FFAB61902E3 System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Boolean, System.Private.CoreLib],[System.Threading.SemaphoreSlim+<WaitUntilCountOrTimeoutAsync>d__31, System.Private.CoreLib]].MoveNext(System.Threading.Thread) + 243
00000029CB2BF630 00007FFAB61901CA System.Private.CoreLib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Boolean, System.Private.CoreLib],[System.Threading.SemaphoreSlim+<WaitUntilCountOrTimeoutAsync>d__31, System.Private.CoreLib]].MoveNext() + 26
00000029CB2BF660 00007FFABC1441B3 System.Private.CoreLib.dll!System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(System.Runtime.CompilerServices.IAsyncStateMachineBox, Boolean) + 531
00000029CB2BF710 00007FFABB917A07 System.Private.CoreLib.dll!System.Threading.Tasks.Task.RunContinuations(System.Object) + 103
00000029CB2BF7A0 00007FFABB97C8CD System.Private.CoreLib.dll!System.Threading.Tasks.Task`1[[System.Boolean, System.Private.CoreLib]].TrySetResult(Boolean) + 141
00000029CB2BF800 00007FFAB6190110 System.Private.CoreLib.dll!System.Threading.Tasks.Task+CancellationPromise`1[[System.Boolean, System.Private.CoreLib]].System.Threading.Tasks.ITaskCompletionAction.Invoke(System.Threading.Tasks.Task) + 224
00000029CB2BF870 00007FFAB619000B System.Private.CoreLib.dll!System.Threading.Tasks.CompletionActionInvoker.System.Threading.IThreadPoolWorkItem.Execute() + 43
00000029CB2BF8A0 00007FFABB8E7A5C System.Private.CoreLib.dll!System.Threading.ThreadPoolWorkQueue.Dispatch() + 3164
00000029CB2BF980 00007FFABB8E6C35 System.Private.CoreLib.dll!System.Threading.PortableThreadPool+WorkerThread.WorkerDoWork(System.Threading.PortableThreadPool, Boolean ByRef) + 117
00000029CB2BFA40 00007FFAB39C2316 System.Private.CoreLib.dll!System.Threading.PortableThreadPool+WorkerThread.WorkerThreadStart() + 518
00000029CB2BFB00 00007FFAB396EDE5 System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.RunWorker() + -143112171
00000029CB2BFB50 00007FFAB396ED56 System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.Run() + -143111738
00000029CB2BFB90 00007FFAB396ECA6 System.Private.CoreLib.dll!System.Threading.Thread.StartCallback() + -143111402
00000029CB2BFE10                  [DebuggerU2MCatchHandlerFrame: 00000029cb2bfe10] 
OS Thread Id: 0xfa8
        Child SP               IP Call Site
00000029CB73F1E8 00007FFB40E7FFA4 ntdll!NtWaitForMultipleObjects + 20
00000029CB73F1F0 00007FFB3E71436C KERNELBASE!WaitForMultipleObjectsEx + 236
00000029CB73F4E0 00007FFB102D76B4 coreclr!Thread::DoAppropriateAptStateWait + 92
00000029CB73F520 00007FFB102D7395 coreclr!Thread::DoAppropriateWaitWorker + 925
00000029CB73F600 00007FFB102D6FB8 coreclr!Thread::DoAppropriateWait + 184
00000029CB73F6A0 00007FFB102D6E7A coreclr!WaitHandleNative::CorWaitOneNative + 218
00000029CB73F718                  [HelperMethodFrame: 00000029cb73f718] System.Private.CoreLib.dll!System.Threading.WaitHandle.WaitOneCore(IntPtr, Int32, Boolean)
00000029CB73F810 00007FFABB852FDF System.Private.CoreLib.dll!System.Threading.WaitHandle.WaitOneNoCheck(Int32, Boolean, System.Object, WaitHandleWaitSourceMap) + 191
00000029CB73F818 00000029CB73F870 
00000029CB73F820 00000000000039D3 
00000029CB73F880 00007FFAB8E4C590 System.Private.CoreLib.dll!System.Threading.WaitHandle.WaitOne(Int32) + 32
00000029CB73F8C0 00007FFABA935C33 System.Private.CoreLib.dll!System.Threading.TimerQueue.TimerThread() + 291
00000029CB73F9D0 00007FFAB396EDE5 System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.RunWorker() + -143112171
00000029CB73FA20 00007FFAB396ED56 System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.Run() + -143111738
00000029CB73FA60 00007FFAB396ECA6 System.Private.CoreLib.dll!System.Threading.Thread.StartCallback() + -143111402
00000029CB73FCE0                  [DebuggerU2MCatchHandlerFrame: 00000029cb73fce0] 
OS Thread Id: 0x834
        Child SP               IP Call Site
00000029CBA3F508 00007FFB40E82FA4 ntdll!ZwWaitForWorkViaWorkerFactory + 20
00000029CBA3F510 00007FFB40DEB77F ntdll!RtlInitializeResource + 2415
00000029CBA3F800 00007FFB3FA14CB0 kernel32!BaseThreadInitThunk + 16
00000029CBA3F830 00007FFB40E5E8AB ntdll!RtlUserThreadStart + 43
OS Thread Id: 0x19b8
        Child SP               IP Call Site
00000029CBA7F4B8 00007FFB40E82344 ntdll!NtRemoveIoCompletionEx + 20
00000029CBA7F4C0 00007FFB3E7F2B94 KERNELBASE!GetQueuedCompletionStatusEx + 196
00000029CBA7F560 00007FFABA97ED38 
00000029CBA7F568 00000029CBA7F840 
00000029CBA7F570 00007FFAB77E5D96 
00000029CBA7F578 00000029CBA7F8D0 
00000029CBA7F5A8                  [InlinedCallFrame: 00000029cba7f5a8] System.Private.CoreLib.dll!Interop+Kernel32.<GetQueuedCompletionStatusEx>g____PInvoke|52_0(IntPtr, OVERLAPPED_ENTRY*, Int32, Int32*, Int32, Int32)
00000029CBA7F5A8                  [InlinedCallFrame: 00000029cba7f5a8] System.Private.CoreLib.dll!Interop+Kernel32.<GetQueuedCompletionStatusEx>g____PInvoke|52_0(IntPtr, OVERLAPPED_ENTRY*, Int32, Int32*, Int32, Int32)
00000029CBA7F560 00007FFABA97ED38 System.Private.CoreLib.dll!Interop+Kernel32.GetQueuedCompletionStatusEx(IntPtr, OVERLAPPED_ENTRY*, Int32, Int32 ByRef, Int32, Boolean) + 232
00000029CBA7F650 00007FFABA97EB18 System.Private.CoreLib.dll!System.Threading.PortableThreadPool+IOCompletionPoller.Poll() + 104
00000029CBA7F710 00007FFAB396EDE5 System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.RunWorker() + -143112171
00000029CBA7F760 00007FFAB396ED56 System.Private.CoreLib.dll!System.Threading.Thread+StartHelper.Run() + -143111738
00000029CBA7F7A0 00007FFAB396ECA6 System.Private.CoreLib.dll!System.Threading.Thread.StartCallback() + -143111402
00000029CBA7FA20                  [DebuggerU2MCatchHandlerFrame: 00000029cba7fa20] 
OS Thread Id: 0x1c3c
        Child SP               IP Call Site
00000029CB43F718 00007FFB40E7F4D4 ntdll!ZwWaitForSingleObject + 20
00000029CB43F720 00007FFB3E6ED76E KERNELBASE!WaitForSingleObjectEx + 142
00000029CB43F7C0 00007FFB103DE4DE coreclr!WKS::gc_heap::bgc_thread_function + 70
00000029CB43F7F0 00007FFB103F58F1 coreclr!<lambda_def44bdf18ce103f23d0057144eb2392>::operator() + 161
00000029CB43F820 00007FFB3FA14CB0 kernel32!BaseThreadInitThunk + 16
00000029CB43F850 00007FFB40E5E8AB ntdll!RtlUserThreadStart + 43
OS Thread Id: 0x1250
        Child SP               IP Call Site
00000029CB5BF398 00007FFB40E7F574 ntdll!ZwRemoveIoCompletion + 20
00000029CB5BF3A0 00007FFB3E717713 KERNELBASE!GetQueuedCompletionStatus + 83
00000029CB5BF400 00007FFAB8CCFA27 
00000029CB5BF408 0000000000004E20 
00000029CB5BF410 00007FFB40E37EBA ntdll!RtlDelayExecution + 42
00000029CB5BF438                  [InlinedCallFrame: 00000029cb5bf438] System.Private.CoreLib.dll!Interop+Kernel32.<GetQueuedCompletionStatus>g____PInvoke|51_0(IntPtr, UInt32*, UIntPtr*, IntPtr*, Int32)
00000029CB5BF438                  [InlinedCallFrame: 00000029cb5bf438] System.Private.CoreLib.dll!Interop+Kernel32.<GetQueuedCompletionStatus>g____PInvoke|51_0(IntPtr, UInt32*, UIntPtr*, IntPtr*, Int32)
00000029CB5BF400 00007FFAB8CCFA27 System.Private.CoreLib.dll!System.Threading.LowLevelLifoSemaphore.WaitForSignal(Int32) + 263
00000029CB5BF450 00007FFAB09A7710 
00000029CB5BF458 00000029CB5BF400 
00000029CB5BF460 00007FFAB8CCFA27 
00000029CB5BF468 00000029CB5BF4C0 
00000029CB5BF470 0000002900000000 
00000029CB5BF4D0 00007FFABB8FAB75 System.Private.CoreLib.dll!System.Threading.LowLevelLifoSemaphore.Wait(Int32, Boolean) + 437
00000029CB5BF580 00007FFAB39C2348 System.Private.CoreLib.dll!System.Threading.PortableThreadPool+WorkerThread.WorkerThreadStart() + 568
00000029CB5BF880                  [DebuggerU2MCatchHandlerFrame: 00000029cb5bf880] 
OS Thread Id: 0x1c48
        Child SP               IP Call Site
00000029CAFBF958 00007FFB40E7F574 ntdll!ZwRemoveIoCompletion + 20
00000029CAFBF960 00007FFB3E717713 KERNELBASE!GetQueuedCompletionStatus + 83
00000029CAFBF9C0 00007FFAB8CCFA27 
00000029CAFBF9C8 0000000000004E20 
00000029CAFBF9D0 00007FFB40E37EBA ntdll!RtlDelayExecution + 42
00000029CAFBF9F8                  [InlinedCallFrame: 00000029cafbf9f8] System.Private.CoreLib.dll!Interop+Kernel32.<GetQueuedCompletionStatus>g____PInvoke|51_0(IntPtr, UInt32*, UIntPtr*, IntPtr*, Int32)
00000029CAFBF9F8                  [InlinedCallFrame: 00000029cafbf9f8] System.Private.CoreLib.dll!Interop+Kernel32.<GetQueuedCompletionStatus>g____PInvoke|51_0(IntPtr, UInt32*, UIntPtr*, IntPtr*, Int32)
00000029CAFBF9C0 00007FFAB8CCFA27 System.Private.CoreLib.dll!System.Threading.LowLevelLifoSemaphore.WaitForSignal(Int32) + 263
00000029CAFBFA10 00007FFAB09A7710 
00000029CAFBFA18 00000029CAFBF9C0 
00000029CAFBFA20 00007FFAB8CCFA27 
00000029CAFBFA28 00000029CAFBFA80 
00000029CAFBFA30 0000002900000000 
00000029CAFBFA90 00007FFABB8FAB75 System.Private.CoreLib.dll!System.Threading.LowLevelLifoSemaphore.Wait(Int32, Boolean) + 437
00000029CAFBFB40 00007FFAB39C2348 System.Private.CoreLib.dll!System.Threading.PortableThreadPool+WorkerThread.WorkerThreadStart() + 568
00000029CAFBFE40                  [DebuggerU2MCatchHandlerFrame: 00000029cafbfe40] 
OS Thread Id: 0x1d50
        Child SP               IP Call Site
00000029CBBFF668 00007FFB40E7F574 ntdll!ZwRemoveIoCompletion + 20
00000029CBBFF670 00007FFB3E717713 KERNELBASE!GetQueuedCompletionStatus + 83
00000029CBBFF6D0 00007FFAB8CCFA27 
00000029CBBFF6D8 0000000000004E20 
00000029CBBFF6E0 00007FFB40E37EBA ntdll!RtlDelayExecution + 42
00000029CBBFF708                  [InlinedCallFrame: 00000029cbbff708] System.Private.CoreLib.dll!Interop+Kernel32.<GetQueuedCompletionStatus>g____PInvoke|51_0(IntPtr, UInt32*, UIntPtr*, IntPtr*, Int32)
00000029CBBFF708                  [InlinedCallFrame: 00000029cbbff708] System.Private.CoreLib.dll!Interop+Kernel32.<GetQueuedCompletionStatus>g____PInvoke|51_0(IntPtr, UInt32*, UIntPtr*, IntPtr*, Int32)
00000029CBBFF6D0 00007FFAB8CCFA27 System.Private.CoreLib.dll!System.Threading.LowLevelLifoSemaphore.WaitForSignal(Int32) + 263
00000029CBBFF720 00007FFAB09A7710 
00000029CBBFF728 00000029CBBFF6D0 
00000029CBBFF730 00007FFAB8CCFA27 
00000029CBBFF738 00000029CBBFF790 
00000029CBBFF740 0000002900000000 
00000029CBBFF7A0 00007FFABB8FAB75 System.Private.CoreLib.dll!System.Threading.LowLevelLifoSemaphore.Wait(Int32, Boolean) + 437
00000029CBBFF850 00007FFAB39C2348 System.Private.CoreLib.dll!System.Threading.PortableThreadPool+WorkerThread.WorkerThreadStart() + 568
00000029CBBFFB50                  [DebuggerU2MCatchHandlerFrame: 00000029cbbffb50] 
OS Thread Id: 0x988
        Child SP               IP Call Site
00000029CBD7F708 00007FFB40E7F574 ntdll!ZwRemoveIoCompletion + 20
00000029CBD7F710 00007FFB3E717713 KERNELBASE!GetQueuedCompletionStatus + 83
00000029CBD7F770 00007FFAB8CCFA27 
00000029CBD7F778 0000000000004E20 
00000029CBD7F780 00007FFB40E37EBA ntdll!RtlDelayExecution + 42
00000029CBD7F7A8                  [InlinedCallFrame: 00000029cbd7f7a8] System.Private.CoreLib.dll!Interop+Kernel32.<GetQueuedCompletionStatus>g____PInvoke|51_0(IntPtr, UInt32*, UIntPtr*, IntPtr*, Int32)
00000029CBD7F7A8                  [InlinedCallFrame: 00000029cbd7f7a8] System.Private.CoreLib.dll!Interop+Kernel32.<GetQueuedCompletionStatus>g____PInvoke|51_0(IntPtr, UInt32*, UIntPtr*, IntPtr*, Int32)
00000029CBD7F770 00007FFAB8CCFA27 System.Private.CoreLib.dll!System.Threading.LowLevelLifoSemaphore.WaitForSignal(Int32) + 263
00000029CBD7F7C0 00007FFAB09A7710 
00000029CBD7F7C8 00000029CBD7F770 
00000029CBD7F7D0 00007FFAB8CCFA27 
00000029CBD7F7D8 00000029CBD7F830 
00000029CBD7F7E0 0000002900000000 
00000029CBD7F840 00007FFABB8FAB75 System.Private.CoreLib.dll!System.Threading.LowLevelLifoSemaphore.Wait(Int32, Boolean) + 437
00000029CBD7F8F0 00007FFAB39C2348 System.Private.CoreLib.dll!System.Threading.PortableThreadPool+WorkerThread.WorkerThreadStart() + 568
00000029CBD7FBF0                  [DebuggerU2MCatchHandlerFrame: 00000029cbd7fbf0] 
OS Thread Id: 0x1f1c
        Child SP               IP Call Site
00000029CBEFF2B8 00007FFB40E7F574 ntdll!ZwRemoveIoCompletion + 20
00000029CBEFF2C0 00007FFB3E717713 KERNELBASE!GetQueuedCompletionStatus + 83
00000029CBEFF320 00007FFAB8CCFA27 
00000029CBEFF328 0000000000004E20 
00000029CBEFF330 00007FFB40E37EBA ntdll!RtlDelayExecution + 42
00000029CBEFF358                  [InlinedCallFrame: 00000029cbeff358] System.Private.CoreLib.dll!Interop+Kernel32.<GetQueuedCompletionStatus>g____PInvoke|51_0(IntPtr, UInt32*, UIntPtr*, IntPtr*, Int32)
00000029CBEFF358                  [InlinedCallFrame: 00000029cbeff358] System.Private.CoreLib.dll!Interop+Kernel32.<GetQueuedCompletionStatus>g____PInvoke|51_0(IntPtr, UInt32*, UIntPtr*, IntPtr*, Int32)
00000029CBEFF320 00007FFAB8CCFA27 System.Private.CoreLib.dll!System.Threading.LowLevelLifoSemaphore.WaitForSignal(Int32) + 263
00000029CBEFF370 00007FFAB09A7710 
00000029CBEFF378 00000029CBEFF320 
00000029CBEFF380 00007FFAB8CCFA27 
00000029CBEFF388 00000029CBEFF3E0 
00000029CBEFF390 0000021900000000 
00000029CBEFF3F0 00007FFABB8FAB75 System.Private.CoreLib.dll!System.Threading.LowLevelLifoSemaphore.Wait(Int32, Boolean) + 437
00000029CBEFF4A0 00007FFAB39C2348 System.Private.CoreLib.dll!System.Threading.PortableThreadPool+WorkerThread.WorkerThreadStart() + 568
00000029CBEFF7A0                  [DebuggerU2MCatchHandlerFrame: 00000029cbeff7a0] 
0:017> q
quit:
NatVis script unloaded from 'C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\Visualizers\atlmfc.natvis'
NatVis script unloaded from 'C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\Visualizers\concurrency.natvis'
NatVis script unloaded from 'C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\Visualizers\cpp_rest.natvis'
NatVis script unloaded from 'C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\Visualizers\stl.natvis'
NatVis script unloaded from 'C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\Visualizers\Windows.Data.Json.natvis'
NatVis script unloaded from 'C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\Visualizers\Windows.Devices.Geolocation.natvis'
NatVis script unloaded from 'C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\Visualizers\Windows.Devices.Sensors.natvis'
NatVis script unloaded from 'C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\Visualizers\Windows.Media.natvis'
NatVis script unloaded from 'C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\Visualizers\windows.natvis'
NatVis script unloaded from 'C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\Visualizers\winrt.natvis'

----- end ===============  XUnitLogChecker Output - exit code 0 ===============
2024-06-17T21:56:13.797Z	INFO   	run.py	run(48)	main	Beginning reading of test results.
2024-06-17T21:56:13.798Z	INFO   	run.py	__init__(42)	read_results	Searching 'C:\h\w\C13C0AAF\w\AB2D08FC\e' for test results files
2024-06-17T21:56:13.803Z	INFO   	run.py	__init__(42)	read_results	Searching 'C:\h\w\C13C0AAF\w\AB2D08FC\uploads' for test results files
2024-06-17T21:56:13.804Z	WARNING	run.py	__init__(55)	read_results	No results file found in any of the following formats: xunit, junit, trx
2024-06-17T21:56:13.805Z	INFO   	run.py	packing_test_reporter(30)	report_results	Packing 0 test reports to 'C:\h\w\C13C0AAF\w\AB2D08FC\e\__test_report.json'
2024-06-17T21:56:13.806Z	INFO   	run.py	packing_test_reporter(33)	report_results	Packed 1578 bytes
ERROR: The process "corerun.exe" not found.
gen-debug-dump-docs.py: read file: C:\h\w\C13C0AAF\p\debug-dump-template.md
gen-debug-dump-docs.py: writing output file: C:\h\w\C13C0AAF\w\AB2D08FC\uploads\how-to-debug-dump.md
gen-debug-dump-docs.py: done writing debug dump information
['System.Text.RegularExpressions.Tests' END OF WORK ITEM LOG: Command exited with -1073741819]

@mangod9
Copy link
Member

mangod9 commented Aug 1, 2024

Hey @jozkee, the AzDo builds are no longer available with the failure. Are you still noticing these in recent builds?

@jozkee
Copy link
Member Author

jozkee commented Aug 1, 2024

I filed this issue as protocol. I doubt this is happening in recent builds since the build-analysis shows zero hits.
Doesn't the console logs provide enough information for this to be actionable?

@mangod9
Copy link
Member

mangod9 commented Aug 1, 2024

The latest failure feels like something which was recently fixed, so I will close and reopen if any of these reoccur.

@mangod9 mangod9 closed this as completed Aug 1, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Sep 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-VM-coreclr Known Build Error Use this to report build issues in the .NET Helix tab
Projects
None yet
Development

No branches or pull requests

6 participants