Skip to content

GC.Collect hard crash (.NET 6, macOS, CoreCLR) #13962

@filipnavara

Description

@filipnavara

While trying to make a repro for #13921 I accidentally managed to replicate a different crash we are seeing:

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

Process:               nsurlsession [69086]
Path:                  /Users/USER/*/nsurlsession.app/Contents/MacOS/nsurlsession
Identifier:            com.companyname.nsurlsession
Version:               1.0 (1)
Code Type:             ARM-64 (Native)
Parent Process:        vsdbg-ui [69085]
Responsible:           VisualStudio [66622]
User ID:               501

Date/Time:             2022-01-28 17:31:50.2179 +0100
OS Version:            macOS 12.2 (21D49)
Report Version:        12
Anonymous UUID:        3D432DCC-EF43-08F0-C30B-18EC6722DB06

Sleep/Wake UUID:       25D92E60-673D-454C-AD38-339D4C0D1A5F

Time Awake Since Boot: 40000 seconds
Time Since Wake:       7346 seconds

System Integrity Protection: enabled

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Application Specific Information:
abort() called


Kernel Triage:
VM - pmap_enter failed with resource shortage
VM - pmap_enter failed with resource shortage
VM - pmap_enter failed with resource shortage
VM - pmap_enter failed with resource shortage
VM - pmap_enter failed with resource shortage


Thread 0 Crashed::  Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	       0x1a5b459b8 __pthread_kill + 8
1   libsystem_pthread.dylib       	       0x1a5b78eb0 pthread_kill + 288
2   libsystem_c.dylib             	       0x1a5ab6314 abort + 164
3   libcoreclr.dylib              	       0x10212d2a8 PROCAbort + 60
4   libcoreclr.dylib              	       0x1020febc8 InjectActivationInternal(CorUnix::CPalThread*) + 52
5   libcoreclr.dylib              	       0x102132dfc PAL_InjectActivation + 276
6   libcoreclr.dylib              	       0x102327f80 ThreadSuspend::SuspendRuntime(ThreadSuspend::SUSPEND_REASON) + 580
7   libcoreclr.dylib              	       0x10232983c ThreadSuspend::SuspendEE(ThreadSuspend::SUSPEND_REASON) + 288
8   libcoreclr.dylib              	       0x102294df4 GCToEEInterface::SuspendEE(SUSPEND_REASON) + 48
9   libcoreclr.dylib              	       0x1023b7d2c WKS::GCHeap::GarbageCollectGeneration(unsigned int, gc_reason) + 420
10  libcoreclr.dylib              	       0x1023dd228 WKS::GCHeap::GarbageCollect(int, bool, int) + 484
11  libcoreclr.dylib              	       0x10227350c GCInterface::Collect(int, int) + 152
12  ???                           	       0x282502044 ???
13  ???                           	       0x282501ed0 ???
14  ???                           	       0x2824c6ac8 ???
15  ???                           	       0x2824c6a30 ???
16  ???                           	       0x282501d98 ???
17  ???                           	       0x2824c6354 ???
18  libcoreclr.dylib              	       0x1023e3c88 CallDescrWorkerInternal + 132
19  libcoreclr.dylib              	       0x102253fd8 CallDescrWorkerWithHandler(CallDescrData*, int) + 116
20  libcoreclr.dylib              	       0x102300c94 CallDescrWorkerReflectionWrapper(CallDescrData*, Frame*) + 112
21  libcoreclr.dylib              	       0x102301a54 RuntimeMethodHandle::InvokeMethod(Object*, Span<Object*>*, SignatureNative*, bool, bool) + 2784
22  ???                           	       0x28134538c ???
23  ???                           	       0x281382f68 ???
24  ???                           	       0x281382978 ???
25  ???                           	       0x281382894 ???
26  ???                           	       0x2813827e0 ???
27  nsurlsession                  	       0x100d36f34 xamarin_bridge_runtime_invoke_method + 120 (delegates.inc:1902)
28  nsurlsession                  	       0x100d4621c mono_runtime_invoke + 72 (coreclr-bridge.m:836)
29  nsurlsession                  	       0x100d43e9c xamarin_invoke_trampoline + 5168 (trampolines-invoke.m:592)
30  nsurlsession                  	       0x100d4ac54 xamarin_arch_trampoline + 148 (trampolines-arm64.m:316)
31  nsurlsession                  	       0x100d4b7c8 xamarin_arm64_common_trampoline + 64 (trampolines-arm64-asm.s:51)
32  CoreFoundation                	       0x1a5c39200 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 28
33  CoreFoundation                	       0x1a5cdcb84 ___CFXRegistrationPost_block_invoke + 52
34  CoreFoundation                	       0x1a5cdcaf0 _CFXRegistrationPost + 456
35  CoreFoundation                	       0x1a5c07eb0 _CFXNotificationPost + 720
36  Foundation                    	       0x1a6abde3c -[NSNotificationCenter postNotificationName:object:userInfo:] + 96
37  AppKit                        	       0x1a87a1d10 -[NSApplication _postDidFinishNotification] + 340
38  AppKit                        	       0x1a87a1a28 -[NSApplication _sendFinishLaunchingNotification] + 236
39  AppKit                        	       0x1a879f428 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 580
40  AppKit                        	       0x1a879f010 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 780
41  Foundation                    	       0x1a6aea7c4 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 344
42  Foundation                    	       0x1a6aea600 _NSAppleEventManagerGenericHandler + 96
43  AE                            	       0x1ac3df75c 0x1ac3d3000 + 51036
44  AE                            	       0x1ac3df0b4 0x1ac3d3000 + 49332
45  AE                            	       0x1ac3d7f84 aeProcessAppleEvent + 488
46  HIToolbox                     	       0x1ae7ec3b0 AEProcessAppleEvent + 68
47  AppKit                        	       0x1a87993ec _DPSNextEvent + 1848
48  AppKit                        	       0x1a87978a4 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1332
49  AppKit                        	       0x1a87899b4 -[NSApplication run] + 596
50  AppKit                        	       0x1a875b088 NSApplicationMain + 1064
51  ???                           	       0x28137f844 ???
52  ???                           	       0x28137f730 ???
53  ???                           	       0x28137b188 ???
54  libcoreclr.dylib              	       0x1023e3c88 CallDescrWorkerInternal + 132
55  libcoreclr.dylib              	       0x102254718 MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 868
56  libcoreclr.dylib              	       0x10214c27c RunMain(MethodDesc*, short, int*, PtrArray**) + 628
57  libcoreclr.dylib              	       0x10214c580 Assembly::ExecuteMainMethod(PtrArray**, int) + 376
58  libcoreclr.dylib              	       0x10217a8d0 CorHost2::ExecuteAssembly(unsigned int, char16_t const*, int, char16_t const**, unsigned int*) + 476
59  libcoreclr.dylib              	       0x102137008 coreclr_execute_assembly + 208
60  nsurlsession                  	       0x100d45f70 mono_jit_exec + 176 (coreclr-bridge.m:743)
61  nsurlsession                  	       0x100d4aae8 xamarin_main + 900 (monotouch-main.m:497)
62  nsurlsession                  	       0x100ddb37c main + 76 (main.arm64.mm:69)
63  dyld                          	       0x1013710f4 start + 520

Thread 1:
0   libsystem_pthread.dylib       	       0x1a5b74010 start_wqthread + 0

Thread 2:
0   libsystem_pthread.dylib       	       0x1a5b74010 start_wqthread + 0

Thread 3:
0   libsystem_kernel.dylib        	       0x1a5b3d954 mach_msg_trap + 8
1   libsystem_kernel.dylib        	       0x1a5b3dd00 mach_msg + 76
2   libcoreclr.dylib              	       0x102134c5c MachMessage::Receive(unsigned int) + 80
3   libcoreclr.dylib              	       0x102133ff8 SEHExceptionThread(void*) + 148
4   libsystem_pthread.dylib       	       0x1a5b79240 _pthread_start + 148
5   libsystem_pthread.dylib       	       0x1a5b74024 thread_start + 8

Thread 4:
0   libsystem_kernel.dylib        	       0x1a5b438cc kevent + 8
1   libcoreclr.dylib              	       0x102128874 CorUnix::CPalSynchronizationManager::ReadBytesFromProcessPipe(int, unsigned char*, int) + 464
2   libcoreclr.dylib              	       0x102127f74 CorUnix::CPalSynchronizationManager::WorkerThread(void*) + 116
3   libcoreclr.dylib              	       0x102131b40 CorUnix::CPalThread::ThreadEntry(void*) + 380
4   libsystem_pthread.dylib       	       0x1a5b79240 _pthread_start + 148
5   libsystem_pthread.dylib       	       0x1a5b74024 thread_start + 8

Thread 5:
0   libsystem_kernel.dylib        	       0x1a5b45ad0 poll + 8
1   libcoreclr.dylib              	       0x1024491b0 ds_ipc_poll(_DiagnosticsIpcPollHandle*, unsigned long, unsigned int, void (*)(char const*, unsigned int)) + 180
2   libcoreclr.dylib              	       0x1024fe93c ds_ipc_stream_factory_get_next_available_stream(void (*)(char const*, unsigned int)) + 884
3   libcoreclr.dylib              	       0x1024fca00 server_thread(void*) + 324
4   libcoreclr.dylib              	       0x102131b40 CorUnix::CPalThread::ThreadEntry(void*) + 380
5   libsystem_pthread.dylib       	       0x1a5b79240 _pthread_start + 148
6   libsystem_pthread.dylib       	       0x1a5b74024 thread_start + 8

Thread 6:
0   libsystem_kernel.dylib        	       0x1a5b3e538 read + 8
1   libcoreclr.dylib              	       0x102449d94 TwoWayPipe::Read(void*, unsigned int) + 44
2   libcoreclr.dylib              	       0x1024441c0 DbgTransportSession::TransportWorker() + 1576
3   libcoreclr.dylib              	       0x102442d2c DbgTransportSession::TransportWorkerStatic(void*) + 12
4   libcoreclr.dylib              	       0x102131b40 CorUnix::CPalThread::ThreadEntry(void*) + 380
5   libsystem_pthread.dylib       	       0x1a5b79240 _pthread_start + 148
6   libsystem_pthread.dylib       	       0x1a5b74024 thread_start + 8

Thread 7:
0   libsystem_kernel.dylib        	       0x1a5b410c0 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x1a5b79808 _pthread_cond_wait + 1228
2   libcoreclr.dylib              	       0x102126564 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 340
3   libcoreclr.dylib              	       0x10212621c CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 444
4   libcoreclr.dylib              	       0x10212a2f0 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1676
5   libcoreclr.dylib              	       0x10244152c DebuggerRCThread::MainLoop() + 208
6   libcoreclr.dylib              	       0x1024413f0 DebuggerRCThread::ThreadProc() + 248
7   libcoreclr.dylib              	       0x1024411b8 DebuggerRCThread::ThreadProcStatic(void*) + 32
8   libcoreclr.dylib              	       0x102131b40 CorUnix::CPalThread::ThreadEntry(void*) + 380
9   libsystem_pthread.dylib       	       0x1a5b79240 _pthread_start + 148
10  libsystem_pthread.dylib       	       0x1a5b74024 thread_start + 8

Thread 8:
0   libsystem_kernel.dylib        	       0x1a5b410c0 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x1a5b79808 _pthread_cond_wait + 1228
2   libcoreclr.dylib              	       0x102126564 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 340
3   libcoreclr.dylib              	       0x10212621c CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 444
4   libcoreclr.dylib              	       0x10212a2f0 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1676
5   libcoreclr.dylib              	       0x102129c54 WaitForSingleObject + 76
6   libcoreclr.dylib              	       0x1024425e0 HelperCanary::ThreadProc() + 44
7   libcoreclr.dylib              	       0x10244257c HelperCanary::ThreadProc(void*) + 64
8   libcoreclr.dylib              	       0x102131b40 CorUnix::CPalThread::ThreadEntry(void*) + 380
9   libsystem_pthread.dylib       	       0x1a5b79240 _pthread_start + 148
10  libsystem_pthread.dylib       	       0x1a5b74024 thread_start + 8

Thread 9:
0   libsystem_kernel.dylib        	       0x1a5b410c0 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x1a5b79808 _pthread_cond_wait + 1228
2   libcoreclr.dylib              	       0x102126530 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 288
3   libcoreclr.dylib              	       0x10212621c CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 444
4   libcoreclr.dylib              	       0x10212a2f0 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1676
5   libcoreclr.dylib              	       0x10212a4ac WaitForSingleObjectEx + 80
6   libcoreclr.dylib              	       0x102323270 CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*) + 196
7   libcoreclr.dylib              	       0x1022946f8 FinalizerThread::WaitForFinalizerEvent(CLREvent*) + 48
8   libcoreclr.dylib              	       0x102294910 FinalizerThread::FinalizerThreadWorker(void*) + 252
9   libcoreclr.dylib              	       0x10221f1c4 ManagedThreadBase_DispatchOuter(ManagedThreadCallState*) + 260
10  libcoreclr.dylib              	       0x10221f798 ManagedThreadBase::FinalizerBase(void (*)(void*)) + 36
11  libcoreclr.dylib              	       0x102294a48 FinalizerThread::FinalizerThreadStart(void*) + 88
12  libcoreclr.dylib              	       0x102131b40 CorUnix::CPalThread::ThreadEntry(void*) + 380
13  libsystem_pthread.dylib       	       0x1a5b79240 _pthread_start + 148
14  libsystem_pthread.dylib       	       0x1a5b74024 thread_start + 8

Thread 10:
0   libsystem_kernel.dylib        	       0x1a5b410c0 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x1a5b79808 _pthread_cond_wait + 1228
2   libcoreclr.dylib              	       0x102126530 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 288
3   libcoreclr.dylib              	       0x10212621c CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 444
4   libcoreclr.dylib              	       0x10212aa04 SleepEx + 160
5   libcoreclr.dylib              	       0x1022223f8 TieredCompilationManager::BackgroundWorkerStart() + 212
6   libcoreclr.dylib              	       0x102222244 TieredCompilationManager::BackgroundWorkerBootstrapper1(void*) + 104
7   libcoreclr.dylib              	       0x10221f1c4 ManagedThreadBase_DispatchOuter(ManagedThreadCallState*) + 260
8   libcoreclr.dylib              	       0x10221f73c ManagedThreadBase::KickOff(void (*)(void*), void*) + 32
9   libcoreclr.dylib              	       0x102222158 TieredCompilationManager::BackgroundWorkerBootstrapper0(void*) + 40
10  libcoreclr.dylib              	       0x102131b40 CorUnix::CPalThread::ThreadEntry(void*) + 380
11  libsystem_pthread.dylib       	       0x1a5b79240 _pthread_start + 148
12  libsystem_pthread.dylib       	       0x1a5b74024 thread_start + 8

Thread 11::  Dispatch queue: com.apple.NSURLSession-delegate
0   libsystem_kernel.dylib        	       0x1a5b410c0 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x1a5b79808 _pthread_cond_wait + 1228
2   libcoreclr.dylib              	       0x102126564 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 340
3   libcoreclr.dylib              	       0x10212621c CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 444
4   libcoreclr.dylib              	       0x10212a2f0 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1676
5   libcoreclr.dylib              	       0x10212a4ac WaitForSingleObjectEx + 80
6   libcoreclr.dylib              	       0x102323270 CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*) + 196
7   libcoreclr.dylib              	       0x10232747c Thread::RareDisablePreemptiveGC() + 388
8   libcoreclr.dylib              	       0x1022b9de0 JIT_MonEnter_Helper(Object*, unsigned char*, void*) + 220
9   libcoreclr.dylib              	       0x1022ba200 JIT_MonReliableEnter_Portable + 92
10  ???                           	       0x280e164d4 ???
11  ???                           	       0x2824c530c ???
12  ???                           	       0x2824c51c8 ???
13  ???                           	       0x2824c5184 ???
14  ???                           	       0x2824c452c ???
15  ???                           	       0x2824c43d8 ???
16  ???                           	       0x2824c42f4 ???
17  ???                           	       0x2824c4208 ???
18  nsurlsession                  	       0x100d34e88 xamarin_get_nsobject_with_type + 140 (delegates.inc:943)
19  nsurlsession                  	       0x100d3816c xamarin_get_nsobject_with_type_for_ptr_created + 252 (runtime.m:338)
20  nsurlsession                  	       0x100dc4238 native_to_managed_trampoline_187(objc_object*, objc_selector*, _MonoObject**, objc_object*, objc_object*, objc_object*, objc_object*, unsigned int) + 620 (Microsoft.macOS.registrar.coreclr.arm64.m:13462)
21  nsurlsession                  	       0x100dc3fc0 -[Foundation_NSUrlSessionHandler_NSUrlSessionHandlerDelegate URLSession:task:didReceiveChallenge:completionHandler:] + 76 (Microsoft.macOS.registrar.coreclr.arm64.m:50858)
22  CFNetwork                     	       0x1aa8b3d04 0x1aa7e9000 + 830724
23  libdispatch.dylib             	       0x1a59b8e60 _dispatch_call_block_and_release + 32
24  libdispatch.dylib             	       0x1a59babac _dispatch_client_callout + 20
25  libdispatch.dylib             	       0x1a59c2330 _dispatch_lane_serial_drain + 672
26  libdispatch.dylib             	       0x1a59c2ed8 _dispatch_lane_invoke + 444
27  libdispatch.dylib             	       0x1a59cd708 _dispatch_workloop_worker_thread + 656
28  libsystem_pthread.dylib       	       0x1a5b75304 _pthread_wqthread + 288
29  libsystem_pthread.dylib       	       0x1a5b74018 start_wqthread + 8

Thread 12:
0   libsystem_pthread.dylib       	       0x1a5b74010 start_wqthread + 0

Thread 13:
0   libsystem_pthread.dylib       	       0x1a5b74010 start_wqthread + 0

Thread 14:
0   libsystem_pthread.dylib       	       0x1a5b74010 start_wqthread + 0

Thread 15:
0   libsystem_kernel.dylib        	       0x1a5b410c0 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x1a5b79808 _pthread_cond_wait + 1228
2   libcoreclr.dylib              	       0x102126530 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 288
3   libcoreclr.dylib              	       0x10212621c CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 444
4   libcoreclr.dylib              	       0x10212aa04 SleepEx + 160
5   libcoreclr.dylib              	       0x10223d700 ThreadpoolMgr::TimerThreadFire() + 140
6   libcoreclr.dylib              	       0x10223d5d4 ThreadpoolMgr::TimerThreadStart(void*) + 84
7   libcoreclr.dylib              	       0x102131b40 CorUnix::CPalThread::ThreadEntry(void*) + 380
8   libsystem_pthread.dylib       	       0x1a5b79240 _pthread_start + 148
9   libsystem_pthread.dylib       	       0x1a5b74024 thread_start + 8


Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x00000002003af830   x5: 0x0000000000000000   x6: 0x0000000000000000   x7: 0x0000000000000000
    x8: 0xf4ddbfe16ab86535   x9: 0xf4ddbfe06b8620b5  x10: 0x00000000000007fd  x11: 0x0000000000000001
   x12: 0x00000000000000e4  x13: 0x00000000ec40dffb  x14: 0x00000000ec60e000  x15: 0x000000000000e000
   x16: 0x0000000000000148  x17: 0x00000002003af530  x18: 0x00000001505a3940  x19: 0x0000000000000006
   x20: 0x00000001013e4580  x21: 0x0000000000000103  x22: 0x00000001598e2a00  x23: 0x000000010253d20e
   x24: 0x00000001025f0dd0  x25: 0x0000000000000000  x26: 0x00000001025f2000  x27: 0x0000000000000000
   x28: 0x00000001598e0e00   fp: 0x000000016f0f7590   lr: 0x00000001a5b78eb0
    sp: 0x000000016f0f7570   pc: 0x00000001a5b459b8 cpsr: 0x40001000
   far: 0x0000600001a238c8  esr: 0x56000080  Address size fault

Binary Images:
       0x1a5b3c000 -        0x1a5b71fff libsystem_kernel.dylib (*) <384945e6-dd71-37e5-9a3d-84fff14a1e60> /usr/lib/system/libsystem_kernel.dylib
       0x1a5b72000 -        0x1a5b7efff libsystem_pthread.dylib (*) <f7b2eccf-e6f1-3109-ae81-9028c0b8332a> /usr/lib/system/libsystem_pthread.dylib
       0x1a5a3d000 -        0x1a5abdfff libsystem_c.dylib (*) <0dbc8b95-0037-3725-a769-0c772c293488> /usr/lib/system/libsystem_c.dylib
       0x1020f4000 -        0x1025c3fff libcoreclr.dylib (*) <dcd8897c-ce9d-31a3-938c-26ca23ad2c76> /Users/USER/*/nsurlsession.app/Contents/MonoBundle/libcoreclr.dylib
               0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???
       0x100d04000 -        0x100e2bfff com.companyname.nsurlsession (1.0) <fd33291a-c4a8-3f85-bfdc-f32ef05f92d8> /Users/USER/*/nsurlsession.app/Contents/MacOS/nsurlsession
       0x1a5bc0000 -        0x1a6103fff com.apple.CoreFoundation (6.9) <16fadf8b-a3af-3e0c-b5fb-ce9a9cdc8747> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
       0x1a6ab4000 -        0x1a6ea1fff com.apple.Foundation (6.9) <90321a38-43a5-3767-9a9c-2c631338b9bc> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
       0x1a8757000 -        0x1a960dfff com.apple.AppKit (6.9) <1b65b629-6d3b-3fcd-ad43-e5683a9f94b7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
       0x1ac3d3000 -        0x1ac444fff com.apple.AE (924) <2d01b841-0d66-3cc4-985c-f9fd946ceebe> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
       0x1ae7a8000 -        0x1aead7fff com.apple.HIToolbox (2.1.1) <b5a3fe9a-833b-3697-ac9c-1e9e8eb11bac> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
       0x10136c000 -        0x1013cbfff dyld (*) <d21a73ea-79cd-36eb-8ac9-2c5cf5181a27> /usr/lib/dyld
       0x1aa7e9000 -        0x1aaca1fff com.apple.CFNetwork (1329) <a48c10c0-0aef-3d9f-b050-06420ab96929> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
       0x1a59b7000 -        0x1a59fdfff libdispatch.dylib (*) <93e1dcfc-ef56-3113-8e7c-1ba85266a93b> /usr/lib/system/libdispatch.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 2
    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: 56
    thread_create: 0
    thread_set_state: 0

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

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               384K        3 
Activity Tracing                   256K        1 
CG image                            48K        2 
ColorSync                          576K       25 
CoreAnimation                      112K        7 
CoreGraphics                        16K        1 
CoreUI image data                  592K        5 
Foundation                          16K        1 
Kernel Alloc Once                   32K        1 
MALLOC                           237.5M       46 
MALLOC guard page                  288K       15 
MALLOC_MEDIUM (reserved)         480.0M        4         reserved VM address space (unallocated)
MALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)
SQLite page cache                  128K        2 
STACK GUARD                       56.2M       16 
Stack                             15.7M       16 
VM_ALLOCATE                        2.5G      299 
VM_ALLOCATE (reserved)              64K        1         reserved VM address space (unallocated)
__AUTH                            4036K      557 
__AUTH_CONST                      28.1M      792 
__CTF                               759        1 
__DATA                            22.4M      792 
__DATA_CONST                      29.1M      810 
__DATA_DIRTY                      3154K      363 
__FONT_DATA                          4K        1 
__LINKEDIT                       582.3M       18 
__OBJC_CONST                      6456K      524 
__OBJC_RO                         82.1M        1 
__OBJC_RW                         3104K        1 
__TEXT                           689.7M      829 
__UNICODE                          588K        1 
dyld private memory               1024K        1 
libnetwork                         128K        8 
mapped file                      166.1M       29 
shared memory                      848K       13 
===========                     =======  ======= 
TOTAL                              5.3G     5187 
TOTAL, minus reserved VM space     4.4G     5187 



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

{"app_name":"nsurlsession","timestamp":"2022-01-28 17:31:50.00 +0100","app_version":"1.0","slice_uuid":"fd33291a-c4a8-3f85-bfdc-f32ef05f92d8","build_version":"1","platform":1,"bundleID":"com.companyname.nsurlsession","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 12.2 (21D49)","incident_id":"A8EEFCA8-FA1C-4066-81D4-5AD810469467","name":"nsurlsession"}
{
  "uptime" : 40000,
  "procLaunch" : "2022-01-28 17:31:49.3837 +0100",
  "procRole" : "Background",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "MacBookAir10,1",
  "procStartAbsTime" : 960174094218,
  "coalitionID" : 3432,
  "osVersion" : {
    "train" : "macOS 12.2",
    "build" : "21D49",
    "releaseType" : "User"
  },
  "captureTime" : "2022-01-28 17:31:50.2179 +0100",
  "incident" : "A8EEFCA8-FA1C-4066-81D4-5AD810469467",
  "bug_type" : "309",
  "pid" : 69086,
  "procExitAbsTime" : 960194091307,
  "translated" : false,
  "cpuType" : "ARM-64",
  "procName" : "nsurlsession",
  "procPath" : "\/Users\/USER\/*\/nsurlsession.app\/Contents\/MacOS\/nsurlsession",
  "bundleInfo" : {"CFBundleShortVersionString":"1.0","CFBundleVersion":"1","CFBundleIdentifier":"com.companyname.nsurlsession"},
  "storeInfo" : {"deviceIdentifierForVendor":"5FB4EA3F-03B0-5B04-B827-B792563CD024","thirdParty":true},
  "parentProc" : "vsdbg-ui",
  "parentPid" : 69085,
  "coalitionName" : "com.microsoft.visual-studio-preview",
  "crashReporterKey" : "3D432DCC-EF43-08F0-C30B-18EC6722DB06",
  "responsiblePid" : 66622,
  "responsibleProc" : "VisualStudio",
  "wakeTime" : 7346,
  "sleepWakeUUID" : "25D92E60-673D-454C-AD38-339D4C0D1A5F",
  "sip" : "enabled",
  "isCorpse" : 1,
  "exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"},
  "ktriageinfo" : "VM - pmap_enter failed with resource shortage\nVM - pmap_enter failed with resource shortage\nVM - pmap_enter failed with resource shortage\nVM - pmap_enter failed with resource shortage\nVM - pmap_enter failed with resource shortage\n",
  "asi" : {"libsystem_c.dylib":["abort() called"]},
  "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":56},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":2},"warnings":0},
  "faultingThread" : 0,
  "threads" : [{"triggered":true,"id":591274,"threadState":{"x":[{"value":0},{"value":0},{"value":0},{"value":0},{"value":8593799216,"symbolLocation":120,"symbol":"vtable for dyld4::LibSystemHelpers"},{"value":0},{"value":0},{"value":0},{"value":17644469889986487605},{"value":17644469885705003189},{"value":2045},{"value":1},{"value":228},{"value":3963674619},{"value":3965771776},{"value":57344},{"value":328},{"value":8593798448},{"value":5643057472},{"value":6},{"value":4315825536,"symbolLocation":0,"symbol":"_main_thread"},{"value":259},{"value":5797456384},{"value":4334014990,"symbolLocation":3900,"symbol":"GetStringizedTypeLibGuidForAssembly(Assembly*, CQuickArray<unsigned char>&, unsigned int, unsigned int*)::szTypeLibKeyName"},{"value":4334751184,"symbolLocation":0,"symbol":"g_SystemInfo"},{"value":0},{"value":4334755840,"symbolLocation":128,"symbol":"ThreadpoolMgr::RecycledLists"},{"value":0},{"value":5797449216}],"flavor":"ARM_THREAD_STATE64","lr":{"value":7075237552},"cpsr":{"value":1073745920},"fp":{"value":6158251408},"sp":{"value":6158251376},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":7075027384,"matchesCrashFrame":1},"far":{"value":105553143675080}},"queue":"com.apple.main-thread","frames":[{"imageOffset":39352,"symbol":"__pthread_kill","symbolLocation":8,"imageIndex":0},{"imageOffset":28336,"symbol":"pthread_kill","symbolLocation":288,"imageIndex":1},{"imageOffset":496404,"symbol":"abort","symbolLocation":164,"imageIndex":2},{"imageOffset":234152,"symbol":"PROCAbort","symbolLocation":60,"imageIndex":3},{"imageOffset":43976,"symbol":"InjectActivationInternal(CorUnix::CPalThread*)","symbolLocation":52,"imageIndex":3},{"imageOffset":257532,"symbol":"PAL_InjectActivation","symbolLocation":276,"imageIndex":3},{"imageOffset":2310016,"symbol":"ThreadSuspend::SuspendRuntime(ThreadSuspend::SUSPEND_REASON)","symbolLocation":580,"imageIndex":3},{"imageOffset":2316348,"symbol":"ThreadSuspend::SuspendEE(ThreadSuspend::SUSPEND_REASON)","symbolLocation":288,"imageIndex":3},{"imageOffset":1707508,"symbol":"GCToEEInterface::SuspendEE(SUSPEND_REASON)","symbolLocation":48,"imageIndex":3},{"imageOffset":2899244,"symbol":"WKS::GCHeap::GarbageCollectGeneration(unsigned int, gc_reason)","symbolLocation":420,"imageIndex":3},{"imageOffset":3052072,"symbol":"WKS::GCHeap::GarbageCollect(int, bool, int)","symbolLocation":484,"imageIndex":3},{"imageOffset":1570060,"symbol":"GCInterface::Collect(int, int)","symbolLocation":152,"imageIndex":3},{"imageOffset":10776223812,"imageIndex":4},{"imageOffset":10776223440,"imageIndex":4},{"imageOffset":10775980744,"imageIndex":4},{"imageOffset":10775980592,"imageIndex":4},{"imageOffset":10776223128,"imageIndex":4},{"imageOffset":10775978836,"imageIndex":4},{"imageOffset":3079304,"symbol":"CallDescrWorkerInternal","symbolLocation":132,"imageIndex":3},{"imageOffset":1441752,"symbol":"CallDescrWorkerWithHandler(CallDescrData*, int)","symbolLocation":116,"imageIndex":3},{"imageOffset":2149524,"symbol":"CallDescrWorkerReflectionWrapper(CallDescrData*, Frame*)","symbolLocation":112,"imageIndex":3},{"imageOffset":2153044,"symbol":"RuntimeMethodHandle::InvokeMethod(Object*, Span<Object*>*, SignatureNative*, bool, bool)","symbolLocation":2784,"imageIndex":3},{"imageOffset":10757624716,"imageIndex":4},{"imageOffset":10757877608,"imageIndex":4},{"imageOffset":10757876088,"imageIndex":4},{"imageOffset":10757875860,"imageIndex":4},{"imageOffset":10757875680,"imageIndex":4},{"imageOffset":208692,"sourceLine":1902,"sourceFile":"delegates.inc","symbol":"xamarin_bridge_runtime_invoke_method","imageIndex":5,"symbolLocation":120},{"imageOffset":270876,"sourceLine":836,"sourceFile":"coreclr-bridge.m","symbol":"mono_runtime_invoke","imageIndex":5,"symbolLocation":72},{"imageOffset":261788,"sourceLine":592,"sourceFile":"trampolines-invoke.m","symbol":"xamarin_invoke_trampoline","imageIndex":5,"symbolLocation":5168},{"imageOffset":289876,"sourceLine":316,"sourceFile":"trampolines-arm64.m","symbol":"xamarin_arch_trampoline","imageIndex":5,"symbolLocation":148},{"imageOffset":292808,"sourceLine":51,"sourceFile":"trampolines-arm64-asm.s","symbol":"xamarin_arm64_common_trampoline","imageIndex":5,"symbolLocation":64},{"imageOffset":496128,"symbol":"__CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__","symbolLocation":28,"imageIndex":6},{"imageOffset":1166212,"symbol":"___CFXRegistrationPost_block_invoke","symbolLocation":52,"imageIndex":6},{"imageOffset":1166064,"symbol":"_CFXRegistrationPost","symbolLocation":456,"imageIndex":6},{"imageOffset":294576,"symbol":"_CFXNotificationPost","symbolLocation":720,"imageIndex":6},{"imageOffset":40508,"symbol":"-[NSNotificationCenter postNotificationName:object:userInfo:]","symbolLocation":96,"imageIndex":7},{"imageOffset":306448,"symbol":"-[NSApplication _postDidFinishNotification]","symbolLocation":340,"imageIndex":8},{"imageOffset":305704,"symbol":"-[NSApplication _sendFinishLaunchingNotification]","symbolLocation":236,"imageIndex":8},{"imageOffset":295976,"symbol":"-[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:]","symbolLocation":580,"imageIndex":8},{"imageOffset":294928,"symbol":"-[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:]","symbolLocation":780,"imageIndex":8},{"imageOffset":223172,"symbol":"-[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:]","symbolLocation":344,"imageIndex":7},{"imageOffset":222720,"symbol":"_NSAppleEventManagerGenericHandler","symbolLocation":96,"imageIndex":7},{"imageOffset":51036,"imageIndex":9},{"imageOffset":49332,"imageIndex":9},{"imageOffset":20356,"symbol":"aeProcessAppleEvent","symbolLocation":488,"imageIndex":9},{"imageOffset":279472,"symbol":"AEProcessAppleEvent","symbolLocation":68,"imageIndex":10},{"imageOffset":271340,"symbol":"_DPSNextEvent","symbolLocation":1848,"imageIndex":8},{"imageOffset":264356,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":1332,"imageIndex":8},{"imageOffset":207284,"symbol":"-[NSApplication run]","symbolLocation":596,"imageIndex":8},{"imageOffset":16520,"symbol":"NSApplicationMain","symbolLocation":1064,"imageIndex":8},{"imageOffset":10757863492,"imageIndex":4},{"imageOffset":10757863216,"imageIndex":4},{"imageOffset":10757845384,"imageIndex":4},{"imageOffset":3079304,"symbol":"CallDescrWorkerInternal","symbolLocation":132,"imageIndex":3},{"imageOffset":1443608,"symbol":"MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int)","symbolLocation":868,"imageIndex":3},{"imageOffset":361084,"symbol":"RunMain(MethodDesc*, short, int*, PtrArray**)","symbolLocation":628,"imageIndex":3},{"imageOffset":361856,"symbol":"Assembly::ExecuteMainMethod(PtrArray**, int)","symbolLocation":376,"imageIndex":3},{"imageOffset":551120,"symbol":"CorHost2::ExecuteAssembly(unsigned int, char16_t const*, int, char16_t const**, unsigned int*)","symbolLocation":476,"imageIndex":3},{"imageOffset":274440,"symbol":"coreclr_execute_assembly","symbolLocation":208,"imageIndex":3},{"imageOffset":270192,"sourceLine":743,"sourceFile":"coreclr-bridge.m","symbol":"mono_jit_exec","imageIndex":5,"symbolLocation":176},{"imageOffset":289512,"sourceLine":497,"sourceFile":"monotouch-main.m","symbol":"xamarin_main","imageIndex":5,"symbolLocation":900},{"imageOffset":881532,"sourceLine":69,"sourceFile":"main.arm64.mm","symbol":"main","imageIndex":5,"symbolLocation":76},{"imageOffset":20724,"symbol":"start","symbolLocation":520,"imageIndex":11}]},{"id":591278,"frames":[{"imageOffset":8208,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":591279,"frames":[{"imageOffset":8208,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":591281,"frames":[{"imageOffset":6484,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":7424,"symbol":"mach_msg","symbolLocation":76,"imageIndex":0},{"imageOffset":265308,"symbol":"MachMessage::Receive(unsigned int)","symbolLocation":80,"imageIndex":3},{"imageOffset":262136,"symbol":"SEHExceptionThread(void*)","symbolLocation":148,"imageIndex":3},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":591282,"frames":[{"imageOffset":30924,"symbol":"kevent","symbolLocation":8,"imageIndex":0},{"imageOffset":215156,"symbol":"CorUnix::CPalSynchronizationManager::ReadBytesFromProcessPipe(int, unsigned char*, int)","symbolLocation":464,"imageIndex":3},{"imageOffset":212852,"symbol":"CorUnix::CPalSynchronizationManager::WorkerThread(void*)","symbolLocation":116,"imageIndex":3},{"imageOffset":252736,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":3},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":591283,"frames":[{"imageOffset":39632,"symbol":"poll","symbolLocation":8,"imageIndex":0},{"imageOffset":3494320,"symbol":"ds_ipc_poll(_DiagnosticsIpcPollHandle*, unsigned long, unsigned int, void (*)(char const*, unsigned int))","symbolLocation":180,"imageIndex":3},{"imageOffset":4237628,"symbol":"ds_ipc_stream_factory_get_next_available_stream(void (*)(char const*, unsigned int))","symbolLocation":884,"imageIndex":3},{"imageOffset":4229632,"symbol":"server_thread(void*)","symbolLocation":324,"imageIndex":3},{"imageOffset":252736,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":3},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":591284,"frames":[{"imageOffset":9528,"symbol":"read","symbolLocation":8,"imageIndex":0},{"imageOffset":3497364,"symbol":"TwoWayPipe::Read(void*, unsigned int)","symbolLocation":44,"imageIndex":3},{"imageOffset":3473856,"symbol":"DbgTransportSession::TransportWorker()","symbolLocation":1576,"imageIndex":3},{"imageOffset":3468588,"symbol":"DbgTransportSession::TransportWorkerStatic(void*)","symbolLocation":12,"imageIndex":3},{"imageOffset":252736,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":3},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":591285,"frames":[{"imageOffset":20672,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30728,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":1},{"imageOffset":206180,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":340,"imageIndex":3},{"imageOffset":205340,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":444,"imageIndex":3},{"imageOffset":221936,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1676,"imageIndex":3},{"imageOffset":3462444,"symbol":"DebuggerRCThread::MainLoop()","symbolLocation":208,"imageIndex":3},{"imageOffset":3462128,"symbol":"DebuggerRCThread::ThreadProc()","symbolLocation":248,"imageIndex":3},{"imageOffset":3461560,"symbol":"DebuggerRCThread::ThreadProcStatic(void*)","symbolLocation":32,"imageIndex":3},{"imageOffset":252736,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":3},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":591294,"frames":[{"imageOffset":20672,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30728,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":1},{"imageOffset":206180,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":340,"imageIndex":3},{"imageOffset":205340,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":444,"imageIndex":3},{"imageOffset":221936,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1676,"imageIndex":3},{"imageOffset":220244,"symbol":"WaitForSingleObject","symbolLocation":76,"imageIndex":3},{"imageOffset":3466720,"symbol":"HelperCanary::ThreadProc()","symbolLocation":44,"imageIndex":3},{"imageOffset":3466620,"symbol":"HelperCanary::ThreadProc(void*)","symbolLocation":64,"imageIndex":3},{"imageOffset":252736,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":3},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":591295,"frames":[{"imageOffset":20672,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30728,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":1},{"imageOffset":206128,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":288,"imageIndex":3},{"imageOffset":205340,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":444,"imageIndex":3},{"imageOffset":221936,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1676,"imageIndex":3},{"imageOffset":222380,"symbol":"WaitForSingleObjectEx","symbolLocation":80,"imageIndex":3},{"imageOffset":2290288,"symbol":"CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*)","symbolLocation":196,"imageIndex":3},{"imageOffset":1705720,"symbol":"FinalizerThread::WaitForFinalizerEvent(CLREvent*)","symbolLocation":48,"imageIndex":3},{"imageOffset":1706256,"symbol":"FinalizerThread::FinalizerThreadWorker(void*)","symbolLocation":252,"imageIndex":3},{"imageOffset":1225156,"symbol":"ManagedThreadBase_DispatchOuter(ManagedThreadCallState*)","symbolLocation":260,"imageIndex":3},{"imageOffset":1226648,"symbol":"ManagedThreadBase::FinalizerBase(void (*)(void*))","symbolLocation":36,"imageIndex":3},{"imageOffset":1706568,"symbol":"FinalizerThread::FinalizerThreadStart(void*)","symbolLocation":88,"imageIndex":3},{"imageOffset":252736,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":3},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":591297,"frames":[{"imageOffset":20672,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30728,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":1},{"imageOffset":206128,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":288,"imageIndex":3},{"imageOffset":205340,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":444,"imageIndex":3},{"imageOffset":223748,"symbol":"SleepEx","symbolLocation":160,"imageIndex":3},{"imageOffset":1238008,"symbol":"TieredCompilationManager::BackgroundWorkerStart()","symbolLocation":212,"imageIndex":3},{"imageOffset":1237572,"symbol":"TieredCompilationManager::BackgroundWorkerBootstrapper1(void*)","symbolLocation":104,"imageIndex":3},{"imageOffset":1225156,"symbol":"ManagedThreadBase_DispatchOuter(ManagedThreadCallState*)","symbolLocation":260,"imageIndex":3},{"imageOffset":1226556,"symbol":"ManagedThreadBase::KickOff(void (*)(void*), void*)","symbolLocation":32,"imageIndex":3},{"imageOffset":1237336,"symbol":"TieredCompilationManager::BackgroundWorkerBootstrapper0(void*)","symbolLocation":40,"imageIndex":3},{"imageOffset":252736,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":3},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":591308,"queue":"com.apple.NSURLSession-delegate","frames":[{"imageOffset":20672,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30728,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":1},{"imageOffset":206180,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":340,"imageIndex":3},{"imageOffset":205340,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":444,"imageIndex":3},{"imageOffset":221936,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1676,"imageIndex":3},{"imageOffset":222380,"symbol":"WaitForSingleObjectEx","symbolLocation":80,"imageIndex":3},{"imageOffset":2290288,"symbol":"CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*)","symbolLocation":196,"imageIndex":3},{"imageOffset":2307196,"symbol":"Thread::RareDisablePreemptiveGC()","symbolLocation":388,"imageIndex":3},{"imageOffset":1859040,"symbol":"JIT_MonEnter_Helper(Object*, unsigned char*, void*)","symbolLocation":220,"imageIndex":3},{"imageOffset":1860096,"symbol":"JIT_MonReliableEnter_Portable","symbolLocation":92,"imageIndex":3},{"imageOffset":10752189652,"imageIndex":4},{"imageOffset":10775974668,"imageIndex":4},{"imageOffset":10775974344,"imageIndex":4},{"imageOffset":10775974276,"imageIndex":4},{"imageOffset":10775971116,"imageIndex":4},{"imageOffset":10775970776,"imageIndex":4},{"imageOffset":10775970548,"imageIndex":4},{"imageOffset":10775970312,"imageIndex":4},{"imageOffset":200328,"sourceLine":943,"sourceFile":"delegates.inc","symbol":"xamarin_get_nsobject_with_type","imageIndex":5,"symbolLocation":140},{"imageOffset":213356,"sourceLine":338,"sourceFile":"runtime.m","symbol":"xamarin_get_nsobject_with_type_for_ptr_created","imageIndex":5,"symbolLocation":252},{"imageOffset":787000,"sourceLine":13462,"sourceFile":"Microsoft.macOS.registrar.coreclr.arm64.m","symbol":"native_to_managed_trampoline_187(objc_object*, objc_selector*, _MonoObject**, objc_object*, objc_object*, objc_object*, objc_object*, unsigned int)","imageIndex":5,"symbolLocation":620},{"imageOffset":786368,"sourceLine":50858,"sourceFile":"Microsoft.macOS.registrar.coreclr.arm64.m","symbol":"-[Foundation_NSUrlSessionHandler_NSUrlSessionHandlerDelegate URLSession:task:didReceiveChallenge:completionHandler:]","imageIndex":5,"symbolLocation":76},{"imageOffset":830724,"imageIndex":12},{"imageOffset":7776,"symbol":"_dispatch_call_block_and_release","symbolLocation":32,"imageIndex":13},{"imageOffset":15276,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":13},{"imageOffset":45872,"symbol":"_dispatch_lane_serial_drain","symbolLocation":672,"imageIndex":13},{"imageOffset":48856,"symbol":"_dispatch_lane_invoke","symbolLocation":444,"imageIndex":13},{"imageOffset":91912,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":656,"imageIndex":13},{"imageOffset":13060,"symbol":"_pthread_wqthread","symbolLocation":288,"imageIndex":1},{"imageOffset":8216,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":1}]},{"id":591311,"frames":[{"imageOffset":8208,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":591312,"frames":[{"imageOffset":8208,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":591316,"frames":[{"imageOffset":8208,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":591318,"frames":[{"imageOffset":20672,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30728,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":1},{"imageOffset":206128,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":288,"imageIndex":3},{"imageOffset":205340,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":444,"imageIndex":3},{"imageOffset":223748,"symbol":"SleepEx","symbolLocation":160,"imageIndex":3},{"imageOffset":1349376,"symbol":"ThreadpoolMgr::TimerThreadFire()","symbolLocation":140,"imageIndex":3},{"imageOffset":1349076,"symbol":"ThreadpoolMgr::TimerThreadStart(void*)","symbolLocation":84,"imageIndex":3},{"imageOffset":252736,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":3},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7074988032,
    "size" : 221184,
    "uuid" : "384945e6-dd71-37e5-9a3d-84fff14a1e60",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7075209216,
    "size" : 53248,
    "uuid" : "f7b2eccf-e6f1-3109-ae81-9028c0b8332a",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7073943552,
    "size" : 528384,
    "uuid" : "0dbc8b95-0037-3725-a769-0c772c293488",
    "path" : "\/usr\/lib\/system\/libsystem_c.dylib",
    "name" : "libsystem_c.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4329521152,
    "size" : 5046272,
    "uuid" : "dcd8897c-ce9d-31a3-938c-26ca23ad2c76",
    "path" : "\/Users\/USER\/*\/nsurlsession.app\/Contents\/MonoBundle\/libcoreclr.dylib",
    "name" : "libcoreclr.dylib"
  },
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4308615168,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.companyname.nsurlsession",
    "size" : 1212416,
    "uuid" : "fd33291a-c4a8-3f85-bfdc-f32ef05f92d8",
    "path" : "\/Users\/USER\/*\/nsurlsession.app\/Contents\/MacOS\/nsurlsession",
    "name" : "nsurlsession",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7075528704,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 5521408,
    "uuid" : "16fadf8b-a3af-3e0c-b5fb-ce9a9cdc8747",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "1856.105"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7091208192,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.Foundation",
    "size" : 4120576,
    "uuid" : "90321a38-43a5-3767-9a9c-2c631338b9bc",
    "path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation",
    "name" : "Foundation",
    "CFBundleVersion" : "1856.105"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7121235968,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.AppKit",
    "size" : 15429632,
    "uuid" : "1b65b629-6d3b-3fcd-ad43-e5683a9f94b7",
    "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
    "name" : "AppKit",
    "CFBundleVersion" : "2113.30.116"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7184658432,
    "CFBundleShortVersionString" : "924",
    "CFBundleIdentifier" : "com.apple.AE",
    "size" : 466944,
    "uuid" : "2d01b841-0d66-3cc4-985c-f9fd946ceebe",
    "path" : "\/System\/Library\/Frameworks\/CoreServices.framework\/Versions\/A\/Frameworks\/AE.framework\/Versions\/A\/AE",
    "name" : "AE",
    "CFBundleVersion" : "924"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7222231040,
    "CFBundleShortVersionString" : "2.1.1",
    "CFBundleIdentifier" : "com.apple.HIToolbox",
    "size" : 3342336,
    "uuid" : "b5a3fe9a-833b-3697-ac9c-1e9e8eb11bac",
    "path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox",
    "name" : "HIToolbox"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4315332608,
    "size" : 393216,
    "uuid" : "d21a73ea-79cd-36eb-8ac9-2c5cf5181a27",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7155388416,
    "CFBundleShortVersionString" : "1329",
    "CFBundleIdentifier" : "com.apple.CFNetwork",
    "size" : 4952064,
    "uuid" : "a48c10c0-0aef-3d9f-b050-06420ab96929",
    "path" : "\/System\/Library\/Frameworks\/CFNetwork.framework\/Versions\/A\/CFNetwork",
    "name" : "CFNetwork",
    "CFBundleVersion" : "1329"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7073394688,
    "size" : 290816,
    "uuid" : "93e1dcfc-ef56-3113-8e7c-1ba85266a93b",
    "path" : "\/usr\/lib\/system\/libdispatch.dylib",
    "name" : "libdispatch.dylib"
  }
],
  "sharedCache" : {
  "base" : 7072038912,
  "size" : 3091218432,
  "uuid" : "b90241b2-e425-3982-b3f6-26c4567cbb49"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=1.2G resident=0K(0%) swapped_out_or_unallocated=1.2G(100%)\nWritable regions: Total=1.1G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.1G(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nAccelerate framework               384K        3 \nActivity Tracing                   256K        1 \nCG image                            48K        2 \nColorSync                          576K       25 \nCoreAnimation                      112K        7 \nCoreGraphics                        16K        1 \nCoreUI image data                  592K        5 \nFoundation                          16K        1 \nKernel Alloc Once                   32K        1 \nMALLOC                           237.5M       46 \nMALLOC guard page                  288K       15 \nMALLOC_MEDIUM (reserved)         480.0M        4         reserved VM address space (unallocated)\nMALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)\nSQLite page cache                  128K        2 \nSTACK GUARD                       56.2M       16 \nStack                             15.7M       16 \nVM_ALLOCATE                        2.5G      299 \nVM_ALLOCATE (reserved)              64K        1         reserved VM address space (unallocated)\n__AUTH                            4036K      557 \n__AUTH_CONST                      28.1M      792 \n__CTF                               759        1 \n__DATA                            22.4M      792 \n__DATA_CONST                      29.1M      810 \n__DATA_DIRTY                      3154K      363 \n__FONT_DATA                          4K        1 \n__LINKEDIT                       582.3M       18 \n__OBJC_CONST                      6456K      524 \n__OBJC_RO                         82.1M        1 \n__OBJC_RW                         3104K        1 \n__TEXT                           689.7M      829 \n__UNICODE                          588K        1 \ndyld private memory               1024K        1 \nlibnetwork                         128K        8 \nmapped file                      166.1M       29 \nshared memory                      848K       13 \n===========                     =======  ======= \nTOTAL                              5.3G     5187 \nTOTAL, minus reserved VM space     4.4G     5187 \n",
  "legacyInfo" : {
  "threadTriggered" : {
    "queue" : "com.apple.main-thread"
  }
},
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "60356660bbe37970735c5624",
      "factorPackIds" : {

      },
      "deploymentId" : 250000016
    },
    {
      "rolloutId" : "5fc94383418129005b4e9ae0",
      "factorPackIds" : {

      },
      "deploymentId" : 240000224
    },
    {
      "rolloutId" : "601d9415f79519000ccd4b69",
      "factorPackIds" : {
        "SIRI_TEXT_TO_SPEECH" : "61f0405329647d394933a4c4"
      },
      "deploymentId" : 240000377
    },
    {
      "rolloutId" : "5ffde50ce2aacd000d47a95f",
      "factorPackIds" : {

      },
      "deploymentId" : 240000098
    },
    {
      "rolloutId" : "602ad4dac86151000cf27e46",
      "factorPackIds" : {
        "SIRI_DICTATION_ASSETS" : "61a80a438feb033580c2778b"
      },
      "deploymentId" : 240000290
    },
    {
      "rolloutId" : "60da5e84ab0ca017dace9abf",
      "factorPackIds" : {

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

  ]
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions