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

Run project in Rider #11

Open
djordjedjukic opened this issue Jul 30, 2022 · 8 comments
Open

Run project in Rider #11

djordjedjukic opened this issue Jul 30, 2022 · 8 comments

Comments

@djordjedjukic
Copy link

Hi, do you maybe know how to run the project from JB Rider?

@Dzoukr
Copy link
Owner

Dzoukr commented Jul 31, 2022

You can open terminal in Rider and do the same as from the console: dotnet run

@djordjedjukic
Copy link
Author

And how can I run it in debug mode?

(Apologize if questions are stupid, but I am new in F#).

@Dzoukr
Copy link
Owner

Dzoukr commented Jul 31, 2022

No problem mate! You have two options:

  1. Use dotnet run and then from Rider use "Attach to remote process" and find YourProject.Server.exe process and attach to it.
  2. Comment out in Build.fs in root starting backend server, start client only using dotnet run, and then normally start Server project with Debug.

Let me know if it works...

@djordjedjukic
Copy link
Author

I tried, and both options are working. However, it works a little bit strange, i.e. when I press F10 to step over application crashes with an error:

[webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/IOrganizationApi/getMembers to http://localhost:5000/ [ECONNRESET] (https://nodejs.org/api/errors.html#errors_common_system_errors)

If you know what can cause that great, if not I will play with it.

And one more thing, I guess that client debugging should be done with console.log or something similar?

@Dzoukr
Copy link
Owner

Dzoukr commented Aug 1, 2022

I would have to see more of the logs to understand, what's wrong.

And one more thing, I guess that client debugging should be done with console.log or something similar?

There may be possible to attach to debugger also on the frontend side (using source maps + developer tools in Chrome), but I always use console.log 🤷 😄

@djordjedjukic
Copy link
Author

It looks like it's something with .NET on mac m1.

Thanks a lot for the help.

@djordjedjukic
Copy link
Author

Actually, it's up to my project. When I run your template everything is working fine :/

@djordjedjukic djordjedjukic reopened this Aug 4, 2022
@djordjedjukic
Copy link
Author

Maybe you see something in the log?

-------------------------------------
Translated Report (Full Report Below)
-------------------------------------

Process:               App.Server [12919]
Path:                  /Users/USER/*/App.Server
Identifier:            App.Server
Version:               ???
Code Type:             ARM-64 (Native)
Parent Process:        dotnet [12903]
Responsible:           rider [12819]
User ID:               502

Date/Time:             2022-08-04 10:58:49.2041 +0200
OS Version:            macOS 12.3.1 (21E258)
Report Version:        12
Anonymous UUID:        7132A35B-26FC-675C-2A20-411E64786912

Sleep/Wake UUID:       BEEBC4E8-29E5-4605-B769-3CEBF21BBAC4

Time Awake Since Boot: 52000 seconds
Time Since Wake:       7974 seconds

System Integrity Protection: enabled

Crashed Thread:        5

Exception Type:        EXC_BAD_ACCESS (SIGBUS)
Exception Codes:       KERN_PROTECTION_FAILURE at 0x0000000290d8de70
Exception Codes:       0x0000000000000002, 0x0000000290d8de70
Exception Note:        EXC_CORPSE_NOTIFY

Termination Reason:    Namespace SIGNAL, Code 10 Bus error: 10
Terminating Process:   exc handler [12919]

VM Region Info: 0x290d8de70 is in 0x285dc4000-0x2ffff0000;  bytes after start: 184327792  bytes before end: 1864769935
      REGION TYPE                    START - END         [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      VM_ALLOCATE                 285dc0000-285dc4000    [   16K] rw-/rwx SM=ZER  
--->  VM_ALLOCATE                 285dc4000-2ffff0000    [  1.9G] ---/rwx SM=ZER  
      VM_ALLOCATE                 2ffff0000-2ffff8000    [   32K] rw-/rwx SM=PRV  

Thread 0::  Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	       0x1961e4290 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x19621e83c _pthread_cond_wait + 1236
2   libcoreclr.dylib              	       0x10120dd58 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 340
3   libcoreclr.dylib              	       0x10120da10 CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 444
4   libcoreclr.dylib              	       0x101211ae4 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1676
5   libcoreclr.dylib              	       0x1013034fc Thread::DoAppropriateWaitWorker(int, void**, int, unsigned int, WaitMode) + 1096
6   libcoreclr.dylib              	       0x1012fe6f4 Thread::DoAppropriateWait(int, void**, int, unsigned int, WaitMode, PendingSync*) + 68
7   libcoreclr.dylib              	       0x101304434 Thread::Block(int, PendingSync*) + 32
8   libcoreclr.dylib              	       0x1012fc370 SyncBlock::Wait(int) + 452
9   libcoreclr.dylib              	       0x10159d47c ObjectNative::WaitTimeout(int, Object*) + 160
10  ???                           	       0x2803c2a14 ???
11  ???                           	       0x2803d8994 ???
12  ???                           	       0x2803f6564 ???
13  ???                           	       0x2803f6224 ???
14  ???                           	       0x280464ee0 ???
15  ???                           	       0x280464e50 ???
16  ???                           	       0x280eb1a00 ???
17  ???                           	       0x280d8a018 ???
18  libcoreclr.dylib              	       0x1014cb5c8 CallDescrWorkerInternal + 132
19  libcoreclr.dylib              	       0x10133c01c MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 868
20  libcoreclr.dylib              	       0x101233ad0 RunMain(MethodDesc*, short, int*, PtrArray**) + 652
21  libcoreclr.dylib              	       0x101233dbc Assembly::ExecuteMainMethod(PtrArray**, int) + 376
22  libcoreclr.dylib              	       0x1012621b0 CorHost2::ExecuteAssembly(unsigned int, char16_t const*, int, char16_t const**, unsigned int*) + 476
23  libcoreclr.dylib              	       0x10121e804 coreclr_execute_assembly + 208
24  libhostpolicy.dylib           	       0x1009f5c3c run_app_for_context(hostpolicy_context_t const&, int, char const**) + 1056
25  libhostpolicy.dylib           	       0x1009f69ac corehost_main + 240
26  libhostfxr.dylib              	       0x100981c0c fx_muxer_t::handle_exec_host_command(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, host_startup_info_t const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::unordered_map<known_options, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, known_options_hash, std::__1::equal_to<known_options>, std::__1::allocator<std::__1::pair<known_options const, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > > const&, int, char const**, int, host_mode_t, bool, char*, int, int*) + 1320
27  libhostfxr.dylib              	       0x100980d18 fx_muxer_t::execute(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, int, char const**, host_startup_info_t const&, char*, int, int*) + 856
28  libhostfxr.dylib              	       0x10097d944 hostfxr_main_startupinfo + 152
29  App.Server                    	       0x1007993f8 exe_start(int, char const**) + 1484
30  App.Server                    	       0x10079963c main + 160
31  dyld                          	       0x100aad088 start + 516

Thread 1:
0   libsystem_kernel.dylib        	       0x1961e08d0 mach_msg_trap + 8
1   libsystem_kernel.dylib        	       0x1961e0d40 mach_msg + 76
2   libcoreclr.dylib              	       0x10121c460 MachMessage::Receive(unsigned int) + 80
3   libcoreclr.dylib              	       0x10121b7fc SEHExceptionThread(void*) + 148
4   libsystem_pthread.dylib       	       0x19621e26c _pthread_start + 148
5   libsystem_pthread.dylib       	       0x19621908c thread_start + 8

Thread 2:
0   libsystem_kernel.dylib        	       0x1961e6c40 kevent + 8
1   libcoreclr.dylib              	       0x101210068 CorUnix::CPalSynchronizationManager::ReadBytesFromProcessPipe(int, unsigned char*, int) + 464
2   libcoreclr.dylib              	       0x10120f768 CorUnix::CPalSynchronizationManager::WorkerThread(void*) + 116
3   libcoreclr.dylib              	       0x101219380 CorUnix::CPalThread::ThreadEntry(void*) + 380
4   libsystem_pthread.dylib       	       0x19621e26c _pthread_start + 148
5   libsystem_pthread.dylib       	       0x19621908c thread_start + 8

Thread 3:
0   libsystem_kernel.dylib        	       0x1961e8ed0 poll + 8
1   libcoreclr.dylib              	       0x101530b48 ds_ipc_poll(_DiagnosticsIpcPollHandle*, unsigned long, unsigned int, void (*)(char const*, unsigned int)) + 180
2   libcoreclr.dylib              	       0x1015e6340 ds_ipc_stream_factory_get_next_available_stream(void (*)(char const*, unsigned int)) + 884
3   libcoreclr.dylib              	       0x1015e43fc server_thread(void*) + 324
4   libcoreclr.dylib              	       0x101219380 CorUnix::CPalThread::ThreadEntry(void*) + 380
5   libsystem_pthread.dylib       	       0x19621e26c _pthread_start + 148
6   libsystem_pthread.dylib       	       0x19621908c thread_start + 8

Thread 4:
0   libsystem_kernel.dylib        	       0x1961e1654 read + 8
1   libcoreclr.dylib              	       0x101531724 TwoWayPipe::Read(void*, unsigned int) + 44
2   libcoreclr.dylib              	       0x10152bb58 DbgTransportSession::TransportWorker() + 1576
3   libcoreclr.dylib              	       0x10152a6c4 DbgTransportSession::TransportWorkerStatic(void*) + 12
4   libcoreclr.dylib              	       0x101219380 CorUnix::CPalThread::ThreadEntry(void*) + 380
5   libsystem_pthread.dylib       	       0x19621e26c _pthread_start + 148
6   libsystem_pthread.dylib       	       0x19621908c thread_start + 8

Thread 5 Crashed:
0   libcoreclr.dylib              	       0x101318094 VirtualCallStubManager::predictStubKind(unsigned long) + 152
1   libcoreclr.dylib              	       0x101318080 VirtualCallStubManager::predictStubKind(unsigned long) + 132
2   libcoreclr.dylib              	       0x10131b420 VirtualCallStubManager::getStubKind(unsigned long, int) + 36
3   libcoreclr.dylib              	       0x10131b5c8 VirtualCallStubManager::CheckIsStub_Internal(unsigned long) + 16
4   libcoreclr.dylib              	       0x10131fd84 VirtualCallStubManagerManager::CheckIsStub_Internal(unsigned long) + 172
5   libcoreclr.dylib              	       0x1012f7fcc StubManager::CheckIsStub_Worker(unsigned long) + 188
6   libcoreclr.dylib              	       0x1012f8330 StubManager::TraceStub(unsigned long, TraceDestination*) + 164
7   libcoreclr.dylib              	       0x10126efb4 EEDbgInterfaceImpl::TraceStub(unsigned char const*, TraceDestination*) + 20
8   libcoreclr.dylib              	       0x101504a30 DebuggerStepper::TrapStep(ControllerStackInfo*, bool) + 776
9   libcoreclr.dylib              	       0x1015059f0 DebuggerStepper::Step(FramePointer, bool, COR_DEBUG_STEP_RANGE*, unsigned long, bool) + 720
10  libcoreclr.dylib              	       0x101518a2c Debugger::HandleIPCEvent(DebuggerIPCEvent*) + 4712
11  libcoreclr.dylib              	       0x1015291f8 HandleIPCEventWrapper(Debugger*, DebuggerIPCEvent*) + 112
12  libcoreclr.dylib              	       0x10152900c DebuggerRCThread::MainLoop() + 536
13  libcoreclr.dylib              	       0x101528d88 DebuggerRCThread::ThreadProc() + 248
14  libcoreclr.dylib              	       0x101528b50 DebuggerRCThread::ThreadProcStatic(void*) + 32
15  libcoreclr.dylib              	       0x101219380 CorUnix::CPalThread::ThreadEntry(void*) + 380
16  libsystem_pthread.dylib       	       0x19621e26c _pthread_start + 148
17  libsystem_pthread.dylib       	       0x19621908c thread_start + 8

Thread 6:
0   libsystem_kernel.dylib        	       0x1961e4290 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x19621e83c _pthread_cond_wait + 1236
2   libcoreclr.dylib              	       0x10120dd58 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 340
3   libcoreclr.dylib              	       0x10120da10 CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 444
4   libcoreclr.dylib              	       0x101211ae4 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1676
5   libcoreclr.dylib              	       0x101211ca0 WaitForSingleObjectEx + 80
6   libcoreclr.dylib              	       0x10140ac70 CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*) + 196
7   libcoreclr.dylib              	       0x101454f08 SVR::gc_heap::gc_thread_function() + 204
8   libcoreclr.dylib              	       0x101454e3c SVR::gc_heap::gc_thread_stub(void*) + 60
9   libcoreclr.dylib              	       0x10137f7e0 (anonymous namespace)::CreateNonSuspendableThread(void (*)(void*), void*, char16_t const*)::$_1::__invoke(void*) + 76
10  libcoreclr.dylib              	       0x101219380 CorUnix::CPalThread::ThreadEntry(void*) + 380
11  libsystem_pthread.dylib       	       0x19621e26c _pthread_start + 148
12  libsystem_pthread.dylib       	       0x19621908c thread_start + 8

Thread 7:
0   libsystem_kernel.dylib        	       0x1961e4290 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x19621e83c _pthread_cond_wait + 1236
2   libcoreclr.dylib              	       0x10120dd58 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 340
3   libcoreclr.dylib              	       0x10120da10 CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 444
4   libcoreclr.dylib              	       0x101211ae4 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1676
5   libcoreclr.dylib              	       0x101211ca0 WaitForSingleObjectEx + 80
6   libcoreclr.dylib              	       0x10140ac70 CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*) + 196
7   libcoreclr.dylib              	       0x101454ed8 SVR::gc_heap::gc_thread_function() + 156
8   libcoreclr.dylib              	       0x101454e3c SVR::gc_heap::gc_thread_stub(void*) + 60
9   libcoreclr.dylib              	       0x10137f7e0 (anonymous namespace)::CreateNonSuspendableThread(void (*)(void*), void*, char16_t const*)::$_1::__invoke(void*) + 76
10  libcoreclr.dylib              	       0x101219380 CorUnix::CPalThread::ThreadEntry(void*) + 380
11  libsystem_pthread.dylib       	       0x19621e26c _pthread_start + 148
12  libsystem_pthread.dylib       	       0x19621908c thread_start + 8

Thread 8:
0   libsystem_kernel.dylib        	       0x1961e4290 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x19621e83c _pthread_cond_wait + 1236
2   libcoreclr.dylib              	       0x10120dd58 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 340
3   libcoreclr.dylib              	       0x10120da10 CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 444
4   libcoreclr.dylib              	       0x101211ae4 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1676
5   libcoreclr.dylib              	       0x101211ca0 WaitForSingleObjectEx + 80
6   libcoreclr.dylib              	       0x10140ac70 CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*) + 196
7   libcoreclr.dylib              	       0x101454ed8 SVR::gc_heap::gc_thread_function() + 156
8   libcoreclr.dylib              	       0x101454e3c SVR::gc_heap::gc_thread_stub(void*) + 60
9   libcoreclr.dylib              	       0x10137f7e0 (anonymous namespace)::CreateNonSuspendableThread(void (*)(void*), void*, char16_t const*)::$_1::__invoke(void*) + 76
10  libcoreclr.dylib              	       0x101219380 CorUnix::CPalThread::ThreadEntry(void*) + 380
11  libsystem_pthread.dylib       	       0x19621e26c _pthread_start + 148
12  libsystem_pthread.dylib       	       0x19621908c thread_start + 8

Thread 9:
0   libsystem_kernel.dylib        	       0x1961e4290 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x19621e83c _pthread_cond_wait + 1236
2   libcoreclr.dylib              	       0x10120dd58 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 340
3   libcoreclr.dylib              	       0x10120da10 CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 444
4   libcoreclr.dylib              	       0x101211ae4 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1676
5   libcoreclr.dylib              	       0x101211ca0 WaitForSingleObjectEx + 80
6   libcoreclr.dylib              	       0x10140ac70 CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*) + 196
7   libcoreclr.dylib              	       0x101454ed8 SVR::gc_heap::gc_thread_function() + 156
8   libcoreclr.dylib              	       0x101454e3c SVR::gc_heap::gc_thread_stub(void*) + 60
9   libcoreclr.dylib              	       0x10137f7e0 (anonymous namespace)::CreateNonSuspendableThread(void (*)(void*), void*, char16_t const*)::$_1::__invoke(void*) + 76
10  libcoreclr.dylib              	       0x101219380 CorUnix::CPalThread::ThreadEntry(void*) + 380
11  libsystem_pthread.dylib       	       0x19621e26c _pthread_start + 148
12  libsystem_pthread.dylib       	       0x19621908c thread_start + 8

Thread 10:
0   libsystem_kernel.dylib        	       0x1961e4290 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x19621e83c _pthread_cond_wait + 1236
2   libcoreclr.dylib              	       0x10120dd58 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 340
3   libcoreclr.dylib              	       0x10120da10 CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 444
4   libcoreclr.dylib              	       0x101211ae4 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1676
5   libcoreclr.dylib              	       0x101211ca0 WaitForSingleObjectEx + 80
6   libcoreclr.dylib              	       0x10140ac70 CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*) + 196
7   libcoreclr.dylib              	       0x101454ed8 SVR::gc_heap::gc_thread_function() + 156
8   libcoreclr.dylib              	       0x101454e3c SVR::gc_heap::gc_thread_stub(void*) + 60
9   libcoreclr.dylib              	       0x10137f7e0 (anonymous namespace)::CreateNonSuspendableThread(void (*)(void*), void*, char16_t const*)::$_1::__invoke(void*) + 76
10  libcoreclr.dylib              	       0x101219380 CorUnix::CPalThread::ThreadEntry(void*) + 380
11  libsystem_pthread.dylib       	       0x19621e26c _pthread_start + 148
12  libsystem_pthread.dylib       	       0x19621908c thread_start + 8

Thread 11:
0   libsystem_kernel.dylib        	       0x1961e4290 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x19621e83c _pthread_cond_wait + 1236
2   libcoreclr.dylib              	       0x10120dd58 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 340
3   libcoreclr.dylib              	       0x10120da10 CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 444
4   libcoreclr.dylib              	       0x101211ae4 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1676
5   libcoreclr.dylib              	       0x101211ca0 WaitForSingleObjectEx + 80
6   libcoreclr.dylib              	       0x10140ac70 CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*) + 196
7   libcoreclr.dylib              	       0x101454ed8 SVR::gc_heap::gc_thread_function() + 156
8   libcoreclr.dylib              	       0x101454e3c SVR::gc_heap::gc_thread_stub(void*) + 60
9   libcoreclr.dylib              	       0x10137f7e0 (anonymous namespace)::CreateNonSuspendableThread(void (*)(void*), void*, char16_t const*)::$_1::__invoke(void*) + 76
10  libcoreclr.dylib              	       0x101219380 CorUnix::CPalThread::ThreadEntry(void*) + 380
11  libsystem_pthread.dylib       	       0x19621e26c _pthread_start + 148
12  libsystem_pthread.dylib       	       0x19621908c thread_start + 8

Thread 12:
0   libsystem_kernel.dylib        	       0x1961e4290 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x19621e83c _pthread_cond_wait + 1236
2   libcoreclr.dylib              	       0x10120dd58 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 340
3   libcoreclr.dylib              	       0x10120da10 CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 444
4   libcoreclr.dylib              	       0x101211ae4 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1676
5   libcoreclr.dylib              	       0x101211ca0 WaitForSingleObjectEx + 80
6   libcoreclr.dylib              	       0x10140ac70 CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*) + 196
7   libcoreclr.dylib              	       0x101454ed8 SVR::gc_heap::gc_thread_function() + 156
8   libcoreclr.dylib              	       0x101454e3c SVR::gc_heap::gc_thread_stub(void*) + 60
9   libcoreclr.dylib              	       0x10137f7e0 (anonymous namespace)::CreateNonSuspendableThread(void (*)(void*), void*, char16_t const*)::$_1::__invoke(void*) + 76
10  libcoreclr.dylib              	       0x101219380 CorUnix::CPalThread::ThreadEntry(void*) + 380
11  libsystem_pthread.dylib       	       0x19621e26c _pthread_start + 148
12  libsystem_pthread.dylib       	       0x19621908c thread_start + 8

Thread 13:
0   libsystem_kernel.dylib        	       0x1961e4290 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x19621e83c _pthread_cond_wait + 1236
2   libcoreclr.dylib              	       0x10120dd58 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 340
3   libcoreclr.dylib              	       0x10120da10 CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 444
4   libcoreclr.dylib              	       0x101211ae4 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1676
5   libcoreclr.dylib              	       0x101211ca0 WaitForSingleObjectEx + 80
6   libcoreclr.dylib              	       0x10140ac70 CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*) + 196
7   libcoreclr.dylib              	       0x101454ed8 SVR::gc_heap::gc_thread_function() + 156
8   libcoreclr.dylib              	       0x101454e3c SVR::gc_heap::gc_thread_stub(void*) + 60
9   libcoreclr.dylib              	       0x10137f7e0 (anonymous namespace)::CreateNonSuspendableThread(void (*)(void*), void*, char16_t const*)::$_1::__invoke(void*) + 76
10  libcoreclr.dylib              	       0x101219380 CorUnix::CPalThread::ThreadEntry(void*) + 380
11  libsystem_pthread.dylib       	       0x19621e26c _pthread_start + 148
12  libsystem_pthread.dylib       	       0x19621908c thread_start + 8

Thread 14:
0   libsystem_kernel.dylib        	       0x1961e4290 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x19621e83c _pthread_cond_wait + 1236
2   libcoreclr.dylib              	       0x10120dd58 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 340
3   libcoreclr.dylib              	       0x10120da10 CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 444
4   libcoreclr.dylib              	       0x101211ae4 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1676
5   libcoreclr.dylib              	       0x101211ca0 WaitForSingleObjectEx + 80
6   libcoreclr.dylib              	       0x10140ac70 CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*) + 196
7   libcoreclr.dylib              	       0x101454ed8 SVR::gc_heap::gc_thread_function() + 156
8   libcoreclr.dylib              	       0x101454e3c SVR::gc_heap::gc_thread_stub(void*) + 60
9   libcoreclr.dylib              	       0x10137f7e0 (anonymous namespace)::CreateNonSuspendableThread(void (*)(void*), void*, char16_t const*)::$_1::__invoke(void*) + 76
10  libcoreclr.dylib              	       0x101219380 CorUnix::CPalThread::ThreadEntry(void*) + 380
11  libsystem_pthread.dylib       	       0x19621e26c _pthread_start + 148
12  libsystem_pthread.dylib       	       0x19621908c thread_start + 8

Thread 15:
0   libsystem_kernel.dylib        	       0x1961e4290 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x19621e83c _pthread_cond_wait + 1236
2   libcoreclr.dylib              	       0x10120dd58 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 340
3   libcoreclr.dylib              	       0x10120da10 CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 444
4   libcoreclr.dylib              	       0x101211ae4 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1676
5   libcoreclr.dylib              	       0x101211ca0 WaitForSingleObjectEx + 80
6   libcoreclr.dylib              	       0x10140ac70 CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*) + 196
7   libcoreclr.dylib              	       0x101454ed8 SVR::gc_heap::gc_thread_function() + 156
8   libcoreclr.dylib              	       0x101454e3c SVR::gc_heap::gc_thread_stub(void*) + 60
9   libcoreclr.dylib              	       0x10137f7e0 (anonymous namespace)::CreateNonSuspendableThread(void (*)(void*), void*, char16_t const*)::$_1::__invoke(void*) + 76
10  libcoreclr.dylib              	       0x101219380 CorUnix::CPalThread::ThreadEntry(void*) + 380
11  libsystem_pthread.dylib       	       0x19621e26c _pthread_start + 148
12  libsystem_pthread.dylib       	       0x19621908c thread_start + 8

Thread 16:
0   libsystem_kernel.dylib        	       0x1961e4290 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x19621e83c _pthread_cond_wait + 1236
2   libcoreclr.dylib              	       0x10120dd24 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 288
3   libcoreclr.dylib              	       0x10120da10 CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 444
4   libcoreclr.dylib              	       0x101211ae4 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1676
5   libcoreclr.dylib              	       0x101211ca0 WaitForSingleObjectEx + 80
6   libcoreclr.dylib              	       0x10140ac70 CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*) + 196
7   libcoreclr.dylib              	       0x10137c09c FinalizerThread::WaitForFinalizerEvent(CLREvent*) + 48
8   libcoreclr.dylib              	       0x10137c2b4 FinalizerThread::FinalizerThreadWorker(void*) + 252
9   libcoreclr.dylib              	       0x101306aa0 ManagedThreadBase_DispatchOuter(ManagedThreadCallState*) + 260
10  libcoreclr.dylib              	       0x101307074 ManagedThreadBase::FinalizerBase(void (*)(void*)) + 36
11  libcoreclr.dylib              	       0x10137c3ec FinalizerThread::FinalizerThreadStart(void*) + 88
12  libcoreclr.dylib              	       0x101219380 CorUnix::CPalThread::ThreadEntry(void*) + 380
13  libsystem_pthread.dylib       	       0x19621e26c _pthread_start + 148
14  libsystem_pthread.dylib       	       0x19621908c thread_start + 8

Thread 17:
0   libsystem_kernel.dylib        	       0x1961e08d0 mach_msg_trap + 8
1   libsystem_kernel.dylib        	       0x1961e0d40 mach_msg + 76
2   CoreFoundation                	       0x1962eac1c __CFRunLoopServiceMachPort + 372
3   CoreFoundation                	       0x1962e90cc __CFRunLoopRun + 1180
4   CoreFoundation                	       0x1962e8490 CFRunLoopRunSpecific + 600
5   CoreFoundation                	       0x196375628 CFRunLoopRun + 64
6   ???                           	       0x282784664 ???
7   ???                           	       0x28278a5e4 ???
8   ???                           	       0x28278a860 ???
9   ???                           	       0x2803c40b8 ???
10  libcoreclr.dylib              	       0x1014cb5c8 CallDescrWorkerInternal + 132
11  libcoreclr.dylib              	       0x10133bc2c DispatchCallSimple(unsigned long*, unsigned int, unsigned long, unsigned int) + 284
12  libcoreclr.dylib              	       0x10135107c ThreadNative::KickOffThread_Worker(void*) + 148
13  libcoreclr.dylib              	       0x101306aa0 ManagedThreadBase_DispatchOuter(ManagedThreadCallState*) + 260
14  libcoreclr.dylib              	       0x101307018 ManagedThreadBase::KickOff(void (*)(void*), void*) + 32
15  libcoreclr.dylib              	       0x101351154 ThreadNative::KickOffThread(void*) + 172
16  libcoreclr.dylib              	       0x101219380 CorUnix::CPalThread::ThreadEntry(void*) + 380
17  libsystem_pthread.dylib       	       0x19621e26c _pthread_start + 148
18  libsystem_pthread.dylib       	       0x19621908c thread_start + 8

Thread 18:
0   libsystem_kernel.dylib        	       0x1961e4290 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x19621e83c _pthread_cond_wait + 1236
2   libcoreclr.dylib              	       0x10120dd58 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 340
3   libcoreclr.dylib              	       0x10120da10 CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 444
4   libcoreclr.dylib              	       0x101211ae4 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1676
5   libcoreclr.dylib              	       0x1013034fc Thread::DoAppropriateWaitWorker(int, void**, int, unsigned int, WaitMode) + 1096
6   libcoreclr.dylib              	       0x1012fe6f4 Thread::DoAppropriateWait(int, void**, int, unsigned int, WaitMode, PendingSync*) + 68
7   libcoreclr.dylib              	       0x101304434 Thread::Block(int, PendingSync*) + 32
8   libcoreclr.dylib              	       0x1012fc370 SyncBlock::Wait(int) + 452
9   libcoreclr.dylib              	       0x10159d47c ObjectNative::WaitTimeout(int, Object*) + 160
10  ???                           	       0x2803c2a14 ???
11  ???                           	       0x2803dea18 ???
12  ???                           	       0x2803de66c ???
13  ???                           	       0x282886b38 ???
14  ???                           	       0x282886328 ???
15  ???                           	       0x282ac4c30 ???
16  ???                           	       0x2803c407c ???
17  libcoreclr.dylib              	       0x1014cb5c8 CallDescrWorkerInternal + 132
18  libcoreclr.dylib              	       0x10133bc2c DispatchCallSimple(unsigned long*, unsigned int, unsigned long, unsigned int) + 284
19  libcoreclr.dylib              	       0x10135107c ThreadNative::KickOffThread_Worker(void*) + 148
20  libcoreclr.dylib              	       0x101306aa0 ManagedThreadBase_DispatchOuter(ManagedThreadCallState*) + 260
21  libcoreclr.dylib              	       0x101307018 ManagedThreadBase::KickOff(void (*)(void*), void*) + 32
22  libcoreclr.dylib              	       0x101351154 ThreadNative::KickOffThread(void*) + 172
23  libcoreclr.dylib              	       0x101219380 CorUnix::CPalThread::ThreadEntry(void*) + 380
24  libsystem_pthread.dylib       	       0x19621e26c _pthread_start + 148
25  libsystem_pthread.dylib       	       0x19621908c thread_start + 8

Thread 19:
0   libsystem_kernel.dylib        	       0x1961e1654 read + 8
1   libSystem.Native.dylib        	       0x100ca0d18 SignalHandlerLoop + 84
2   libsystem_pthread.dylib       	       0x19621e26c _pthread_start + 148
3   libsystem_pthread.dylib       	       0x19621908c thread_start + 8

Thread 20:
0   libsystem_kernel.dylib        	       0x1961e4290 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x19621e83c _pthread_cond_wait + 1236
2   libcoreclr.dylib              	       0x10120dd58 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 340
3   libcoreclr.dylib              	       0x10120da10 CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 444
4   libcoreclr.dylib              	       0x101211ae4 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1676
5   libcoreclr.dylib              	       0x101211ca0 WaitForSingleObjectEx + 80
6   libcoreclr.dylib              	       0x10140ac70 CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*) + 196
7   libcoreclr.dylib              	       0x1014108b4 Thread::WaitSuspendEventsHelper() + 280
8   libcoreclr.dylib              	       0x10140f51c Thread::RareEnablePreemptiveGC() + 236
9   libcoreclr.dylib              	       0x10140ee30 Thread::RareDisablePreemptiveGC() + 312
10  libcoreclr.dylib              	       0x101304af8 Thread::UserSleep(int) + 416
11  libcoreclr.dylib              	       0x1013528ec ThreadNative::Sleep(int) + 156
12  ???                           	       0x2857941ac ???
13  ???                           	       0x2803c5d78 ???
14  ???                           	       0x282155edc ???
15  ???                           	       0x2821d40b0 ???
16  ???                           	       0x2803c40b8 ???
17  libcoreclr.dylib              	       0x1014cb5c8 CallDescrWorkerInternal + 132
18  libcoreclr.dylib              	       0x10133bc2c DispatchCallSimple(unsigned long*, unsigned int, unsigned long, unsigned int) + 284
19  libcoreclr.dylib              	       0x10135107c ThreadNative::KickOffThread_Worker(void*) + 148
20  libcoreclr.dylib              	       0x101306aa0 ManagedThreadBase_DispatchOuter(ManagedThreadCallState*) + 260
21  libcoreclr.dylib              	       0x101307018 ManagedThreadBase::KickOff(void (*)(void*), void*) + 32
22  libcoreclr.dylib              	       0x101351154 ThreadNative::KickOffThread(void*) + 172
23  libcoreclr.dylib              	       0x101219380 CorUnix::CPalThread::ThreadEntry(void*) + 380
24  libsystem_pthread.dylib       	       0x19621e26c _pthread_start + 148
25  libsystem_pthread.dylib       	       0x19621908c thread_start + 8

Thread 21:
0   libsystem_kernel.dylib        	       0x1961e6c40 kevent + 8
1   libSystem.Native.dylib        	       0x100c9e274 SystemNative_WaitForSocketEvents + 76
2   ???                           	       0x283d1dc6c ???
3   ???                           	       0x283d56304 ???
4   ???                           	       0x283d56bb0 ???
5   ???                           	       0x2803c40b8 ???
6   libcoreclr.dylib              	       0x1014cb5c8 CallDescrWorkerInternal + 132
7   libcoreclr.dylib              	       0x10133bc2c DispatchCallSimple(unsigned long*, unsigned int, unsigned long, unsigned int) + 284
8   libcoreclr.dylib              	       0x10135107c ThreadNative::KickOffThread_Worker(void*) + 148
9   libcoreclr.dylib              	       0x101306aa0 ManagedThreadBase_DispatchOuter(ManagedThreadCallState*) + 260
10  libcoreclr.dylib              	       0x101307018 ManagedThreadBase::KickOff(void (*)(void*), void*) + 32
11  libcoreclr.dylib              	       0x101351154 ThreadNative::KickOffThread(void*) + 172
12  libcoreclr.dylib              	       0x101219380 CorUnix::CPalThread::ThreadEntry(void*) + 380
13  libsystem_pthread.dylib       	       0x19621e26c _pthread_start + 148
14  libsystem_pthread.dylib       	       0x19621908c thread_start + 8

Thread 22:: .NET ThreadPool Worker
0   libsystem_kernel.dylib        	       0x1961e4290 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x19621e83c _pthread_cond_wait + 1236
2   libcoreclr.dylib              	       0x10120dd24 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 288
3   libcoreclr.dylib              	       0x10120da10 CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 444
4   libcoreclr.dylib              	       0x101211ae4 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1676
5   libcoreclr.dylib              	       0x101211c40 PAL_WaitForSingleObjectPrioritized + 76
6   libcoreclr.dylib              	       0x10135ef4c WaitHandleNative::CorWaitOnePrioritizedNative(void*, int) + 76
7   ???                           	       0x2803cecfc ???
8   ???                           	       0x28577fc98 ???
9   ???                           	       0x28577ea18 ???
10  ???                           	       0x2803ee4e0 ???
11  ???                           	       0x2803c407c ???
12  libcoreclr.dylib              	       0x1014cb5c8 CallDescrWorkerInternal + 132
13  libcoreclr.dylib              	       0x10133bc2c DispatchCallSimple(unsigned long*, unsigned int, unsigned long, unsigned int) + 284
14  libcoreclr.dylib              	       0x10135107c ThreadNative::KickOffThread_Worker(void*) + 148
15  libcoreclr.dylib              	       0x101306aa0 ManagedThreadBase_DispatchOuter(ManagedThreadCallState*) + 260
16  libcoreclr.dylib              	       0x101307018 ManagedThreadBase::KickOff(void (*)(void*), void*) + 32
17  libcoreclr.dylib              	       0x101351154 ThreadNative::KickOffThread(void*) + 172
18  libcoreclr.dylib              	       0x101219380 CorUnix::CPalThread::ThreadEntry(void*) + 380
19  libsystem_pthread.dylib       	       0x19621e26c _pthread_start + 148
20  libsystem_pthread.dylib       	       0x19621908c thread_start + 8

Thread 23:
0   libsystem_kernel.dylib        	       0x1961e4290 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x19621e83c _pthread_cond_wait + 1236
2   libcoreclr.dylib              	       0x10120dd58 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 340
3   libcoreclr.dylib              	       0x10120da10 CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 444
4   libcoreclr.dylib              	       0x101211ae4 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1676
5   libcoreclr.dylib              	       0x101211ca0 WaitForSingleObjectEx + 80
6   libcoreclr.dylib              	       0x10140ac70 CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*) + 196
7   libcoreclr.dylib              	       0x1014108b4 Thread::WaitSuspendEventsHelper() + 280
8   libcoreclr.dylib              	       0x10140f51c Thread::RareEnablePreemptiveGC() + 236
9   libcoreclr.dylib              	       0x10140ee30 Thread::RareDisablePreemptiveGC() + 312
10  libcoreclr.dylib              	       0x1013036e0 Thread::DoAppropriateWaitWorker(int, void**, int, unsigned int, WaitMode) + 1580
11  libcoreclr.dylib              	       0x1012fe6f4 Thread::DoAppropriateWait(int, void**, int, unsigned int, WaitMode, PendingSync*) + 68
12  libcoreclr.dylib              	       0x10135ed40 WaitHandleNative::CorWaitOneNative(void*, int) + 160
13  ???                           	       0x2803cd3b8 ???
14  ???                           	       0x2803cd2b4 ???
15  ???                           	       0x2803eafec ???
16  ???                           	       0x2803c407c ???
17  libcoreclr.dylib              	       0x1014cb5c8 CallDescrWorkerInternal + 132
18  libcoreclr.dylib              	       0x10133bc2c DispatchCallSimple(unsigned long*, unsigned int, unsigned long, unsigned int) + 284
19  libcoreclr.dylib              	       0x10135107c ThreadNative::KickOffThread_Worker(void*) + 148
20  libcoreclr.dylib              	       0x101306aa0 ManagedThreadBase_DispatchOuter(ManagedThreadCallState*) + 260
21  libcoreclr.dylib              	       0x101307018 ManagedThreadBase::KickOff(void (*)(void*), void*) + 32
22  libcoreclr.dylib              	       0x101351154 ThreadNative::KickOffThread(void*) + 172
23  libcoreclr.dylib              	       0x101219380 CorUnix::CPalThread::ThreadEntry(void*) + 380
24  libsystem_pthread.dylib       	       0x19621e26c _pthread_start + 148
25  libsystem_pthread.dylib       	       0x19621908c thread_start + 8

Thread 24:: .NET ThreadPool Worker
0   libsystem_kernel.dylib        	       0x1961e4290 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x19621e83c _pthread_cond_wait + 1236
2   libcoreclr.dylib              	       0x10120dd24 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 288
3   libcoreclr.dylib              	       0x10120da10 CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 444
4   libcoreclr.dylib              	       0x101211ae4 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1676
5   libcoreclr.dylib              	       0x101211c40 PAL_WaitForSingleObjectPrioritized + 76
6   libcoreclr.dylib              	       0x10135ef4c WaitHandleNative::CorWaitOnePrioritizedNative(void*, int) + 76
7   ???                           	       0x2803cecfc ???
8   ???                           	       0x28577fc98 ???
9   ???                           	       0x28577ea18 ???
10  ???                           	       0x2803ee4e0 ???
11  ???                           	       0x2803c407c ???
12  libcoreclr.dylib              	       0x1014cb5c8 CallDescrWorkerInternal + 132
13  libcoreclr.dylib              	       0x10133bc2c DispatchCallSimple(unsigned long*, unsigned int, unsigned long, unsigned int) + 284
14  libcoreclr.dylib              	       0x10135107c ThreadNative::KickOffThread_Worker(void*) + 148
15  libcoreclr.dylib              	       0x101306aa0 ManagedThreadBase_DispatchOuter(ManagedThreadCallState*) + 260
16  libcoreclr.dylib              	       0x101307018 ManagedThreadBase::KickOff(void (*)(void*), void*) + 32
17  libcoreclr.dylib              	       0x101351154 ThreadNative::KickOffThread(void*) + 172
18  libcoreclr.dylib              	       0x101219380 CorUnix::CPalThread::ThreadEntry(void*) + 380
19  libsystem_pthread.dylib       	       0x19621e26c _pthread_start + 148
20  libsystem_pthread.dylib       	       0x19621908c thread_start + 8

Thread 25:: .NET ThreadPool Worker
0   libsystem_kernel.dylib        	       0x1961e4290 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x19621e83c _pthread_cond_wait + 1236
2   libcoreclr.dylib              	       0x10120dd58 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 340
3   libcoreclr.dylib              	       0x10120da10 CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 444
4   libcoreclr.dylib              	       0x101211ae4 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1676
5   libcoreclr.dylib              	       0x101211ca0 WaitForSingleObjectEx + 80
6   libcoreclr.dylib              	       0x10140ac70 CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*) + 196
7   libcoreclr.dylib              	       0x1014108b4 Thread::WaitSuspendEventsHelper() + 280
8   libcoreclr.dylib              	       0x10140f51c Thread::RareEnablePreemptiveGC() + 236
9   libcoreclr.dylib              	       0x10140ee30 Thread::RareDisablePreemptiveGC() + 312
10  libcoreclr.dylib              	       0x101501d30 DebuggerController::DispatchPatchOrSingleStep(Thread*, _CONTEXT*, unsigned char const*, SCAN_TRIGGER) + 844
11  libcoreclr.dylib              	       0x101502f28 DebuggerController::DispatchNativeException(_EXCEPTION_RECORD*, _CONTEXT*, unsigned int, Thread*) + 596
12  libcoreclr.dylib              	       0x10150f7a8 Debugger::FirstChanceNativeException(_EXCEPTION_RECORD*, _CONTEXT*, unsigned int, Thread*) + 124
13  libcoreclr.dylib              	       0x10143cb00 HandleHardwareException(PAL_SEHException*) + 272
14  libcoreclr.dylib              	       0x1011e4f58 SEHProcessException(PAL_SEHException*) + 352
15  libcoreclr.dylib              	       0x10121b660 PAL_DispatchException + 136
16  libcoreclr.dylib              	       0x10121b2f0 PAL_DispatchExceptionWrapper + 16
17  ???                           	       0x10c5fc080 ???

Thread 26:: .NET ThreadPool Worker
0   libsystem_kernel.dylib        	       0x1961e4290 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x19621e83c _pthread_cond_wait + 1236
2   libcoreclr.dylib              	       0x10120dd24 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 288
3   libcoreclr.dylib              	       0x10120da10 CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 444
4   libcoreclr.dylib              	       0x101211ae4 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1676
5   libcoreclr.dylib              	       0x101211c40 PAL_WaitForSingleObjectPrioritized + 76
6   libcoreclr.dylib              	       0x10135ef4c WaitHandleNative::CorWaitOnePrioritizedNative(void*, int) + 76
7   ???                           	       0x2803cecfc ???
8   ???                           	       0x28577fc98 ???
9   ???                           	       0x28577ea18 ???
10  ???                           	       0x2803ee4e0 ???
11  ???                           	       0x2803c407c ???
12  libcoreclr.dylib              	       0x1014cb5c8 CallDescrWorkerInternal + 132
13  libcoreclr.dylib              	       0x10133bc2c DispatchCallSimple(unsigned long*, unsigned int, unsigned long, unsigned int) + 284
14  libcoreclr.dylib              	       0x10135107c ThreadNative::KickOffThread_Worker(void*) + 148
15  libcoreclr.dylib              	       0x101306aa0 ManagedThreadBase_DispatchOuter(ManagedThreadCallState*) + 260
16  libcoreclr.dylib              	       0x101307018 ManagedThreadBase::KickOff(void (*)(void*), void*) + 32
17  libcoreclr.dylib              	       0x101351154 ThreadNative::KickOffThread(void*) + 172
18  libcoreclr.dylib              	       0x101219380 CorUnix::CPalThread::ThreadEntry(void*) + 380
19  libsystem_pthread.dylib       	       0x19621e26c _pthread_start + 148
20  libsystem_pthread.dylib       	       0x19621908c thread_start + 8

Thread 27:: .NET ThreadPool Worker
0   libsystem_kernel.dylib        	       0x1961e4290 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x19621e83c _pthread_cond_wait + 1236
2   libcoreclr.dylib              	       0x10120dd24 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 288
3   libcoreclr.dylib              	       0x10120da10 CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 444
4   libcoreclr.dylib              	       0x101211ae4 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1676
5   libcoreclr.dylib              	       0x101211c40 PAL_WaitForSingleObjectPrioritized + 76
6   libcoreclr.dylib              	       0x10135ef4c WaitHandleNative::CorWaitOnePrioritizedNative(void*, int) + 76
7   ???                           	       0x2803cecfc ???
8   ???                           	       0x28577fc98 ???
9   ???                           	       0x28577ea18 ???
10  ???                           	       0x2803ee4e0 ???
11  ???                           	       0x2803c407c ???
12  libcoreclr.dylib              	       0x1014cb5c8 CallDescrWorkerInternal + 132
13  libcoreclr.dylib              	       0x10133bc2c DispatchCallSimple(unsigned long*, unsigned int, unsigned long, unsigned int) + 284
14  libcoreclr.dylib              	       0x10135107c ThreadNative::KickOffThread_Worker(void*) + 148
15  libcoreclr.dylib              	       0x101306aa0 ManagedThreadBase_DispatchOuter(ManagedThreadCallState*) + 260
16  libcoreclr.dylib              	       0x101307018 ManagedThreadBase::KickOff(void (*)(void*), void*) + 32
17  libcoreclr.dylib              	       0x101351154 ThreadNative::KickOffThread(void*) + 172
18  libcoreclr.dylib              	       0x101219380 CorUnix::CPalThread::ThreadEntry(void*) + 380
19  libsystem_pthread.dylib       	       0x19621e26c _pthread_start + 148
20  libsystem_pthread.dylib       	       0x19621908c thread_start + 8

Thread 28:
0   libsystem_kernel.dylib        	       0x1961e4290 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x19621e83c _pthread_cond_wait + 1236
2   libcoreclr.dylib              	       0x10120dd24 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 288
3   libcoreclr.dylib              	       0x10120da10 CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 444
4   libcoreclr.dylib              	       0x1012121f8 SleepEx + 160
5   libcoreclr.dylib              	       0x101325004 ThreadpoolMgr::TimerThreadFire() + 140
6   libcoreclr.dylib              	       0x101324ed8 ThreadpoolMgr::TimerThreadStart(void*) + 84
7   libcoreclr.dylib              	       0x101219380 CorUnix::CPalThread::ThreadEntry(void*) + 380
8   libsystem_pthread.dylib       	       0x19621e26c _pthread_start + 148
9   libsystem_pthread.dylib       	       0x19621908c thread_start + 8

Thread 29:: .NET ThreadPool Worker
0   libsystem_kernel.dylib        	       0x1961e4290 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x19621e83c _pthread_cond_wait + 1236
2   libcoreclr.dylib              	       0x10120dd24 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 288
3   libcoreclr.dylib              	       0x10120da10 CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 444
4   libcoreclr.dylib              	       0x101211ae4 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1676
5   libcoreclr.dylib              	       0x101211c40 PAL_WaitForSingleObjectPrioritized + 76
6   libcoreclr.dylib              	       0x10135ef4c WaitHandleNative::CorWaitOnePrioritizedNative(void*, int) + 76
7   ???                           	       0x2803cecfc ???
8   ???                           	       0x28577fc98 ???
9   ???                           	       0x28577ea18 ???
10  ???                           	       0x2803ee4e0 ???
11  ???                           	       0x2803c407c ???
12  libcoreclr.dylib              	       0x1014cb5c8 CallDescrWorkerInternal + 132
13  libcoreclr.dylib              	       0x10133bc2c DispatchCallSimple(unsigned long*, unsigned int, unsigned long, unsigned int) + 284
14  libcoreclr.dylib              	       0x10135107c ThreadNative::KickOffThread_Worker(void*) + 148
15  libcoreclr.dylib              	       0x101306aa0 ManagedThreadBase_DispatchOuter(ManagedThreadCallState*) + 260
16  libcoreclr.dylib              	       0x101307018 ManagedThreadBase::KickOff(void (*)(void*), void*) + 32
17  libcoreclr.dylib              	       0x101351154 ThreadNative::KickOffThread(void*) + 172
18  libcoreclr.dylib              	       0x101219380 CorUnix::CPalThread::ThreadEntry(void*) + 380
19  libsystem_pthread.dylib       	       0x19621e26c _pthread_start + 148
20  libsystem_pthread.dylib       	       0x19621908c thread_start + 8

Thread 30:: .NET ThreadPool Worker
0   libsystem_kernel.dylib        	       0x1961e4290 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x19621e83c _pthread_cond_wait + 1236
2   libcoreclr.dylib              	       0x10120dd24 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 288
3   libcoreclr.dylib              	       0x10120da10 CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 444
4   libcoreclr.dylib              	       0x101211ae4 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1676
5   libcoreclr.dylib              	       0x101211c40 PAL_WaitForSingleObjectPrioritized + 76
6   libcoreclr.dylib              	       0x10135ef4c WaitHandleNative::CorWaitOnePrioritizedNative(void*, int) + 76
7   ???                           	       0x2803cecfc ???
8   ???                           	       0x28577fc98 ???
9   ???                           	       0x28577ea18 ???
10  ???                           	       0x2803ee4e0 ???
11  ???                           	       0x2803c407c ???
12  libcoreclr.dylib              	       0x1014cb5c8 CallDescrWorkerInternal + 132
13  libcoreclr.dylib              	       0x10133bc2c DispatchCallSimple(unsigned long*, unsigned int, unsigned long, unsigned int) + 284
14  libcoreclr.dylib              	       0x10135107c ThreadNative::KickOffThread_Worker(void*) + 148
15  libcoreclr.dylib              	       0x101306aa0 ManagedThreadBase_DispatchOuter(ManagedThreadCallState*) + 260
16  libcoreclr.dylib              	       0x101307018 ManagedThreadBase::KickOff(void (*)(void*), void*) + 32
17  libcoreclr.dylib              	       0x101351154 ThreadNative::KickOffThread(void*) + 172
18  libcoreclr.dylib              	       0x101219380 CorUnix::CPalThread::ThreadEntry(void*) + 380
19  libsystem_pthread.dylib       	       0x19621e26c _pthread_start + 148
20  libsystem_pthread.dylib       	       0x19621908c thread_start + 8

Thread 31:: .NET ThreadPool Worker
0   libsystem_kernel.dylib        	       0x1961e4290 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x19621e83c _pthread_cond_wait + 1236
2   libcoreclr.dylib              	       0x10120dd24 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 288
3   libcoreclr.dylib              	       0x10120da10 CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 444
4   libcoreclr.dylib              	       0x101211ae4 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1676
5   libcoreclr.dylib              	       0x101211c40 PAL_WaitForSingleObjectPrioritized + 76
6   libcoreclr.dylib              	       0x10135ef4c WaitHandleNative::CorWaitOnePrioritizedNative(void*, int) + 76
7   ???                           	       0x2803cecfc ???
8   ???                           	       0x28577fc98 ???
9   ???                           	       0x28577ea18 ???
10  ???                           	       0x2803ee4e0 ???
11  ???                           	       0x2803c407c ???
12  libcoreclr.dylib              	       0x1014cb5c8 CallDescrWorkerInternal + 132
13  libcoreclr.dylib              	       0x10133bc2c DispatchCallSimple(unsigned long*, unsigned int, unsigned long, unsigned int) + 284
14  libcoreclr.dylib              	       0x10135107c ThreadNative::KickOffThread_Worker(void*) + 148
15  libcoreclr.dylib              	       0x101306aa0 ManagedThreadBase_DispatchOuter(ManagedThreadCallState*) + 260
16  libcoreclr.dylib              	       0x101307018 ManagedThreadBase::KickOff(void (*)(void*), void*) + 32
17  libcoreclr.dylib              	       0x101351154 ThreadNative::KickOffThread(void*) + 172
18  libcoreclr.dylib              	       0x101219380 CorUnix::CPalThread::ThreadEntry(void*) + 380
19  libsystem_pthread.dylib       	       0x19621e26c _pthread_start + 148
20  libsystem_pthread.dylib       	       0x19621908c thread_start + 8

Thread 32:
0   libsystem_pthread.dylib       	       0x196219078 start_wqthread + 0

Thread 33:: .NET ThreadPool Worker
0   libsystem_kernel.dylib        	       0x1961e4290 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x19621e83c _pthread_cond_wait + 1236
2   libcoreclr.dylib              	       0x10120dd24 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 288
3   libcoreclr.dylib              	       0x10120da10 CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 444
4   libcoreclr.dylib              	       0x101211ae4 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1676
5   libcoreclr.dylib              	       0x101211c40 PAL_WaitForSingleObjectPrioritized + 76
6   libcoreclr.dylib              	       0x10135ef4c WaitHandleNative::CorWaitOnePrioritizedNative(void*, int) + 76
7   ???                           	       0x2803cecfc ???
8   ???                           	       0x28577fc98 ???
9   ???                           	       0x28577ea18 ???
10  ???                           	       0x2803ee384 ???
11  ???                           	       0x2803c407c ???
12  libcoreclr.dylib              	       0x1014cb5c8 CallDescrWorkerInternal + 132
13  libcoreclr.dylib              	       0x10133bc2c DispatchCallSimple(unsigned long*, unsigned int, unsigned long, unsigned int) + 284
14  libcoreclr.dylib              	       0x10135107c ThreadNative::KickOffThread_Worker(void*) + 148
15  libcoreclr.dylib              	       0x101306aa0 ManagedThreadBase_DispatchOuter(ManagedThreadCallState*) + 260
16  libcoreclr.dylib              	       0x101307018 ManagedThreadBase::KickOff(void (*)(void*), void*) + 32
17  libcoreclr.dylib              	       0x101351154 ThreadNative::KickOffThread(void*) + 172
18  libcoreclr.dylib              	       0x101219380 CorUnix::CPalThread::ThreadEntry(void*) + 380
19  libsystem_pthread.dylib       	       0x19621e26c _pthread_start + 148
20  libsystem_pthread.dylib       	       0x19621908c thread_start + 8

Thread 34:: .NET ThreadPool Worker
0   libsystem_kernel.dylib        	       0x1961e4290 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x19621e83c _pthread_cond_wait + 1236
2   libcoreclr.dylib              	       0x10120dd24 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 288
3   libcoreclr.dylib              	       0x10120da10 CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 444
4   libcoreclr.dylib              	       0x101211ae4 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1676
5   libcoreclr.dylib              	       0x101211c40 PAL_WaitForSingleObjectPrioritized + 76
6   libcoreclr.dylib              	       0x10135ef4c WaitHandleNative::CorWaitOnePrioritizedNative(void*, int) + 76
7   ???                           	       0x2803cecfc ???
8   ???                           	       0x28577fc98 ???
9   ???                           	       0x28577ea18 ???
10  ???                           	       0x2803ee4e0 ???
11  ???                           	       0x2803c407c ???
12  libcoreclr.dylib              	       0x1014cb5c8 CallDescrWorkerInternal + 132
13  libcoreclr.dylib              	       0x10133bc2c DispatchCallSimple(unsigned long*, unsigned int, unsigned long, unsigned int) + 284
14  libcoreclr.dylib              	       0x10135107c ThreadNative::KickOffThread_Worker(void*) + 148
15  libcoreclr.dylib              	       0x101306aa0 ManagedThreadBase_DispatchOuter(ManagedThreadCallState*) + 260
16  libcoreclr.dylib              	       0x101307018 ManagedThreadBase::KickOff(void (*)(void*), void*) + 32
17  libcoreclr.dylib              	       0x101351154 ThreadNative::KickOffThread(void*) + 172
18  libcoreclr.dylib              	       0x101219380 CorUnix::CPalThread::ThreadEntry(void*) + 380
19  libsystem_pthread.dylib       	       0x19621e26c _pthread_start + 148
20  libsystem_pthread.dylib       	       0x19621908c thread_start + 8

Thread 35:
0   libsystem_kernel.dylib        	       0x1961e4290 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x19621e83c _pthread_cond_wait + 1236
2   libcoreclr.dylib              	       0x10120dd58 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 340
3   libcoreclr.dylib              	       0x10120da10 CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 444
4   libcoreclr.dylib              	       0x101211ae4 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1676
5   libcoreclr.dylib              	       0x101211448 WaitForSingleObject + 76
6   libcoreclr.dylib              	       0x101529f78 HelperCanary::ThreadProc() + 44
7   libcoreclr.dylib              	       0x101529f14 HelperCanary::ThreadProc(void*) + 64
8   libcoreclr.dylib              	       0x101219380 CorUnix::CPalThread::ThreadEntry(void*) + 380
9   libsystem_pthread.dylib       	       0x19621e26c _pthread_start + 148
10  libsystem_pthread.dylib       	       0x19621908c thread_start + 8

Thread 36:
0   libsystem_kernel.dylib        	       0x1961e4290 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x19621e83c _pthread_cond_wait + 1236
2   libcoreclr.dylib              	       0x10120dd58 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 340
3   libcoreclr.dylib              	       0x10120da10 CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 444
4   libcoreclr.dylib              	       0x101211ae4 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1676
5   libcoreclr.dylib              	       0x101211ca0 WaitForSingleObjectEx + 80
6   libcoreclr.dylib              	       0x10140ac70 CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*) + 196
7   libcoreclr.dylib              	       0x1014108b4 Thread::WaitSuspendEventsHelper() + 280
8   libcoreclr.dylib              	       0x10140f51c Thread::RareEnablePreemptiveGC() + 236
9   libcoreclr.dylib              	       0x10140ee30 Thread::RareDisablePreemptiveGC() + 312
10  libcoreclr.dylib              	       0x101264ad4 CrstBase::CrstAndForbidSuspendForDebuggerHolder::CrstAndForbidSuspendForDebuggerHolder(CrstBase*) + 304
11  libcoreclr.dylib              	       0x101309edc TieredCompilationManager::TryDeactivateTieringDelay() + 240
12  libcoreclr.dylib              	       0x101309cf0 TieredCompilationManager::BackgroundWorkerStart() + 240
13  libcoreclr.dylib              	       0x101309b20 TieredCompilationManager::BackgroundWorkerBootstrapper1(void*) + 104
14  libcoreclr.dylib              	       0x101306aa0 ManagedThreadBase_DispatchOuter(ManagedThreadCallState*) + 260
15  libcoreclr.dylib              	       0x101307018 ManagedThreadBase::KickOff(void (*)(void*), void*) + 32
16  libcoreclr.dylib              	       0x101309a34 TieredCompilationManager::BackgroundWorkerBootstrapper0(void*) + 40
17  libcoreclr.dylib              	       0x101219380 CorUnix::CPalThread::ThreadEntry(void*) + 380
18  libsystem_pthread.dylib       	       0x19621e26c _pthread_start + 148
19  libsystem_pthread.dylib       	       0x19621908c thread_start + 8


Thread 5 crashed with ARM Thread State (64-bit):
    x0: 0x0000600002ec8370   x1: 0x0000000290d8de70   x2: 0x0000000000000001   x3: 0x000000010122be14
    x4: 0x000000016f929580   x5: 0x0000000000000010   x6: 0x000000016f9273d8   x7: 0x000000016f927378
    x8: 0x000000016f929360   x9: 0x0000000000000000  x10: 0x0000000000000000  x11: 0x0000000000000000
   x12: 0x00000002800658c9  x13: 0x0000000000000000  x14: 0x0000000060400000  x15: 0x0000000196225630
   x16: 0x00000000000000a0  x17: 0x0000600002ec82d0  x18: 0x0000000000000000  x19: 0x0000000290d8de70
   x20: 0x00000001016d0ab0  x21: 0x0000000196225630  x22: 0x000000016f929438  x23: 0x0000000196225630
   x24: 0x000000016f929430  x25: 0x00000001016d8000  x26: 0x00000001016d96f0  x27: 0x00000000ffffffff
   x28: 0x0000000000000002   fp: 0x000000016f9293c0   lr: 0x0000000101318080
    sp: 0x000000016f929360   pc: 0x0000000101318094 cpsr: 0x60001000
   far: 0x0000000290d8de70  esr: 0x92000006 (Data Abort) byte read Translation fault

Binary Images:
       0x1961df000 -        0x196216fff libsystem_kernel.dylib (*) <1d7b3b8e-75a1-34ea-aa52-9f7c23155c55> /usr/lib/system/libsystem_kernel.dylib
       0x196217000 -        0x196223fff libsystem_pthread.dylib (*) <cee8bc77-6923-34d9-89a3-6f8f7279605e> /usr/lib/system/libsystem_pthread.dylib
       0x1011dc000 -        0x1016abfff libcoreclr.dylib (*) <04d6a152-552d-39d3-8688-36e0dca542fb> /usr/local/share/dotnet/shared/Microsoft.NETCore.App/6.0.7/libcoreclr.dylib
               0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???
       0x1009e4000 -        0x100a1ffff libhostpolicy.dylib (*) <dbee848a-0093-32da-8deb-2efbc65bc6da> /usr/local/share/dotnet/shared/Microsoft.NETCore.App/6.0.7/libhostpolicy.dylib
       0x100974000 -        0x1009b7fff libhostfxr.dylib (*) <34d90e79-cdf2-3491-929d-a9e45414e7e7> /usr/local/share/dotnet/host/fxr/6.0.7/libhostfxr.dylib
       0x10078c000 -        0x10079bfff App.Server (*) <7ef44e86-b306-31db-9722-dd869a379635> /Users/USER/*/App.Server
       0x100aa8000 -        0x100b07fff dyld (*) <fbb89662-e6f2-3434-b542-f75185ac5e74> /usr/lib/dyld
       0x196266000 -        0x1967abfff com.apple.CoreFoundation (6.9) <8e1809ff-f5b1-3d9e-be15-f2e7b1d8ce51> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
       0x100c94000 -        0x100ca3fff libSystem.Native.dylib (*) <8f4ae017-0313-3689-87a8-effa0c3cd754> /usr/local/share/dotnet/shared/Microsoft.NETCore.App/6.0.7/libSystem.Native.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 1
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 21
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=671.7M resident=0K(0%) swapped_out_or_unallocated=671.7M(100%)
Writable regions: Total=1.7G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.7G(100%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Activity Tracing                   256K        1 
Kernel Alloc Once                   32K        1 
MALLOC                           297.2M       38 
MALLOC guard page                   96K        5 
MALLOC_MEDIUM (reserved)         944.0M        9         reserved VM address space (unallocated)
MALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)
STACK GUARD                       56.6M       37 
Stack                             26.6M       37 
VM_ALLOCATE                       17.1G      704 
VM_ALLOCATE (reserved)              64K        1         reserved VM address space (unallocated)
__AUTH                             220K       44 
__AUTH_CONST                      2887K      122 
__DATA                            1275K      123 
__DATA_CONST                      3920K      131 
__DATA_DIRTY                       233K       50 
__LINKEDIT                       586.4M       10 
__OBJC_CONST                       260K       29 
__OBJC_RO                         82.9M        1 
__OBJC_RW                         3152K        1 
__TEXT                            85.3M      137 
__UNICODE                          592K        1 
dyld private memory               1024K        1 
mapped file                       51.4M      322 
shared memory                       80K        5 
===========                     =======  ======= 
TOTAL                             19.6G     1811 
TOTAL, minus reserved VM space    18.3G     1811 



-----------
Full Report
-----------

{"app_name":"App.Server","timestamp":"2022-08-04 10:58:49.00 +0200","app_version":"","slice_uuid":"7ef44e86-b306-31db-9722-dd869a379635","build_version":"","platform":1,"share_with_app_devs":0,"is_first_party":1,"bug_type":"309","os_version":"macOS 12.3.1 (21E258)","incident_id":"6B299F15-0212-46E8-8CC9-0043E0AD878A","name":"App.Server"}
{
  "uptime" : 52000,
  "procLaunch" : "2022-08-04 10:58:20.4125 +0200",
  "procRole" : "Unspecified",
  "version" : 2,
  "userID" : 502,
  "deployVersion" : 210,
  "modelCode" : "MacBookPro18,3",
  "procStartAbsTime" : 1261436719029,
  "coalitionID" : 1528,
  "osVersion" : {
    "train" : "macOS 12.3.1",
    "build" : "21E258",
    "releaseType" : "User"
  },
  "captureTime" : "2022-08-04 10:58:49.2041 +0200",
  "incident" : "6B299F15-0212-46E8-8CC9-0043E0AD878A",
  "bug_type" : "309",
  "pid" : 12919,
  "procExitAbsTime" : 1262127594652,
  "translated" : false,
  "cpuType" : "ARM-64",
  "procName" : "App.Server",
  "procPath" : "\/Users\/USER\/*\/App.Server",
  "parentProc" : "dotnet",
  "parentPid" : 12903,
  "coalitionName" : "com.jetbrains.rider",
  "crashReporterKey" : "7132A35B-26FC-675C-2A20-411E64786912",
  "responsiblePid" : 12819,
  "responsibleProc" : "rider",
  "wakeTime" : 7974,
  "sleepWakeUUID" : "BEEBC4E8-29E5-4605-B769-3CEBF21BBAC4",
  "sip" : "enabled",
  "vmRegionInfo" : "0x290d8de70 is in 0x285dc4000-0x2ffff0000;  bytes after start: 184327792  bytes before end: 1864769935\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      VM_ALLOCATE                 285dc0000-285dc4000    [   16K] rw-\/rwx SM=ZER  \n--->  VM_ALLOCATE                 285dc4000-2ffff0000    [  1.9G] ---\/rwx SM=ZER  \n      VM_ALLOCATE                 2ffff0000-2ffff8000    [   32K] rw-\/rwx SM=PRV  ",
  "isCorpse" : 1,
  "exception" : {"codes":"0x0000000000000002, 0x0000000290d8de70","rawCodes":[2,11020066416],"type":"EXC_BAD_ACCESS","signal":"SIGBUS","subtype":"KERN_PROTECTION_FAILURE at 0x0000000290d8de70"},
  "termination" : {"flags":0,"code":10,"namespace":"SIGNAL","indicator":"Bus error: 10","byProc":"exc handler","byPid":12919},
  "vmregioninfo" : "0x290d8de70 is in 0x285dc4000-0x2ffff0000;  bytes after start: 184327792  bytes before end: 1864769935\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      VM_ALLOCATE                 285dc0000-285dc4000    [   16K] rw-\/rwx SM=ZER  \n--->  VM_ALLOCATE                 285dc4000-2ffff0000    [  1.9G] ---\/rwx SM=ZER  \n      VM_ALLOCATE                 2ffff0000-2ffff8000    [   32K] rw-\/rwx SM=PRV  ",
  "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":21},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":1},"warnings":0},
  "faultingThread" : 5,
  "threads" : [{"id":585305,"queue":"com.apple.main-thread","frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":1},{"imageOffset":204120,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":340,"imageIndex":2},{"imageOffset":203280,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":444,"imageIndex":2},{"imageOffset":219876,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1676,"imageIndex":2},{"imageOffset":1209596,"symbol":"Thread::DoAppropriateWaitWorker(int, void**, int, unsigned int, WaitMode)","symbolLocation":1096,"imageIndex":2},{"imageOffset":1189620,"symbol":"Thread::DoAppropriateWait(int, void**, int, unsigned int, WaitMode, PendingSync*)","symbolLocation":68,"imageIndex":2},{"imageOffset":1213492,"symbol":"Thread::Block(int, PendingSync*)","symbolLocation":32,"imageIndex":2},{"imageOffset":1180528,"symbol":"SyncBlock::Wait(int)","symbolLocation":452,"imageIndex":2},{"imageOffset":3937404,"symbol":"ObjectNative::WaitTimeout(int, Object*)","symbolLocation":160,"imageIndex":2},{"imageOffset":10741361172,"imageIndex":3},{"imageOffset":10741451156,"imageIndex":3},{"imageOffset":10741572964,"imageIndex":3},{"imageOffset":10741572132,"imageIndex":3},{"imageOffset":10742025952,"imageIndex":3},{"imageOffset":10742025808,"imageIndex":3},{"imageOffset":10752825856,"imageIndex":3},{"imageOffset":10751615000,"imageIndex":3},{"imageOffset":3077576,"symbol":"CallDescrWorkerInternal","symbolLocation":132,"imageIndex":2},{"imageOffset":1441820,"symbol":"MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int)","symbolLocation":868,"imageIndex":2},{"imageOffset":359120,"symbol":"RunMain(MethodDesc*, short, int*, PtrArray**)","symbolLocation":652,"imageIndex":2},{"imageOffset":359868,"symbol":"Assembly::ExecuteMainMethod(PtrArray**, int)","symbolLocation":376,"imageIndex":2},{"imageOffset":549296,"symbol":"CorHost2::ExecuteAssembly(unsigned int, char16_t const*, int, char16_t const**, unsigned int*)","symbolLocation":476,"imageIndex":2},{"imageOffset":272388,"symbol":"coreclr_execute_assembly","symbolLocation":208,"imageIndex":2},{"imageOffset":72764,"symbol":"run_app_for_context(hostpolicy_context_t const&, int, char const**)","symbolLocation":1056,"imageIndex":4},{"imageOffset":76204,"symbol":"corehost_main","symbolLocation":240,"imageIndex":4},{"imageOffset":56332,"symbol":"fx_muxer_t::handle_exec_host_command(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, host_startup_info_t const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::unordered_map<known_options, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, known_options_hash, std::__1::equal_to<known_options>, std::__1::allocator<std::__1::pair<known_options const, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > > const&, int, char const**, int, host_mode_t, bool, char*, int, int*)","symbolLocation":1320,"imageIndex":5},{"imageOffset":52504,"symbol":"fx_muxer_t::execute(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, int, char const**, host_startup_info_t const&, char*, int, int*)","symbolLocation":856,"imageIndex":5},{"imageOffset":39236,"symbol":"hostfxr_main_startupinfo","symbolLocation":152,"imageIndex":5},{"imageOffset":54264,"symbol":"exe_start(int, char const**)","symbolLocation":1484,"imageIndex":6},{"imageOffset":54844,"symbol":"main","symbolLocation":160,"imageIndex":6},{"imageOffset":20616,"symbol":"start","symbolLocation":516,"imageIndex":7}]},{"id":585306,"frames":[{"imageOffset":6352,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":7488,"symbol":"mach_msg","symbolLocation":76,"imageIndex":0},{"imageOffset":263264,"symbol":"MachMessage::Receive(unsigned int)","symbolLocation":80,"imageIndex":2},{"imageOffset":260092,"symbol":"SEHExceptionThread(void*)","symbolLocation":148,"imageIndex":2},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":585307,"frames":[{"imageOffset":31808,"symbol":"kevent","symbolLocation":8,"imageIndex":0},{"imageOffset":213096,"symbol":"CorUnix::CPalSynchronizationManager::ReadBytesFromProcessPipe(int, unsigned char*, int)","symbolLocation":464,"imageIndex":2},{"imageOffset":210792,"symbol":"CorUnix::CPalSynchronizationManager::WorkerThread(void*)","symbolLocation":116,"imageIndex":2},{"imageOffset":250752,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":2},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":585308,"frames":[{"imageOffset":40656,"symbol":"poll","symbolLocation":8,"imageIndex":0},{"imageOffset":3492680,"symbol":"ds_ipc_poll(_DiagnosticsIpcPollHandle*, unsigned long, unsigned int, void (*)(char const*, unsigned int))","symbolLocation":180,"imageIndex":2},{"imageOffset":4236096,"symbol":"ds_ipc_stream_factory_get_next_available_stream(void (*)(char const*, unsigned int))","symbolLocation":884,"imageIndex":2},{"imageOffset":4228092,"symbol":"server_thread(void*)","symbolLocation":324,"imageIndex":2},{"imageOffset":250752,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":2},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":585309,"frames":[{"imageOffset":9812,"symbol":"read","symbolLocation":8,"imageIndex":0},{"imageOffset":3495716,"symbol":"TwoWayPipe::Read(void*, unsigned int)","symbolLocation":44,"imageIndex":2},{"imageOffset":3472216,"symbol":"DbgTransportSession::TransportWorker()","symbolLocation":1576,"imageIndex":2},{"imageOffset":3466948,"symbol":"DbgTransportSession::TransportWorkerStatic(void*)","symbolLocation":12,"imageIndex":2},{"imageOffset":250752,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":2},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"triggered":true,"id":585310,"threadState":{"x":[{"value":105553165321072},{"value":11020066416},{"value":1},{"value":4314021396,"symbolLocation":0,"symbol":"LockedRangeList::IsInRangeWorker(unsigned long, unsigned long*)"},{"value":6166844800},{"value":16},{"value":6166836184},{"value":6166836088},{"value":6166844256},{"value":0},{"value":0},{"value":0},{"value":10737834185},{"value":0},{"value":1614807040},{"value":6813799984,"symbolLocation":0,"symbol":"tlv_get_addr"},{"value":160},{"value":105553165320912},{"value":0},{"value":11020066416},{"value":4318890672,"symbolLocation":0,"symbol":"gCurrentThreadInfo"},{"value":6813799984,"symbolLocation":0,"symbol":"tlv_get_addr"},{"value":6166844472},{"value":6813799984,"symbolLocation":0,"symbol":"tlv_get_addr"},{"value":6166844464},{"value":4318920704,"symbolLocation":3584,"symbol":"HillClimbingLog"},{"value":4318926576,"symbolLocation":0,"symbol":"VirtualCallStubManagerManager::g_pManager"},{"value":4294967295},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4314988672},"cpsr":{"value":1610616832},"fp":{"value":6166844352},"sp":{"value":6166844256},"esr":{"value":2449473542,"description":"(Data Abort) byte read Translation fault"},"pc":{"value":4314988692,"matchesCrashFrame":1},"far":{"value":11020066416}},"frames":[{"imageOffset":1294484,"symbol":"VirtualCallStubManager::predictStubKind(unsigned long)","symbolLocation":152,"imageIndex":2},{"imageOffset":1294464,"symbol":"VirtualCallStubManager::predictStubKind(unsigned long)","symbolLocation":132,"imageIndex":2},{"imageOffset":1307680,"symbol":"VirtualCallStubManager::getStubKind(unsigned long, int)","symbolLocation":36,"imageIndex":2},{"imageOffset":1308104,"symbol":"VirtualCallStubManager::CheckIsStub_Internal(unsigned long)","symbolLocation":16,"imageIndex":2},{"imageOffset":1326468,"symbol":"VirtualCallStubManagerManager::CheckIsStub_Internal(unsigned long)","symbolLocation":172,"imageIndex":2},{"imageOffset":1163212,"symbol":"StubManager::CheckIsStub_Worker(unsigned long)","symbolLocation":188,"imageIndex":2},{"imageOffset":1164080,"symbol":"StubManager::TraceStub(unsigned long, TraceDestination*)","symbolLocation":164,"imageIndex":2},{"imageOffset":602036,"symbol":"EEDbgInterfaceImpl::TraceStub(unsigned char const*, TraceDestination*)","symbolLocation":20,"imageIndex":2},{"imageOffset":3312176,"symbol":"DebuggerStepper::TrapStep(ControllerStackInfo*, bool)","symbolLocation":776,"imageIndex":2},{"imageOffset":3316208,"symbol":"DebuggerStepper::Step(FramePointer, bool, COR_DEBUG_STEP_RANGE*, unsigned long, bool)","symbolLocation":720,"imageIndex":2},{"imageOffset":3394092,"symbol":"Debugger::HandleIPCEvent(DebuggerIPCEvent*)","symbolLocation":4712,"imageIndex":2},{"imageOffset":3461624,"symbol":"HandleIPCEventWrapper(Debugger*, DebuggerIPCEvent*)","symbolLocation":112,"imageIndex":2},{"imageOffset":3461132,"symbol":"DebuggerRCThread::MainLoop()","symbolLocation":536,"imageIndex":2},{"imageOffset":3460488,"symbol":"DebuggerRCThread::ThreadProc()","symbolLocation":248,"imageIndex":2},{"imageOffset":3459920,"symbol":"DebuggerRCThread::ThreadProcStatic(void*)","symbolLocation":32,"imageIndex":2},{"imageOffset":250752,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":2},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":585311,"frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":1},{"imageOffset":204120,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":340,"imageIndex":2},{"imageOffset":203280,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":444,"imageIndex":2},{"imageOffset":219876,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1676,"imageIndex":2},{"imageOffset":220320,"symbol":"WaitForSingleObjectEx","symbolLocation":80,"imageIndex":2},{"imageOffset":2288752,"symbol":"CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*)","symbolLocation":196,"imageIndex":2},{"imageOffset":2592520,"symbol":"SVR::gc_heap::gc_thread_function()","symbolLocation":204,"imageIndex":2},{"imageOffset":2592316,"symbol":"SVR::gc_heap::gc_thread_stub(void*)","symbolLocation":60,"imageIndex":2},{"imageOffset":1718240,"symbol":"(anonymous namespace)::CreateNonSuspendableThread(void (*)(void*), void*, char16_t const*)::$_1::__invoke(void*)","symbolLocation":76,"imageIndex":2},{"imageOffset":250752,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":2},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":585312,"frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":1},{"imageOffset":204120,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":340,"imageIndex":2},{"imageOffset":203280,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":444,"imageIndex":2},{"imageOffset":219876,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1676,"imageIndex":2},{"imageOffset":220320,"symbol":"WaitForSingleObjectEx","symbolLocation":80,"imageIndex":2},{"imageOffset":2288752,"symbol":"CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*)","symbolLocation":196,"imageIndex":2},{"imageOffset":2592472,"symbol":"SVR::gc_heap::gc_thread_function()","symbolLocation":156,"imageIndex":2},{"imageOffset":2592316,"symbol":"SVR::gc_heap::gc_thread_stub(void*)","symbolLocation":60,"imageIndex":2},{"imageOffset":1718240,"symbol":"(anonymous namespace)::CreateNonSuspendableThread(void (*)(void*), void*, char16_t const*)::$_1::__invoke(void*)","symbolLocation":76,"imageIndex":2},{"imageOffset":250752,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":2},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":585313,"frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":1},{"imageOffset":204120,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":340,"imageIndex":2},{"imageOffset":203280,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":444,"imageIndex":2},{"imageOffset":219876,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1676,"imageIndex":2},{"imageOffset":220320,"symbol":"WaitForSingleObjectEx","symbolLocation":80,"imageIndex":2},{"imageOffset":2288752,"symbol":"CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*)","symbolLocation":196,"imageIndex":2},{"imageOffset":2592472,"symbol":"SVR::gc_heap::gc_thread_function()","symbolLocation":156,"imageIndex":2},{"imageOffset":2592316,"symbol":"SVR::gc_heap::gc_thread_stub(void*)","symbolLocation":60,"imageIndex":2},{"imageOffset":1718240,"symbol":"(anonymous namespace)::CreateNonSuspendableThread(void (*)(void*), void*, char16_t const*)::$_1::__invoke(void*)","symbolLocation":76,"imageIndex":2},{"imageOffset":250752,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":2},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":585314,"frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":1},{"imageOffset":204120,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":340,"imageIndex":2},{"imageOffset":203280,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":444,"imageIndex":2},{"imageOffset":219876,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1676,"imageIndex":2},{"imageOffset":220320,"symbol":"WaitForSingleObjectEx","symbolLocation":80,"imageIndex":2},{"imageOffset":2288752,"symbol":"CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*)","symbolLocation":196,"imageIndex":2},{"imageOffset":2592472,"symbol":"SVR::gc_heap::gc_thread_function()","symbolLocation":156,"imageIndex":2},{"imageOffset":2592316,"symbol":"SVR::gc_heap::gc_thread_stub(void*)","symbolLocation":60,"imageIndex":2},{"imageOffset":1718240,"symbol":"(anonymous namespace)::CreateNonSuspendableThread(void (*)(void*), void*, char16_t const*)::$_1::__invoke(void*)","symbolLocation":76,"imageIndex":2},{"imageOffset":250752,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":2},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":585315,"frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":1},{"imageOffset":204120,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":340,"imageIndex":2},{"imageOffset":203280,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":444,"imageIndex":2},{"imageOffset":219876,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1676,"imageIndex":2},{"imageOffset":220320,"symbol":"WaitForSingleObjectEx","symbolLocation":80,"imageIndex":2},{"imageOffset":2288752,"symbol":"CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*)","symbolLocation":196,"imageIndex":2},{"imageOffset":2592472,"symbol":"SVR::gc_heap::gc_thread_function()","symbolLocation":156,"imageIndex":2},{"imageOffset":2592316,"symbol":"SVR::gc_heap::gc_thread_stub(void*)","symbolLocation":60,"imageIndex":2},{"imageOffset":1718240,"symbol":"(anonymous namespace)::CreateNonSuspendableThread(void (*)(void*), void*, char16_t const*)::$_1::__invoke(void*)","symbolLocation":76,"imageIndex":2},{"imageOffset":250752,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":2},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":585316,"frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":1},{"imageOffset":204120,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":340,"imageIndex":2},{"imageOffset":203280,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":444,"imageIndex":2},{"imageOffset":219876,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1676,"imageIndex":2},{"imageOffset":220320,"symbol":"WaitForSingleObjectEx","symbolLocation":80,"imageIndex":2},{"imageOffset":2288752,"symbol":"CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*)","symbolLocation":196,"imageIndex":2},{"imageOffset":2592472,"symbol":"SVR::gc_heap::gc_thread_function()","symbolLocation":156,"imageIndex":2},{"imageOffset":2592316,"symbol":"SVR::gc_heap::gc_thread_stub(void*)","symbolLocation":60,"imageIndex":2},{"imageOffset":1718240,"symbol":"(anonymous namespace)::CreateNonSuspendableThread(void (*)(void*), void*, char16_t const*)::$_1::__invoke(void*)","symbolLocation":76,"imageIndex":2},{"imageOffset":250752,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":2},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":585317,"frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":1},{"imageOffset":204120,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":340,"imageIndex":2},{"imageOffset":203280,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":444,"imageIndex":2},{"imageOffset":219876,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1676,"imageIndex":2},{"imageOffset":220320,"symbol":"WaitForSingleObjectEx","symbolLocation":80,"imageIndex":2},{"imageOffset":2288752,"symbol":"CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*)","symbolLocation":196,"imageIndex":2},{"imageOffset":2592472,"symbol":"SVR::gc_heap::gc_thread_function()","symbolLocation":156,"imageIndex":2},{"imageOffset":2592316,"symbol":"SVR::gc_heap::gc_thread_stub(void*)","symbolLocation":60,"imageIndex":2},{"imageOffset":1718240,"symbol":"(anonymous namespace)::CreateNonSuspendableThread(void (*)(void*), void*, char16_t const*)::$_1::__invoke(void*)","symbolLocation":76,"imageIndex":2},{"imageOffset":250752,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":2},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":585318,"frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":1},{"imageOffset":204120,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":340,"imageIndex":2},{"imageOffset":203280,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":444,"imageIndex":2},{"imageOffset":219876,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1676,"imageIndex":2},{"imageOffset":220320,"symbol":"WaitForSingleObjectEx","symbolLocation":80,"imageIndex":2},{"imageOffset":2288752,"symbol":"CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*)","symbolLocation":196,"imageIndex":2},{"imageOffset":2592472,"symbol":"SVR::gc_heap::gc_thread_function()","symbolLocation":156,"imageIndex":2},{"imageOffset":2592316,"symbol":"SVR::gc_heap::gc_thread_stub(void*)","symbolLocation":60,"imageIndex":2},{"imageOffset":1718240,"symbol":"(anonymous namespace)::CreateNonSuspendableThread(void (*)(void*), void*, char16_t const*)::$_1::__invoke(void*)","symbolLocation":76,"imageIndex":2},{"imageOffset":250752,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":2},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":585319,"frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":1},{"imageOffset":204120,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":340,"imageIndex":2},{"imageOffset":203280,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":444,"imageIndex":2},{"imageOffset":219876,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1676,"imageIndex":2},{"imageOffset":220320,"symbol":"WaitForSingleObjectEx","symbolLocation":80,"imageIndex":2},{"imageOffset":2288752,"symbol":"CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*)","symbolLocation":196,"imageIndex":2},{"imageOffset":2592472,"symbol":"SVR::gc_heap::gc_thread_function()","symbolLocation":156,"imageIndex":2},{"imageOffset":2592316,"symbol":"SVR::gc_heap::gc_thread_stub(void*)","symbolLocation":60,"imageIndex":2},{"imageOffset":1718240,"symbol":"(anonymous namespace)::CreateNonSuspendableThread(void (*)(void*), void*, char16_t const*)::$_1::__invoke(void*)","symbolLocation":76,"imageIndex":2},{"imageOffset":250752,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":2},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":585320,"frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":1},{"imageOffset":204120,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":340,"imageIndex":2},{"imageOffset":203280,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":444,"imageIndex":2},{"imageOffset":219876,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1676,"imageIndex":2},{"imageOffset":220320,"symbol":"WaitForSingleObjectEx","symbolLocation":80,"imageIndex":2},{"imageOffset":2288752,"symbol":"CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*)","symbolLocation":196,"imageIndex":2},{"imageOffset":2592472,"symbol":"SVR::gc_heap::gc_thread_function()","symbolLocation":156,"imageIndex":2},{"imageOffset":2592316,"symbol":"SVR::gc_heap::gc_thread_stub(void*)","symbolLocation":60,"imageIndex":2},{"imageOffset":1718240,"symbol":"(anonymous namespace)::CreateNonSuspendableThread(void (*)(void*), void*, char16_t const*)::$_1::__invoke(void*)","symbolLocation":76,"imageIndex":2},{"imageOffset":250752,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":2},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":585321,"frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":1},{"imageOffset":204068,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":288,"imageIndex":2},{"imageOffset":203280,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":444,"imageIndex":2},{"imageOffset":219876,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1676,"imageIndex":2},{"imageOffset":220320,"symbol":"WaitForSingleObjectEx","symbolLocation":80,"imageIndex":2},{"imageOffset":2288752,"symbol":"CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*)","symbolLocation":196,"imageIndex":2},{"imageOffset":1704092,"symbol":"FinalizerThread::WaitForFinalizerEvent(CLREvent*)","symbolLocation":48,"imageIndex":2},{"imageOffset":1704628,"symbol":"FinalizerThread::FinalizerThreadWorker(void*)","symbolLocation":252,"imageIndex":2},{"imageOffset":1223328,"symbol":"ManagedThreadBase_DispatchOuter(ManagedThreadCallState*)","symbolLocation":260,"imageIndex":2},{"imageOffset":1224820,"symbol":"ManagedThreadBase::FinalizerBase(void (*)(void*))","symbolLocation":36,"imageIndex":2},{"imageOffset":1704940,"symbol":"FinalizerThread::FinalizerThreadStart(void*)","symbolLocation":88,"imageIndex":2},{"imageOffset":250752,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":2},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":585330,"frames":[{"imageOffset":6352,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":7488,"symbol":"mach_msg","symbolLocation":76,"imageIndex":0},{"imageOffset":543772,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":372,"imageIndex":8},{"imageOffset":536780,"symbol":"__CFRunLoopRun","symbolLocation":1180,"imageIndex":8},{"imageOffset":533648,"symbol":"CFRunLoopRunSpecific","symbolLocation":600,"imageIndex":8},{"imageOffset":1111592,"symbol":"CFRunLoopRun","symbolLocation":64,"imageIndex":8},{"imageOffset":10778855012,"imageIndex":3},{"imageOffset":10778879460,"imageIndex":3},{"imageOffset":10778880096,"imageIndex":3},{"imageOffset":10741366968,"imageIndex":3},{"imageOffset":3077576,"symbol":"CallDescrWorkerInternal","symbolLocation":132,"imageIndex":2},{"imageOffset":1440812,"symbol":"DispatchCallSimple(unsigned long*, unsigned int, unsigned long, unsigned int)","symbolLocation":284,"imageIndex":2},{"imageOffset":1527932,"symbol":"ThreadNative::KickOffThread_Worker(void*)","symbolLocation":148,"imageIndex":2},{"imageOffset":1223328,"symbol":"ManagedThreadBase_DispatchOuter(ManagedThreadCallState*)","symbolLocation":260,"imageIndex":2},{"imageOffset":1224728,"symbol":"ManagedThreadBase::KickOff(void (*)(void*), void*)","symbolLocation":32,"imageIndex":2},{"imageOffset":1528148,"symbol":"ThreadNative::KickOffThread(void*)","symbolLocation":172,"imageIndex":2},{"imageOffset":250752,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":2},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":585333,"frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":1},{"imageOffset":204120,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":340,"imageIndex":2},{"imageOffset":203280,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":444,"imageIndex":2},{"imageOffset":219876,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1676,"imageIndex":2},{"imageOffset":1209596,"symbol":"Thread::DoAppropriateWaitWorker(int, void**, int, unsigned int, WaitMode)","symbolLocation":1096,"imageIndex":2},{"imageOffset":1189620,"symbol":"Thread::DoAppropriateWait(int, void**, int, unsigned int, WaitMode, PendingSync*)","symbolLocation":68,"imageIndex":2},{"imageOffset":1213492,"symbol":"Thread::Block(int, PendingSync*)","symbolLocation":32,"imageIndex":2},{"imageOffset":1180528,"symbol":"SyncBlock::Wait(int)","symbolLocation":452,"imageIndex":2},{"imageOffset":3937404,"symbol":"ObjectNative::WaitTimeout(int, Object*)","symbolLocation":160,"imageIndex":2},{"imageOffset":10741361172,"imageIndex":3},{"imageOffset":10741475864,"imageIndex":3},{"imageOffset":10741474924,"imageIndex":3},{"imageOffset":10779913016,"imageIndex":3},{"imageOffset":10779910952,"imageIndex":3},{"imageOffset":10782264368,"imageIndex":3},{"imageOffset":10741366908,"imageIndex":3},{"imageOffset":3077576,"symbol":"CallDescrWorkerInternal","symbolLocation":132,"imageIndex":2},{"imageOffset":1440812,"symbol":"DispatchCallSimple(unsigned long*, unsigned int, unsigned long, unsigned int)","symbolLocation":284,"imageIndex":2},{"imageOffset":1527932,"symbol":"ThreadNative::KickOffThread_Worker(void*)","symbolLocation":148,"imageIndex":2},{"imageOffset":1223328,"symbol":"ManagedThreadBase_DispatchOuter(ManagedThreadCallState*)","symbolLocation":260,"imageIndex":2},{"imageOffset":1224728,"symbol":"ManagedThreadBase::KickOff(void (*)(void*), void*)","symbolLocation":32,"imageIndex":2},{"imageOffset":1528148,"symbol":"ThreadNative::KickOffThread(void*)","symbolLocation":172,"imageIndex":2},{"imageOffset":250752,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":2},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":585334,"frames":[{"imageOffset":9812,"symbol":"read","symbolLocation":8,"imageIndex":0},{"imageOffset":52504,"symbol":"SignalHandlerLoop","symbolLocation":84,"imageIndex":9},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":585335,"frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":1},{"imageOffset":204120,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":340,"imageIndex":2},{"imageOffset":203280,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":444,"imageIndex":2},{"imageOffset":219876,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1676,"imageIndex":2},{"imageOffset":220320,"symbol":"WaitForSingleObjectEx","symbolLocation":80,"imageIndex":2},{"imageOffset":2288752,"symbol":"CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*)","symbolLocation":196,"imageIndex":2},{"imageOffset":2312372,"symbol":"Thread::WaitSuspendEventsHelper()","symbolLocation":280,"imageIndex":2},{"imageOffset":2307356,"symbol":"Thread::RareEnablePreemptiveGC()","symbolLocation":236,"imageIndex":2},{"imageOffset":2305584,"symbol":"Thread::RareDisablePreemptiveGC()","symbolLocation":312,"imageIndex":2},{"imageOffset":1215224,"symbol":"Thread::UserSleep(int)","symbolLocation":416,"imageIndex":2},{"imageOffset":1534188,"symbol":"ThreadNative::Sleep(int)","symbolLocation":156,"imageIndex":2},{"imageOffset":10829250988,"imageIndex":3},{"imageOffset":10741374328,"imageIndex":3},{"imageOffset":10772373212,"imageIndex":3},{"imageOffset":10772889776,"imageIndex":3},{"imageOffset":10741366968,"imageIndex":3},{"imageOffset":3077576,"symbol":"CallDescrWorkerInternal","symbolLocation":132,"imageIndex":2},{"imageOffset":1440812,"symbol":"DispatchCallSimple(unsigned long*, unsigned int, unsigned long, unsigned int)","symbolLocation":284,"imageIndex":2},{"imageOffset":1527932,"symbol":"ThreadNative::KickOffThread_Worker(void*)","symbolLocation":148,"imageIndex":2},{"imageOffset":1223328,"symbol":"ManagedThreadBase_DispatchOuter(ManagedThreadCallState*)","symbolLocation":260,"imageIndex":2},{"imageOffset":1224728,"symbol":"ManagedThreadBase::KickOff(void (*)(void*), void*)","symbolLocation":32,"imageIndex":2},{"imageOffset":1528148,"symbol":"ThreadNative::KickOffThread(void*)","symbolLocation":172,"imageIndex":2},{"imageOffset":250752,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":2},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":585336,"frames":[{"imageOffset":31808,"symbol":"kevent","symbolLocation":8,"imageIndex":0},{"imageOffset":41588,"symbol":"SystemNative_WaitForSocketEvents","symbolLocation":76,"imageIndex":9},{"imageOffset":10801503340,"imageIndex":3},{"imageOffset":10801734404,"imageIndex":3},{"imageOffset":10801736624,"imageIndex":3},{"imageOffset":10741366968,"imageIndex":3},{"imageOffset":3077576,"symbol":"CallDescrWorkerInternal","symbolLocation":132,"imageIndex":2},{"imageOffset":1440812,"symbol":"DispatchCallSimple(unsigned long*, unsigned int, unsigned long, unsigned int)","symbolLocation":284,"imageIndex":2},{"imageOffset":1527932,"symbol":"ThreadNative::KickOffThread_Worker(void*)","symbolLocation":148,"imageIndex":2},{"imageOffset":1223328,"symbol":"ManagedThreadBase_DispatchOuter(ManagedThreadCallState*)","symbolLocation":260,"imageIndex":2},{"imageOffset":1224728,"symbol":"ManagedThreadBase::KickOff(void (*)(void*), void*)","symbolLocation":32,"imageIndex":2},{"imageOffset":1528148,"symbol":"ThreadNative::KickOffThread(void*)","symbolLocation":172,"imageIndex":2},{"imageOffset":250752,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":2},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":585337,"name":".NET ThreadPool Worker","frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":1},{"imageOffset":204068,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":288,"imageIndex":2},{"imageOffset":203280,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":444,"imageIndex":2},{"imageOffset":219876,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1676,"imageIndex":2},{"imageOffset":220224,"symbol":"PAL_WaitForSingleObjectPrioritized","symbolLocation":76,"imageIndex":2},{"imageOffset":1584972,"symbol":"WaitHandleNative::CorWaitOnePrioritizedNative(void*, int)","symbolLocation":76,"imageIndex":2},{"imageOffset":10741411068,"imageIndex":3},{"imageOffset":10829167768,"imageIndex":3},{"imageOffset":10829163032,"imageIndex":3},{"imageOffset":10741540064,"imageIndex":3},{"imageOffset":10741366908,"imageIndex":3},{"imageOffset":3077576,"symbol":"CallDescrWorkerInternal","symbolLocation":132,"imageIndex":2},{"imageOffset":1440812,"symbol":"DispatchCallSimple(unsigned long*, unsigned int, unsigned long, unsigned int)","symbolLocation":284,"imageIndex":2},{"imageOffset":1527932,"symbol":"ThreadNative::KickOffThread_Worker(void*)","symbolLocation":148,"imageIndex":2},{"imageOffset":1223328,"symbol":"ManagedThreadBase_DispatchOuter(ManagedThreadCallState*)","symbolLocation":260,"imageIndex":2},{"imageOffset":1224728,"symbol":"ManagedThreadBase::KickOff(void (*)(void*), void*)","symbolLocation":32,"imageIndex":2},{"imageOffset":1528148,"symbol":"ThreadNative::KickOffThread(void*)","symbolLocation":172,"imageIndex":2},{"imageOffset":250752,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":2},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":585338,"frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":1},{"imageOffset":204120,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":340,"imageIndex":2},{"imageOffset":203280,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":444,"imageIndex":2},{"imageOffset":219876,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1676,"imageIndex":2},{"imageOffset":220320,"symbol":"WaitForSingleObjectEx","symbolLocation":80,"imageIndex":2},{"imageOffset":2288752,"symbol":"CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*)","symbolLocation":196,"imageIndex":2},{"imageOffset":2312372,"symbol":"Thread::WaitSuspendEventsHelper()","symbolLocation":280,"imageIndex":2},{"imageOffset":2307356,"symbol":"Thread::RareEnablePreemptiveGC()","symbolLocation":236,"imageIndex":2},{"imageOffset":2305584,"symbol":"Thread::RareDisablePreemptiveGC()","symbolLocation":312,"imageIndex":2},{"imageOffset":1210080,"symbol":"Thread::DoAppropriateWaitWorker(int, void**, int, unsigned int, WaitMode)","symbolLocation":1580,"imageIndex":2},{"imageOffset":1189620,"symbol":"Thread::DoAppropriateWait(int, void**, int, unsigned int, WaitMode, PendingSync*)","symbolLocation":68,"imageIndex":2},{"imageOffset":1584448,"symbol":"WaitHandleNative::CorWaitOneNative(void*, int)","symbolLocation":160,"imageIndex":2},{"imageOffset":10741404600,"imageIndex":3},{"imageOffset":10741404340,"imageIndex":3},{"imageOffset":10741526508,"imageIndex":3},{"imageOffset":10741366908,"imageIndex":3},{"imageOffset":3077576,"symbol":"CallDescrWorkerInternal","symbolLocation":132,"imageIndex":2},{"imageOffset":1440812,"symbol":"DispatchCallSimple(unsigned long*, unsigned int, unsigned long, unsigned int)","symbolLocation":284,"imageIndex":2},{"imageOffset":1527932,"symbol":"ThreadNative::KickOffThread_Worker(void*)","symbolLocation":148,"imageIndex":2},{"imageOffset":1223328,"symbol":"ManagedThreadBase_DispatchOuter(ManagedThreadCallState*)","symbolLocation":260,"imageIndex":2},{"imageOffset":1224728,"symbol":"ManagedThreadBase::KickOff(void (*)(void*), void*)","symbolLocation":32,"imageIndex":2},{"imageOffset":1528148,"symbol":"ThreadNative::KickOffThread(void*)","symbolLocation":172,"imageIndex":2},{"imageOffset":250752,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":2},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":585339,"name":".NET ThreadPool Worker","frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":1},{"imageOffset":204068,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":288,"imageIndex":2},{"imageOffset":203280,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":444,"imageIndex":2},{"imageOffset":219876,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1676,"imageIndex":2},{"imageOffset":220224,"symbol":"PAL_WaitForSingleObjectPrioritized","symbolLocation":76,"imageIndex":2},{"imageOffset":1584972,"symbol":"WaitHandleNative::CorWaitOnePrioritizedNative(void*, int)","symbolLocation":76,"imageIndex":2},{"imageOffset":10741411068,"imageIndex":3},{"imageOffset":10829167768,"imageIndex":3},{"imageOffset":10829163032,"imageIndex":3},{"imageOffset":10741540064,"imageIndex":3},{"imageOffset":10741366908,"imageIndex":3},{"imageOffset":3077576,"symbol":"CallDescrWorkerInternal","symbolLocation":132,"imageIndex":2},{"imageOffset":1440812,"symbol":"DispatchCallSimple(unsigned long*, unsigned int, unsigned long, unsigned int)","symbolLocation":284,"imageIndex":2},{"imageOffset":1527932,"symbol":"ThreadNative::KickOffThread_Worker(void*)","symbolLocation":148,"imageIndex":2},{"imageOffset":1223328,"symbol":"ManagedThreadBase_DispatchOuter(ManagedThreadCallState*)","symbolLocation":260,"imageIndex":2},{"imageOffset":1224728,"symbol":"ManagedThreadBase::KickOff(void (*)(void*), void*)","symbolLocation":32,"imageIndex":2},{"imageOffset":1528148,"symbol":"ThreadNative::KickOffThread(void*)","symbolLocation":172,"imageIndex":2},{"imageOffset":250752,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":2},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":585340,"name":".NET ThreadPool Worker","frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":1},{"imageOffset":204120,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":340,"imageIndex":2},{"imageOffset":203280,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":444,"imageIndex":2},{"imageOffset":219876,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1676,"imageIndex":2},{"imageOffset":220320,"symbol":"WaitForSingleObjectEx","symbolLocation":80,"imageIndex":2},{"imageOffset":2288752,"symbol":"CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*)","symbolLocation":196,"imageIndex":2},{"imageOffset":2312372,"symbol":"Thread::WaitSuspendEventsHelper()","symbolLocation":280,"imageIndex":2},{"imageOffset":2307356,"symbol":"Thread::RareEnablePreemptiveGC()","symbolLocation":236,"imageIndex":2},{"imageOffset":2305584,"symbol":"Thread::RareDisablePreemptiveGC()","symbolLocation":312,"imageIndex":2},{"imageOffset":3300656,"symbol":"DebuggerController::DispatchPatchOrSingleStep(Thread*, _CONTEXT*, unsigned char const*, SCAN_TRIGGER)","symbolLocation":844,"imageIndex":2},{"imageOffset":3305256,"symbol":"DebuggerController::DispatchNativeException(_EXCEPTION_RECORD*, _CONTEXT*, unsigned int, Thread*)","symbolLocation":596,"imageIndex":2},{"imageOffset":3356584,"symbol":"Debugger::FirstChanceNativeException(_EXCEPTION_RECORD*, _CONTEXT*, unsigned int, Thread*)","symbolLocation":124,"imageIndex":2},{"imageOffset":2493184,"symbol":"HandleHardwareException(PAL_SEHException*)","symbolLocation":272,"imageIndex":2},{"imageOffset":36696,"symbol":"SEHProcessException(PAL_SEHException*)","symbolLocation":352,"imageIndex":2},{"imageOffset":259680,"symbol":"PAL_DispatchException","symbolLocation":136,"imageIndex":2},{"imageOffset":258800,"symbol":"PAL_DispatchExceptionWrapper","symbolLocation":16,"imageIndex":2},{"imageOffset":4502569088,"imageIndex":3}]},{"id":585341,"name":".NET ThreadPool Worker","frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":1},{"imageOffset":204068,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":288,"imageIndex":2},{"imageOffset":203280,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":444,"imageIndex":2},{"imageOffset":219876,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1676,"imageIndex":2},{"imageOffset":220224,"symbol":"PAL_WaitForSingleObjectPrioritized","symbolLocation":76,"imageIndex":2},{"imageOffset":1584972,"symbol":"WaitHandleNative::CorWaitOnePrioritizedNative(void*, int)","symbolLocation":76,"imageIndex":2},{"imageOffset":10741411068,"imageIndex":3},{"imageOffset":10829167768,"imageIndex":3},{"imageOffset":10829163032,"imageIndex":3},{"imageOffset":10741540064,"imageIndex":3},{"imageOffset":10741366908,"imageIndex":3},{"imageOffset":3077576,"symbol":"CallDescrWorkerInternal","symbolLocation":132,"imageIndex":2},{"imageOffset":1440812,"symbol":"DispatchCallSimple(unsigned long*, unsigned int, unsigned long, unsigned int)","symbolLocation":284,"imageIndex":2},{"imageOffset":1527932,"symbol":"ThreadNative::KickOffThread_Worker(void*)","symbolLocation":148,"imageIndex":2},{"imageOffset":1223328,"symbol":"ManagedThreadBase_DispatchOuter(ManagedThreadCallState*)","symbolLocation":260,"imageIndex":2},{"imageOffset":1224728,"symbol":"ManagedThreadBase::KickOff(void (*)(void*), void*)","symbolLocation":32,"imageIndex":2},{"imageOffset":1528148,"symbol":"ThreadNative::KickOffThread(void*)","symbolLocation":172,"imageIndex":2},{"imageOffset":250752,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":2},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":585387,"name":".NET ThreadPool Worker","frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":1},{"imageOffset":204068,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":288,"imageIndex":2},{"imageOffset":203280,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":444,"imageIndex":2},{"imageOffset":219876,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1676,"imageIndex":2},{"imageOffset":220224,"symbol":"PAL_WaitForSingleObjectPrioritized","symbolLocation":76,"imageIndex":2},{"imageOffset":1584972,"symbol":"WaitHandleNative::CorWaitOnePrioritizedNative(void*, int)","symbolLocation":76,"imageIndex":2},{"imageOffset":10741411068,"imageIndex":3},{"imageOffset":10829167768,"imageIndex":3},{"imageOffset":10829163032,"imageIndex":3},{"imageOffset":10741540064,"imageIndex":3},{"imageOffset":10741366908,"imageIndex":3},{"imageOffset":3077576,"symbol":"CallDescrWorkerInternal","symbolLocation":132,"imageIndex":2},{"imageOffset":1440812,"symbol":"DispatchCallSimple(unsigned long*, unsigned int, unsigned long, unsigned int)","symbolLocation":284,"imageIndex":2},{"imageOffset":1527932,"symbol":"ThreadNative::KickOffThread_Worker(void*)","symbolLocation":148,"imageIndex":2},{"imageOffset":1223328,"symbol":"ManagedThreadBase_DispatchOuter(ManagedThreadCallState*)","symbolLocation":260,"imageIndex":2},{"imageOffset":1224728,"symbol":"ManagedThreadBase::KickOff(void (*)(void*), void*)","symbolLocation":32,"imageIndex":2},{"imageOffset":1528148,"symbol":"ThreadNative::KickOffThread(void*)","symbolLocation":172,"imageIndex":2},{"imageOffset":250752,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":2},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":585393,"frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":1},{"imageOffset":204068,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":288,"imageIndex":2},{"imageOffset":203280,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":444,"imageIndex":2},{"imageOffset":221688,"symbol":"SleepEx","symbolLocation":160,"imageIndex":2},{"imageOffset":1347588,"symbol":"ThreadpoolMgr::TimerThreadFire()","symbolLocation":140,"imageIndex":2},{"imageOffset":1347288,"symbol":"ThreadpoolMgr::TimerThreadStart(void*)","symbolLocation":84,"imageIndex":2},{"imageOffset":250752,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":2},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":585395,"name":".NET ThreadPool Worker","frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":1},{"imageOffset":204068,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":288,"imageIndex":2},{"imageOffset":203280,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":444,"imageIndex":2},{"imageOffset":219876,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1676,"imageIndex":2},{"imageOffset":220224,"symbol":"PAL_WaitForSingleObjectPrioritized","symbolLocation":76,"imageIndex":2},{"imageOffset":1584972,"symbol":"WaitHandleNative::CorWaitOnePrioritizedNative(void*, int)","symbolLocation":76,"imageIndex":2},{"imageOffset":10741411068,"imageIndex":3},{"imageOffset":10829167768,"imageIndex":3},{"imageOffset":10829163032,"imageIndex":3},{"imageOffset":10741540064,"imageIndex":3},{"imageOffset":10741366908,"imageIndex":3},{"imageOffset":3077576,"symbol":"CallDescrWorkerInternal","symbolLocation":132,"imageIndex":2},{"imageOffset":1440812,"symbol":"DispatchCallSimple(unsigned long*, unsigned int, unsigned long, unsigned int)","symbolLocation":284,"imageIndex":2},{"imageOffset":1527932,"symbol":"ThreadNative::KickOffThread_Worker(void*)","symbolLocation":148,"imageIndex":2},{"imageOffset":1223328,"symbol":"ManagedThreadBase_DispatchOuter(ManagedThreadCallState*)","symbolLocation":260,"imageIndex":2},{"imageOffset":1224728,"symbol":"ManagedThreadBase::KickOff(void (*)(void*), void*)","symbolLocation":32,"imageIndex":2},{"imageOffset":1528148,"symbol":"ThreadNative::KickOffThread(void*)","symbolLocation":172,"imageIndex":2},{"imageOffset":250752,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":2},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":585396,"name":".NET ThreadPool Worker","frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":1},{"imageOffset":204068,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":288,"imageIndex":2},{"imageOffset":203280,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":444,"imageIndex":2},{"imageOffset":219876,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1676,"imageIndex":2},{"imageOffset":220224,"symbol":"PAL_WaitForSingleObjectPrioritized","symbolLocation":76,"imageIndex":2},{"imageOffset":1584972,"symbol":"WaitHandleNative::CorWaitOnePrioritizedNative(void*, int)","symbolLocation":76,"imageIndex":2},{"imageOffset":10741411068,"imageIndex":3},{"imageOffset":10829167768,"imageIndex":3},{"imageOffset":10829163032,"imageIndex":3},{"imageOffset":10741540064,"imageIndex":3},{"imageOffset":10741366908,"imageIndex":3},{"imageOffset":3077576,"symbol":"CallDescrWorkerInternal","symbolLocation":132,"imageIndex":2},{"imageOffset":1440812,"symbol":"DispatchCallSimple(unsigned long*, unsigned int, unsigned long, unsigned int)","symbolLocation":284,"imageIndex":2},{"imageOffset":1527932,"symbol":"ThreadNative::KickOffThread_Worker(void*)","symbolLocation":148,"imageIndex":2},{"imageOffset":1223328,"symbol":"ManagedThreadBase_DispatchOuter(ManagedThreadCallState*)","symbolLocation":260,"imageIndex":2},{"imageOffset":1224728,"symbol":"ManagedThreadBase::KickOff(void (*)(void*), void*)","symbolLocation":32,"imageIndex":2},{"imageOffset":1528148,"symbol":"ThreadNative::KickOffThread(void*)","symbolLocation":172,"imageIndex":2},{"imageOffset":250752,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":2},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":585398,"name":".NET ThreadPool Worker","frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":1},{"imageOffset":204068,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":288,"imageIndex":2},{"imageOffset":203280,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":444,"imageIndex":2},{"imageOffset":219876,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1676,"imageIndex":2},{"imageOffset":220224,"symbol":"PAL_WaitForSingleObjectPrioritized","symbolLocation":76,"imageIndex":2},{"imageOffset":1584972,"symbol":"WaitHandleNative::CorWaitOnePrioritizedNative(void*, int)","symbolLocation":76,"imageIndex":2},{"imageOffset":10741411068,"imageIndex":3},{"imageOffset":10829167768,"imageIndex":3},{"imageOffset":10829163032,"imageIndex":3},{"imageOffset":10741540064,"imageIndex":3},{"imageOffset":10741366908,"imageIndex":3},{"imageOffset":3077576,"symbol":"CallDescrWorkerInternal","symbolLocation":132,"imageIndex":2},{"imageOffset":1440812,"symbol":"DispatchCallSimple(unsigned long*, unsigned int, unsigned long, unsigned int)","symbolLocation":284,"imageIndex":2},{"imageOffset":1527932,"symbol":"ThreadNative::KickOffThread_Worker(void*)","symbolLocation":148,"imageIndex":2},{"imageOffset":1223328,"symbol":"ManagedThreadBase_DispatchOuter(ManagedThreadCallState*)","symbolLocation":260,"imageIndex":2},{"imageOffset":1224728,"symbol":"ManagedThreadBase::KickOff(void (*)(void*), void*)","symbolLocation":32,"imageIndex":2},{"imageOffset":1528148,"symbol":"ThreadNative::KickOffThread(void*)","symbolLocation":172,"imageIndex":2},{"imageOffset":250752,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":2},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":585567,"frames":[{"imageOffset":8312,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":585862,"name":".NET ThreadPool Worker","frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":1},{"imageOffset":204068,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":288,"imageIndex":2},{"imageOffset":203280,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":444,"imageIndex":2},{"imageOffset":219876,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1676,"imageIndex":2},{"imageOffset":220224,"symbol":"PAL_WaitForSingleObjectPrioritized","symbolLocation":76,"imageIndex":2},{"imageOffset":1584972,"symbol":"WaitHandleNative::CorWaitOnePrioritizedNative(void*, int)","symbolLocation":76,"imageIndex":2},{"imageOffset":10741411068,"imageIndex":3},{"imageOffset":10829167768,"imageIndex":3},{"imageOffset":10829163032,"imageIndex":3},{"imageOffset":10741539716,"imageIndex":3},{"imageOffset":10741366908,"imageIndex":3},{"imageOffset":3077576,"symbol":"CallDescrWorkerInternal","symbolLocation":132,"imageIndex":2},{"imageOffset":1440812,"symbol":"DispatchCallSimple(unsigned long*, unsigned int, unsigned long, unsigned int)","symbolLocation":284,"imageIndex":2},{"imageOffset":1527932,"symbol":"ThreadNative::KickOffThread_Worker(void*)","symbolLocation":148,"imageIndex":2},{"imageOffset":1223328,"symbol":"ManagedThreadBase_DispatchOuter(ManagedThreadCallState*)","symbolLocation":260,"imageIndex":2},{"imageOffset":1224728,"symbol":"ManagedThreadBase::KickOff(void (*)(void*), void*)","symbolLocation":32,"imageIndex":2},{"imageOffset":1528148,"symbol":"ThreadNative::KickOffThread(void*)","symbolLocation":172,"imageIndex":2},{"imageOffset":250752,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":2},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":585863,"name":".NET ThreadPool Worker","frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":1},{"imageOffset":204068,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":288,"imageIndex":2},{"imageOffset":203280,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":444,"imageIndex":2},{"imageOffset":219876,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1676,"imageIndex":2},{"imageOffset":220224,"symbol":"PAL_WaitForSingleObjectPrioritized","symbolLocation":76,"imageIndex":2},{"imageOffset":1584972,"symbol":"WaitHandleNative::CorWaitOnePrioritizedNative(void*, int)","symbolLocation":76,"imageIndex":2},{"imageOffset":10741411068,"imageIndex":3},{"imageOffset":10829167768,"imageIndex":3},{"imageOffset":10829163032,"imageIndex":3},{"imageOffset":10741540064,"imageIndex":3},{"imageOffset":10741366908,"imageIndex":3},{"imageOffset":3077576,"symbol":"CallDescrWorkerInternal","symbolLocation":132,"imageIndex":2},{"imageOffset":1440812,"symbol":"DispatchCallSimple(unsigned long*, unsigned int, unsigned long, unsigned int)","symbolLocation":284,"imageIndex":2},{"imageOffset":1527932,"symbol":"ThreadNative::KickOffThread_Worker(void*)","symbolLocation":148,"imageIndex":2},{"imageOffset":1223328,"symbol":"ManagedThreadBase_DispatchOuter(ManagedThreadCallState*)","symbolLocation":260,"imageIndex":2},{"imageOffset":1224728,"symbol":"ManagedThreadBase::KickOff(void (*)(void*), void*)","symbolLocation":32,"imageIndex":2},{"imageOffset":1528148,"symbol":"ThreadNative::KickOffThread(void*)","symbolLocation":172,"imageIndex":2},{"imageOffset":250752,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":2},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":586055,"frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":1},{"imageOffset":204120,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":340,"imageIndex":2},{"imageOffset":203280,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":444,"imageIndex":2},{"imageOffset":219876,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1676,"imageIndex":2},{"imageOffset":218184,"symbol":"WaitForSingleObject","symbolLocation":76,"imageIndex":2},{"imageOffset":3465080,"symbol":"HelperCanary::ThreadProc()","symbolLocation":44,"imageIndex":2},{"imageOffset":3464980,"symbol":"HelperCanary::ThreadProc(void*)","symbolLocation":64,"imageIndex":2},{"imageOffset":250752,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":2},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":586308,"frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":1},{"imageOffset":204120,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":340,"imageIndex":2},{"imageOffset":203280,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":444,"imageIndex":2},{"imageOffset":219876,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1676,"imageIndex":2},{"imageOffset":220320,"symbol":"WaitForSingleObjectEx","symbolLocation":80,"imageIndex":2},{"imageOffset":2288752,"symbol":"CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*)","symbolLocation":196,"imageIndex":2},{"imageOffset":2312372,"symbol":"Thread::WaitSuspendEventsHelper()","symbolLocation":280,"imageIndex":2},{"imageOffset":2307356,"symbol":"Thread::RareEnablePreemptiveGC()","symbolLocation":236,"imageIndex":2},{"imageOffset":2305584,"symbol":"Thread::RareDisablePreemptiveGC()","symbolLocation":312,"imageIndex":2},{"imageOffset":559828,"symbol":"CrstBase::CrstAndForbidSuspendForDebuggerHolder::CrstAndForbidSuspendForDebuggerHolder(CrstBase*)","symbolLocation":304,"imageIndex":2},{"imageOffset":1236700,"symbol":"TieredCompilationManager::TryDeactivateTieringDelay()","symbolLocation":240,"imageIndex":2},{"imageOffset":1236208,"symbol":"TieredCompilationManager::BackgroundWorkerStart()","symbolLocation":240,"imageIndex":2},{"imageOffset":1235744,"symbol":"TieredCompilationManager::BackgroundWorkerBootstrapper1(void*)","symbolLocation":104,"imageIndex":2},{"imageOffset":1223328,"symbol":"ManagedThreadBase_DispatchOuter(ManagedThreadCallState*)","symbolLocation":260,"imageIndex":2},{"imageOffset":1224728,"symbol":"ManagedThreadBase::KickOff(void (*)(void*), void*)","symbolLocation":32,"imageIndex":2},{"imageOffset":1235508,"symbol":"TieredCompilationManager::BackgroundWorkerBootstrapper0(void*)","symbolLocation":40,"imageIndex":2},{"imageOffset":250752,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":2},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6813511680,
    "size" : 229376,
    "uuid" : "1d7b3b8e-75a1-34ea-aa52-9f7c23155c55",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6813741056,
    "size" : 53248,
    "uuid" : "cee8bc77-6923-34d9-89a3-6f8f7279605e",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4313694208,
    "size" : 5046272,
    "uuid" : "04d6a152-552d-39d3-8688-36e0dca542fb",
    "path" : "\/usr\/local\/share\/dotnet\/shared\/Microsoft.NETCore.App\/6.0.7\/libcoreclr.dylib",
    "name" : "libcoreclr.dylib"
  },
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4305338368,
    "size" : 245760,
    "uuid" : "dbee848a-0093-32da-8deb-2efbc65bc6da",
    "path" : "\/usr\/local\/share\/dotnet\/shared\/Microsoft.NETCore.App\/6.0.7\/libhostpolicy.dylib",
    "name" : "libhostpolicy.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4304879616,
    "size" : 278528,
    "uuid" : "34d90e79-cdf2-3491-929d-a9e45414e7e7",
    "path" : "\/usr\/local\/share\/dotnet\/host\/fxr\/6.0.7\/libhostfxr.dylib",
    "name" : "libhostfxr.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4302880768,
    "size" : 65536,
    "uuid" : "7ef44e86-b306-31db-9722-dd869a379635",
    "path" : "\/Users\/USER\/*\/App.Server",
    "name" : "App.Server"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4306141184,
    "size" : 393216,
    "uuid" : "fbb89662-e6f2-3434-b542-f75185ac5e74",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6814064640,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 5529600,
    "uuid" : "8e1809ff-f5b1-3d9e-be15-f2e7b1d8ce51",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "1858.112"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4308156416,
    "size" : 65536,
    "uuid" : "8f4ae017-0313-3689-87a8-effa0c3cd754",
    "path" : "\/usr\/local\/share\/dotnet\/shared\/Microsoft.NETCore.App\/6.0.7\/libSystem.Native.dylib",
    "name" : "libSystem.Native.dylib"
  }
],
  "sharedCache" : {
  "base" : 6810451968,
  "size" : 3136438272,
  "uuid" : "1df3dfc1-141a-35d0-a4e5-f1e113894c6e"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=671.7M resident=0K(0%) swapped_out_or_unallocated=671.7M(100%)\nWritable regions: Total=1.7G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.7G(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nActivity Tracing                   256K        1 \nKernel Alloc Once                   32K        1 \nMALLOC                           297.2M       38 \nMALLOC guard page                   96K        5 \nMALLOC_MEDIUM (reserved)         944.0M        9         reserved VM address space (unallocated)\nMALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)\nSTACK GUARD                       56.6M       37 \nStack                             26.6M       37 \nVM_ALLOCATE                       17.1G      704 \nVM_ALLOCATE (reserved)              64K        1         reserved VM address space (unallocated)\n__AUTH                             220K       44 \n__AUTH_CONST                      2887K      122 \n__DATA                            1275K      123 \n__DATA_CONST                      3920K      131 \n__DATA_DIRTY                       233K       50 \n__LINKEDIT                       586.4M       10 \n__OBJC_CONST                       260K       29 \n__OBJC_RO                         82.9M        1 \n__OBJC_RW                         3152K        1 \n__TEXT                            85.3M      137 \n__UNICODE                          592K        1 \ndyld private memory               1024K        1 \nmapped file                       51.4M      322 \nshared memory                       80K        5 \n===========                     =======  ======= \nTOTAL                             19.6G     1811 \nTOTAL, minus reserved VM space    18.3G     1811 \n",
  "legacyInfo" : {
  "threadTriggered" : {

  }
},
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "60356660bbe37970735c5624",
      "factorPackIds" : {

      },
      "deploymentId" : 240000027
    },
    {
      "rolloutId" : "607844aa04477260f58a8077",
      "factorPackIds" : {
        "SIRI_MORPHUN_ASSETS" : "6103050cbfe6dc472e1c982a"
      },
      "deploymentId" : 240000066
    }
  ],
  "experiments" : [

  ]
}
}


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants