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

Crash caused by DateTime.TryParse MacCatalyst signed Release only #85414

Closed
mike3sullivan opened this issue Apr 25, 2023 · 20 comments
Closed

Crash caused by DateTime.TryParse MacCatalyst signed Release only #85414

mike3sullivan opened this issue Apr 25, 2023 · 20 comments
Assignees
Milestone

Comments

@mike3sullivan
Copy link

mike3sullivan commented Apr 25, 2023

Description

When building my app (Maui Blazor) for release on maccatalyst outside the app store, it crashes. I reproduced it in the repo below, but have no idea if this is a Mac entitlements problem, a Blazor problem, a Maui problem, or a .NET problem. The problem is a code snippet that can be added to an existing app. It crashes when it hits DateTime.TryParse:

    string datestring = "2023-04-23";
    DateTime dateTime = DateTime.MinValue;
    bool ok = DateTime.TryParse(datestring, out dateTime);

I may have something misconfigured, so I included my config (genericized) in the repo.

Steps to Reproduce

Build for release, on Mac, for outside the App Store, with signing. Packaging not necessary.

Link to public reproduction project repository

https://github.com/mike3sullivan/BlazorApp

Version with bug

7.0 (current)

Last version that worked well

7.0 (current)

Affected platforms

macOS

Affected platform versions

M1 Mac Ventura

Did you find any workaround?

no

Relevant log output

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

Process:               AnalyticsEdgeApp [827]
Path:                  /Users/USER/*/AnalyticsEdgeApp.app/Contents/MacOS/AnalyticsEdgeApp
Identifier:            com.analyticsedge.analyticsedgeapp
Version:               0.9.13.0 (1)
Code Type:             ARM-64 (Native)
Parent Process:        launchd [1]
User ID:               501

Date/Time:             2023-04-25 09:26:49.7617 -0400
OS Version:            macOS 13.3.1 (22E261)
Report Version:        12
Anonymous UUID:        BE55F834-BC7C-D6A7-5D7D-6F7DFF816105


Time Awake Since Boot: 64 seconds

System Integrity Protection: enabled

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

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

Application Specific Information:
abort() called


Kernel Triage:
VM - (arg = 0x0) pmap_enter retried due to resource shortage
VM - (arg = 0x0) pmap_enter retried due to resource shortage
VM - (arg = 0x0) pmap_enter retried due to resource shortage
VM - (arg = 0x0) pmap_enter retried due to resource shortage
VM - (arg = 0x0) pmap_enter retried due to resource shortage


Thread 0 Crashed:: tid_103 Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	       0x1970b8724 __pthread_kill + 8
1   libsystem_pthread.dylib       	       0x1970efc28 pthread_kill + 288
2   libsystem_c.dylib             	       0x196ffdae8 abort + 180
3   AnalyticsEdgeApp              	       0x10716bf14 sigabrt_signal_handler.cold.1 + 48 (mini-posix.c:226)
4   AnalyticsEdgeApp              	       0x1070899ac sigabrt_signal_handler + 168 (mini-posix.c:224)
5   libsystem_platform.dylib      	       0x19711ea84 _sigtramp + 56
6   libsystem_pthread.dylib       	       0x1970efc28 pthread_kill + 288
7   libsystem_c.dylib             	       0x196ffdae8 abort + 180
8   AnalyticsEdgeApp              	       0x106d64e98 log_callback(char const*, char const*, char const*, int, void*) + 60 (runtime.m:1168)
9   AnalyticsEdgeApp              	       0x1070c3da0 monoeg_g_logstr + 44 (goutput.c:151) [inlined]
10  AnalyticsEdgeApp              	       0x1070c3da0 monoeg_g_logv_nofree + 172 (goutput.c:166)
11  AnalyticsEdgeApp              	       0x1070c3e24 monoeg_assertion_message + 40 (goutput.c:207)
12  AnalyticsEdgeApp              	       0x106fe0d8c mono_jit_compile_method_with_opt + 1212 [inlined]
13  AnalyticsEdgeApp              	       0x106fe0d8c jit_compile_method_with_opt_cb + 1212 (mini-runtime.c:2762) [inlined]
14  AnalyticsEdgeApp              	       0x106fe0d8c jit_compile_method_with_opt + 4036 (mini-runtime.c:2778)
15  AnalyticsEdgeApp              	       0x106fdfc98 mono_jit_compile_method + 52 (mini-runtime.c:2797)
16  AnalyticsEdgeApp              	       0x107052668 common_call_trampoline + 1080 (mini-trampolines.c:618)
17  AnalyticsEdgeApp              	       0x1070521d8 mono_magic_trampoline + 116 (mini-trampolines.c:759)
18  AnalyticsEdgeApp              	       0x104d87934 generic_trampoline_jit + 260
19  AnalyticsEdgeApp              	       0x104415a20 System_DateTimeParse_TryParse_System_ReadOnlySpan_1_char_System_Globalization_DateTimeFormatInfo_System_Globalization_DateTimeStyles_System_DateTimeResult_ + 544 (/<unknown>:1)
20  AnalyticsEdgeApp              	       0x104415670 System_DateTimeParse_TryParse_System_ReadOnlySpan_1_char_System_Globalization_DateTimeFormatInfo_System_Globalization_DateTimeStyles_System_DateTime_ + 128 (/<unknown>:1)
21  AnalyticsEdgeApp              	       0x1043e2cc0 System_DateTime_TryParse_string_System_DateTime_ + 208 (/<unknown>:1)
22  AnalyticsEdgeApp              	       0x106d2c3a8 AnalyticsEdgeApp_App__ctor + 136 (App.xaml.cs:13)
23  AnalyticsEdgeApp              	       0x104c96398 wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr + 296 (/<unknown>:1)
24  AnalyticsEdgeApp              	       0x106fe4248 mono_jit_runtime_invoke + 1360 (mini-runtime.c:3524)
25  AnalyticsEdgeApp              	       0x106f3192c do_runtime_invoke + 60 (object.c:2415) [inlined]
26  AnalyticsEdgeApp              	       0x106f3192c mono_runtime_invoke_checked + 148 (object.c:2583)
27  AnalyticsEdgeApp              	       0x106f388d8 mono_runtime_try_invoke_span + 2160 (object.c:4782)
28  AnalyticsEdgeApp              	       0x106efa030 ves_icall_InternalInvoke + 236 (icall.c:3467)
29  AnalyticsEdgeApp              	       0x106f034bc ves_icall_InternalInvoke_raw + 100 (icall-def.h:359)
30  AnalyticsEdgeApp              	       0x1047b0880 wrapper_managed_to_native_System_Reflection_RuntimeConstructorInfo_InternalInvoke_System_Reflection_RuntimeConstructorInfo_object_System_Span_1_object__System_Exception_ + 160 (/<unknown>:1)
31  AnalyticsEdgeApp              	       0x10479e748 System_Reflection_ConstructorInvoker_InterpretedInvoke_object_System_Span_1_object_System_Reflection_BindingFlags + 296 (/<unknown>:1)
32  AnalyticsEdgeApp              	       0x1047b21f0 System_Reflection_RuntimeConstructorInfo_Invoke_System_Reflection_BindingFlags_System_Reflection_Binder_object___System_Globalization_CultureInfo + 496 (/<unknown>:1)
33  AnalyticsEdgeApp              	       0x101049f1c Microsoft_Extensions_DependencyInjection_ServiceLookup_CallSiteRuntimeResolver_VisitConstructor_Microsoft_Extensions_DependencyInjection_ServiceLookup_ConstructorCallSite_Microsoft_Extensions_DependencyInjection_ServiceLookup_RuntimeResolverContext + 332 (/<unknown>:1)
34  AnalyticsEdgeApp              	       0x1010583b8 Microsoft_Extensions_DependencyInjection_ServiceLookup_CallSiteVisitor_2_Microsoft_Extensions_DependencyInjection_ServiceLookup_RuntimeResolverContext_object_VisitCallSiteMain_Microsoft_Extensions_DependencyInjection_ServiceLookup_ServiceCallSite_Microsoft_Extensions_DependencyInjection_ServiceLookup_RuntimeResolverContext + 312 (/<unknown>:1)
35  AnalyticsEdgeApp              	       0x10104a0ac Microsoft_Extensions_DependencyInjection_ServiceLookup_CallSiteRuntimeResolver_VisitRootCache_Microsoft_Extensions_DependencyInjection_ServiceLookup_ServiceCallSite_Microsoft_Extensions_DependencyInjection_ServiceLookup_RuntimeResolverContext + 364 (/<unknown>:1)
36  AnalyticsEdgeApp              	       0x1010581f4 Microsoft_Extensions_DependencyInjection_ServiceLookup_CallSiteVisitor_2_Microsoft_Extensions_DependencyInjection_ServiceLookup_RuntimeResolverContext_object_VisitCallSite_Microsoft_Extensions_DependencyInjection_ServiceLookup_ServiceCallSite_Microsoft_Extensions_DependencyInjection_ServiceLookup_RuntimeResolverContext + 324 (/<unknown>:1)
37  AnalyticsEdgeApp              	       0x101049d20 Microsoft_Extensions_DependencyInjection_ServiceLookup_CallSiteRuntimeResolver_Resolve_Microsoft_Extensions_DependencyInjection_ServiceLookup_ServiceCallSite_Microsoft_Extensions_DependencyInjection_ServiceLookup_ServiceProviderEngineScope + 224 (/<unknown>:1)
38  AnalyticsEdgeApp              	       0x10104650c Microsoft_Extensions_DependencyInjection_ServiceProvider_CreateServiceAccessor_System_Type + 316 (/<unknown>:1)
39  AnalyticsEdgeApp              	       0x10151a428 System_Collections_Concurrent_ConcurrentDictionary_2_TKey_REF_TValue_REF_GetOrAdd_TKey_REF_System_Func_2_TKey_REF_TValue_REF + 312 (/<unknown>:1)
40  AnalyticsEdgeApp              	       0x101045d78 Microsoft_Extensions_DependencyInjection_ServiceProvider_GetService_System_Type_Microsoft_Extensions_DependencyInjection_ServiceLookup_ServiceProviderEngineScope + 88 (/<unknown>:1)
41  AnalyticsEdgeApp              	       0x101045af8 Microsoft_Extensions_DependencyInjection_ServiceProvider_GetService_System_Type + 56 (/<unknown>:1)
42  AnalyticsEdgeApp              	       0x1064db688 Microsoft_Maui_MauiContext_WrappedServiceProvider_GetService_System_Type + 216 (/D:\a\_work\1\s\src\Core\src\MauiContext.cs:68)
43  AnalyticsEdgeApp              	       0x1064db688 Microsoft_Maui_MauiContext_WrappedServiceProvider_GetService_System_Type + 216 (/D:\a\_work\1\s\src\Core\src\MauiContext.cs:68)
44  AnalyticsEdgeApp              	       0x1010c9c5c Microsoft_Extensions_DependencyInjection_ServiceProviderServiceExtensions_GetRequiredService_System_IServiceProvider_System_Type + 316 (/<unknown>:1)
45  AnalyticsEdgeApp              	       0x1010c9d18 Microsoft_Extensions_DependencyInjection_ServiceProviderServiceExtensions_GetRequiredService_T_REF_System_IServiceProvider + 120 (/<unknown>:1)
46  AnalyticsEdgeApp              	       0x106436e78 Microsoft_Maui_MauiUIApplicationDelegate_FinishedLaunching_UIKit_UIApplication_Foundation_NSDictionary + 280 (/D:\a\_work\1\s\src\Core\src\Platform\iOS\MauiUIApplicationDelegate.cs:45)
47  AnalyticsEdgeApp              	       0x104c96398 wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr + 296 (/<unknown>:1)
48  AnalyticsEdgeApp              	       0x106fe4248 mono_jit_runtime_invoke + 1360 (mini-runtime.c:3524)
49  AnalyticsEdgeApp              	       0x106f331f0 do_runtime_invoke + 60 (object.c:2415) [inlined]
50  AnalyticsEdgeApp              	       0x106f331f0 mono_runtime_try_invoke + 156 (object.c:2524)
51  AnalyticsEdgeApp              	       0x106f34f48 mono_runtime_invoke + 100 (object.c:2464)
52  AnalyticsEdgeApp              	       0x106d6b9d4 xamarin_invoke_trampoline + 3432 (trampolines-invoke.m:599)
53  AnalyticsEdgeApp              	       0x106d6d574 xamarin_arch_trampoline + 68 (trampolines-arm64.m:316)
54  AnalyticsEdgeApp              	       0x106d6dbd0 xamarin_arm64_common_trampoline + 64 (trampolines-arm64-asm.s:51)
55  UIKitCore                     	       0x1c28c88b4 -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 296
56  UIKitCore                     	       0x1c28c7d80 -[UIApplication _callInitializationDelegatesWithActions:forCanvas:payload:fromOriginatingProcess:] + 2820
57  UIKitCore                     	       0x1c28c6050 -[UIApplication _runWithMainScene:transitionContext:completion:] + 988
58  UIKitCore                     	       0x1c28c5b84 -[_UISceneLifecycleMultiplexer completeApplicationLaunchWithFBSScene:transitionContext:] + 108
59  UIKitCore                     	       0x1c28c2754 _UIScenePerformActionsWithLifecycleActionMask + 112
60  UIKitCore                     	       0x1c28c54d0 __101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]_block_invoke + 216
61  UIKitCore                     	       0x1c28c5254 -[_UISceneLifecycleMultiplexer _performBlock:withApplicationOfDeactivationReasons:fromReasons:] + 332
62  UIKitCore                     	       0x1c28c47ec -[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:] + 624
63  UIKitCore                     	       0x1c28c44d8 -[_UISceneLifecycleMultiplexer uiScene:transitionedFromState:withTransitionContext:] + 252
64  UIKitCore                     	       0x1c28c2d30 __186-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:]_block_invoke + 148
65  UIKitCore                     	       0x1c300afec +[BSAnimationSettings(UIKit) tryAnimatingWithSettings:fromCurrentState:actions:completion:] + 736
66  UIKitCore                     	       0x1c30e2220 _UISceneSettingsDiffActionPerformChangesWithTransitionContextAndCompletion + 224
67  UIKitCore                     	       0x1c28c28dc -[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:] + 316
68  UIKitCore                     	       0x1c2b23edc __64-[UIScene scene:didUpdateWithDiff:transitionContext:completion:]_block_invoke.240 + 556
69  UIKitCore                     	       0x1c28c1d78 -[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:] + 216
70  UIKitCore                     	       0x1c28c1be8 -[UIScene scene:didUpdateWithDiff:transitionContext:completion:] + 244
71  UIKitCore                     	       0x1c28b7e20 -[UIApplication workspace:didCreateScene:withTransitionContext:completion:] + 520
72  UIKitCore                     	       0x1c28b7ba0 -[UIApplicationSceneClientAgent scene:didInitializeWithEvent:completion:] + 288
73  FrontBoardServices            	       0x1ab5930bc -[FBSScene _callOutQueue_agent_didCreateWithTransitionContext:completion:] + 372
74  FrontBoardServices            	       0x1ab5b6a30 __92-[FBSWorkspaceScenesClient createSceneWithIdentity:parameters:transitionContext:completion:]_block_invoke.102 + 120
75  FrontBoardServices            	       0x1ab581cd0 -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 196
76  FrontBoardServices            	       0x1ab5b6664 __92-[FBSWorkspaceScenesClient createSceneWithIdentity:parameters:transitionContext:completion:]_block_invoke + 356
77  libdispatch.dylib             	       0x196f40400 _dispatch_client_callout + 20
78  libdispatch.dylib             	       0x196f43e70 _dispatch_block_invoke_direct + 264
79  FrontBoardServices            	       0x1ab581be4 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 48
80  FrontBoardServices            	       0x1ab5d1060 -[FBSSerialQueue _targetQueue_performNextIfPossible] + 220
81  FrontBoardServices            	       0x1ab581b84 -[FBSSerialQueue _performNextFromRunLoopSource] + 28
82  CoreFoundation                	       0x1971ce710 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28
83  CoreFoundation                	       0x1971ce6a4 __CFRunLoopDoSource0 + 176
84  CoreFoundation                	       0x1971ce414 __CFRunLoopDoSources0 + 244
85  CoreFoundation                	       0x1971cd01c __CFRunLoopRun + 828
86  CoreFoundation                	       0x1971cc58c CFRunLoopRunSpecific + 612
87  HIToolbox                     	       0x1a0a01df4 RunCurrentEventLoopInMode + 292
88  HIToolbox                     	       0x1a0a01a84 ReceiveNextEventCommon + 220
89  HIToolbox                     	       0x1a0a01988 _BlockUntilNextEventMatchingListInModeWithFilter + 76
90  AppKit                        	       0x19a3ebf58 _DPSNextEvent + 636
91  AppKit                        	       0x19a3eb0f4 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 716
92  AppKit                        	       0x19a3df558 -[NSApplication run] + 464
93  AppKit                        	       0x19a3b69a8 NSApplicationMain + 880
94  AppKit                        	       0x19a60f0ec _NSApplicationMainWithInfoDictionary + 24
95  UIKitMacHelper                	       0x1ae7fcb08 UINSApplicationMain + 988
96  UIKitCore                     	       0x1c289ffdc UIApplicationMain + 148
97  AnalyticsEdgeApp              	       0x106d5de18 xamarin_UIApplicationMain + 24 (bindings.m:126)
98  AnalyticsEdgeApp              	       0x106153e9c wrapper_managed_to_native_UIKit_UIApplication_xamarin_UIApplicationMain_int_string___intptr_intptr_intptr_ + 412
99  AnalyticsEdgeApp              	       0x10597223c UIKit_UIApplication_UIApplicationMain_int_string___intptr_intptr + 76 (UIApplication.cs:57)
100 AnalyticsEdgeApp              	       0x1059724ec UIKit_UIApplication_Main_string___System_Type_System_Type + 316 (UIApplication.cs:92)
101 AnalyticsEdgeApp              	       0x106d2e01c AnalyticsEdgeApp_Program_Main_string__ + 60 (Program.cs:13)
102 AnalyticsEdgeApp              	       0x104c96398 wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr + 296 (/<unknown>:1)
103 AnalyticsEdgeApp              	       0x106fe4248 mono_jit_runtime_invoke + 1360 (mini-runtime.c:3524)
104 AnalyticsEdgeApp              	       0x106f3192c do_runtime_invoke + 60 (object.c:2415) [inlined]
105 AnalyticsEdgeApp              	       0x106f3192c mono_runtime_invoke_checked + 148 (object.c:2583)
106 AnalyticsEdgeApp              	       0x106f37fdc do_exec_main_checked + 104
107 AnalyticsEdgeApp              	       0x107035bfc mono_jit_exec_internal + 16 (driver.c:1365) [inlined]
108 AnalyticsEdgeApp              	       0x107035bfc mono_jit_exec + 364 (driver.c:1310)
109 AnalyticsEdgeApp              	       0x106d6d4cc xamarin_main + 552 (monotouch-main.m:490)
110 AnalyticsEdgeApp              	       0x10716bc50 main + 64 (main.arm64.mm:486)
111 dyld                          	       0x196d97f28 start + 2236

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

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

Thread 3:: SGen worker
0   libsystem_kernel.dylib        	       0x1970b3710 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x1970f0574 _pthread_cond_wait + 1232
2   AnalyticsEdgeApp              	       0x106fce604 mono_os_cond_wait + 8 (mono-os-mutex.h:219) [inlined]
3   AnalyticsEdgeApp              	       0x106fce604 get_work + 240 (sgen-thread-pool.c:167) [inlined]
4   AnalyticsEdgeApp              	       0x106fce604 thread_func + 468 (sgen-thread-pool.c:198)
5   libsystem_pthread.dylib       	       0x1970effa8 _pthread_start + 148
6   libsystem_pthread.dylib       	       0x1970eada0 thread_start + 8

Thread 4:: Finalizer
0   libsystem_kernel.dylib        	       0x1970afe90 semaphore_wait_trap + 8
1   AnalyticsEdgeApp              	       0x106f63728 mono_os_sem_wait + 12 (mono-os-semaphore.h:85) [inlined]
2   AnalyticsEdgeApp              	       0x106f63728 mono_coop_sem_wait + 44 (mono-coop-semaphore.h:41) [inlined]
3   AnalyticsEdgeApp              	       0x106f63728 finalizer_thread + 340 (gc.c:891)
4   AnalyticsEdgeApp              	       0x106f4301c start_wrapper_internal + 324 (threads.c:1202)
5   AnalyticsEdgeApp              	       0x106f42ea8 start_wrapper + 44 (threads.c:1264)
6   libsystem_pthread.dylib       	       0x1970effa8 _pthread_start + 148
7   libsystem_pthread.dylib       	       0x1970eada0 thread_start + 8

Thread 5:
0   libsystem_pthread.dylib       	       0x1970ead8c start_wqthread + 0

Thread 6:
0   libsystem_pthread.dylib       	       0x1970ead8c start_wqthread + 0

Thread 7:: com.apple.uikit.eventfetch-thread
0   libsystem_kernel.dylib        	       0x1970aff14 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	       0x1970c2240 mach_msg2_internal + 80
2   libsystem_kernel.dylib        	       0x1970b8b78 mach_msg_overwrite + 604
3   libsystem_kernel.dylib        	       0x1970b0290 mach_msg + 24
4   CoreFoundation                	       0x1971ce8b8 __CFRunLoopServiceMachPort + 160
5   CoreFoundation                	       0x1971cd198 __CFRunLoopRun + 1208
6   CoreFoundation                	       0x1971cc58c CFRunLoopRunSpecific + 612
7   Foundation                    	       0x1981450bc -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212
8   Foundation                    	       0x1981b9484 -[NSRunLoop(NSRunLoop) runUntilDate:] + 100
9   UIKitCore                     	       0x1c28a14f8 -[UIEventFetcher threadMain] + 104
10  Foundation                    	       0x19813e63c __NSThread__start__ + 716
11  libsystem_pthread.dylib       	       0x1970effa8 _pthread_start + 148
12  libsystem_pthread.dylib       	       0x1970eada0 thread_start + 8

Thread 8:
0   libsystem_pthread.dylib       	       0x1970ead8c start_wqthread + 0

Thread 9:
0   libsystem_pthread.dylib       	       0x1970ead8c start_wqthread + 0

Thread 10:
0   libsystem_pthread.dylib       	       0x1970ead8c start_wqthread + 0

Thread 11:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	       0x1970aff14 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	       0x1970c2240 mach_msg2_internal + 80
2   libsystem_kernel.dylib        	       0x1970b8b78 mach_msg_overwrite + 604
3   libsystem_kernel.dylib        	       0x1970b0290 mach_msg + 24
4   CoreFoundation                	       0x1971ce8b8 __CFRunLoopServiceMachPort + 160
5   CoreFoundation                	       0x1971cd198 __CFRunLoopRun + 1208
6   CoreFoundation                	       0x1971cc58c CFRunLoopRunSpecific + 612
7   AppKit                        	       0x19a516508 _NSEventThread + 172
8   libsystem_pthread.dylib       	       0x1970effa8 _pthread_start + 148
9   libsystem_pthread.dylib       	       0x1970eada0 thread_start + 8


Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0xffffffff982a1861   x5: 0x0000000000000008   x6: 0x000000016f159ca0   x7: 0x000000016f159390
    x8: 0x0fecff8e42ea65c3   x9: 0x0fecff8fb0bf7e83  x10: 0x0000000000000200  x11: 0x000000016f159400
   x12: 0x0000000000000000  x13: 0x0000000101bf3a90  x14: 0x00000000000000a8  x15: 0x0000000107217115
   x16: 0x0000000000000148  x17: 0x00000001f7078f20  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x00000001f2551b40  x21: 0x0000000000000103  x22: 0x00000001f2551c20  x23: 0x000000010787a000
   x24: 0x0000000000000000  x25: 0x000000010787e9c0  x26: 0x000000010441dc30  x27: 0x0000000107873000
   x28: 0x0000000000000000   fp: 0x000000016f159cb0   lr: 0x00000001970efc28
    sp: 0x000000016f159c90   pc: 0x00000001970b8724 cpsr: 0x40001000
   far: 0x0000000107225567  esr: 0x56000080  Address size fault

Binary Images:
       0x100ca0000 -        0x107453fff com.analyticsedge.analyticsedgeapp (0.9.13.0) <9870bad5-c769-3bb5-9a1d-69dfadab0bd6> /Users/USER/*/AnalyticsEdgeApp.app/Contents/MacOS/AnalyticsEdgeApp
       0x110664000 -        0x11066bfff com.apple.AutomaticAssessmentConfiguration (1.0) <b91cd85f-230e-3b4f-8d32-425444aa3f4b> /System/Library/Frameworks/AutomaticAssessmentConfiguration.framework/Versions/A/AutomaticAssessmentConfiguration
       0x1106d8000 -        0x1106e3fff libobjc-trampolines.dylib (*) <80f14f3d-d099-3693-a8e0-eb9a526b1790> /usr/lib/libobjc-trampolines.dylib
       0x1970af000 -        0x1970e8fe7 libsystem_kernel.dylib (*) <7acbd9bc-d056-310e-858d-81b116cf6d28> /usr/lib/system/libsystem_kernel.dylib
       0x1970e9000 -        0x1970f5fff libsystem_pthread.dylib (*) <b401cfb3-8dfe-32db-92b3-ba8af0f8ca6e> /usr/lib/system/libsystem_pthread.dylib
       0x196f87000 -        0x197005ff7 libsystem_c.dylib (*) <9277aff7-3cc3-30d0-99b7-c62680da95cf> /usr/lib/system/libsystem_c.dylib
       0x19711b000 -        0x197121ff3 libsystem_platform.dylib (*) <756cd10d-62a0-3283-9e57-cbaa810c95ac> /usr/lib/system/libsystem_platform.dylib
       0x1c289d000 -        0x1c3f6bfff com.apple.UIKitCore (1.0) <9e4e6b93-077d-386e-b247-174f6f76c3d0> /System/iOSSupport/System/Library/PrivateFrameworks/UIKitCore.framework/Versions/A/UIKitCore
       0x1ab57b000 -        0x1ab617fff com.apple.FrontBoardServices (812.106) <cb9dc96a-fe77-3b58-bfa6-c5cb5ee4a718> /System/Library/PrivateFrameworks/FrontBoardServices.framework/Versions/A/FrontBoardServices
       0x196f3c000 -        0x196f83fff libdispatch.dylib (*) <8e87dc0e-a570-3933-b37d-5e05ad516206> /usr/lib/system/libdispatch.dylib
       0x19714f000 -        0x197628fff com.apple.CoreFoundation (6.9) <b4fdaece-9727-3969-b014-27f7f24c8e01> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
       0x1a09d1000 -        0x1a0d04fff com.apple.HIToolbox (2.1.1) <5f34bbf5-653a-31a5-b4b3-0a02c91ab488> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
       0x19a3b3000 -        0x19b2c1fff com.apple.AppKit (6.9) <cc3e5215-4cd7-364c-8750-6eb7002720ce> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
       0x1ae7f8000 -        0x1ae90bfff com.apple.UIKitMacHelper (1.0) <c05dafe6-fa20-3fa5-95c7-0605a4a03085> /System/Library/PrivateFrameworks/UIKitMacHelper.framework/Versions/A/UIKitMacHelper
       0x196d92000 -        0x196e2053b dyld (*) <ac277a36-1808-327a-8761-cca585421212> /usr/lib/dyld
       0x1980e8000 -        0x198aadfff com.apple.Foundation (6.9) <b7d67e5a-dce2-3f6b-b2b8-895a3669e3ec> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation

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

VM Region Summary:
ReadOnly portion of Libraries: Total=1.8G resident=0K(0%) swapped_out_or_unallocated=1.8G(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               128K        1 
Activity Tracing                   256K        1 
CG backing stores                 2432K        4 
ColorSync                          560K       25 
CoreGraphics                        32K        2 
CoreUI image data                  160K        1 
Foundation                          16K        1 
Kernel Alloc Once                   32K        1 
MALLOC                           252.3M       42 
MALLOC guard page                  192K       10 
MALLOC_MEDIUM (reserved)         480.0M        4         reserved VM address space (unallocated)
MALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)
STACK GUARD                       56.2M       12 
Stack                             15.3M       12 
VM_ALLOCATE                       29.4M       39 
__AUTH                            3692K      605 
__AUTH_CONST                      38.6M      862 
__CTF                               824        1 
__DATA                            19.8M      848 
__DATA_CONST                      43.5M      871 
__DATA_DIRTY                      3020K      341 
__FONT_DATA                        2352        1 
__INFO_FILTER                         8        1 
__LINKEDIT                       941.8M        4 
__OBJC_RO                         66.2M        1 
__OBJC_RW                         2011K        1 
__TEXT                           907.0M      893 
dyld private memory                272K        2 
mapped file                      238.5M      204 
shared memory                      992K       19 
===========                     =======  ======= 
TOTAL                              3.4G     4810 
TOTAL, minus reserved VM space     2.6G     4810 



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

{"app_name":"AnalyticsEdgeApp","timestamp":"2023-04-25 09:26:52.00 -0400","app_version":"0.9.13.0","slice_uuid":"9870bad5-c769-3bb5-9a1d-69dfadab0bd6","build_version":"1","platform":6,"bundleID":"com.analyticsedge.analyticsedgeapp","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 13.3.1 (22E261)","roots_installed":0,"name":"AnalyticsEdgeApp","incident_id":"4D441D0B-A518-447D-8BAE-162CFC6BA493"}
{
  "uptime" : 64,
  "procRole" : "Foreground",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "iMac21,1",
  "coalitionID" : 941,
  "osVersion" : {
    "train" : "macOS 13.3.1",
    "build" : "22E261",
    "releaseType" : "User"
  },
  "captureTime" : "2023-04-25 09:26:49.7617 -0400",
  "incident" : "4D441D0B-A518-447D-8BAE-162CFC6BA493",
  "pid" : 827,
  "translated" : false,
  "cpuType" : "ARM-64",
  "roots_installed" : 0,
  "bug_type" : "309",
  "procLaunch" : "2023-04-25 09:26:47.4275 -0400",
  "procStartAbsTime" : 1491846223,
  "procExitAbsTime" : 1547841604,
  "procName" : "AnalyticsEdgeApp",
  "procPath" : "\/Users\/USER\/*\/AnalyticsEdgeApp.app\/Contents\/MacOS\/AnalyticsEdgeApp",
  "bundleInfo" : {"CFBundleShortVersionString":"0.9.13.0","CFBundleVersion":"1","CFBundleIdentifier":"com.analyticsedge.analyticsedgeapp"},
  "storeInfo" : {"deviceIdentifierForVendor":"FA9B8EC2-E4A2-52A4-A8AD-434058C3A740","thirdParty":true},
  "parentProc" : "launchd",
  "parentPid" : 1,
  "coalitionName" : "com.analyticsedge.analyticsedgeapp",
  "crashReporterKey" : "BE55F834-BC7C-D6A7-5D7D-6F7DFF816105",
  "throttleTimeout" : 2147483647,
  "codeSigningID" : "AnalyticsEdgeApp",
  "codeSigningTeamID" : "",
  "codeSigningFlags" : 570556929,
  "codeSigningValidationCategory" : 10,
  "codeSigningTrustLevel" : 0,
  "sip" : "enabled",
  "exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"},
  "ktriageinfo" : "VM - (arg = 0x0) pmap_enter retried due to resource shortage\nVM - (arg = 0x0) pmap_enter retried due to resource shortage\nVM - (arg = 0x0) pmap_enter retried due to resource shortage\nVM - (arg = 0x0) pmap_enter retried due to resource shortage\nVM - (arg = 0x0) pmap_enter retried due to 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":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
  "faultingThread" : 0,
  "threads" : [{"triggered":true,"id":6983,"threadState":{"x":[{"value":0},{"value":0},{"value":0},{"value":0},{"value":18446744071967479905},{"value":8},{"value":6158654624},{"value":6158652304},{"value":1147572991545730499},{"value":1147572997683379843},{"value":512},{"value":6158652416},{"value":0},{"value":4324276880,"symbolLocation":0,"symbol":"jit_code_end"},{"value":168},{"value":4414599445,"symbolLocation":9229,"symbol":"unwind_info"},{"value":328},{"value":8439435040},{"value":0},{"value":6},{"value":8360631104,"symbolLocation":0,"symbol":"_main_thread"},{"value":259},{"value":8360631328,"symbolLocation":224,"symbol":"_main_thread"},{"value":4421296128,"symbolLocation":0,"symbol":"-[AppKit_NSTouchBar__NSTouchBarDelegate touchBar:makeItemForIdentifier:]::managed_method"},{"value":0},{"value":4421315008,"symbolLocation":0,"symbol":"mono_tls_key_lmf_addr"},{"sourceLine":1,"value":4366392368,"sourceFile":"\/<unknown>","symbol":"System___DTString_GetNext","symbolLocation":0},{"value":4421267456,"symbolLocation":216,"symbol":"_MergedGlobals"},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6829308968},"cpsr":{"value":1073745920},"fp":{"value":6158654640},"sp":{"value":6158654608},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6829082404,"matchesCrashFrame":1},"far":{"value":4414657895}},"name":"tid_103","queue":"com.apple.main-thread","frames":[{"imageOffset":38692,"symbol":"__pthread_kill","symbolLocation":8,"imageIndex":3},{"imageOffset":27688,"symbol":"pthread_kill","symbolLocation":288,"imageIndex":4},{"imageOffset":486120,"symbol":"abort","symbolLocation":180,"imageIndex":5},{"imageOffset":105692948,"sourceLine":226,"sourceFile":"mini-posix.c","symbol":"sigabrt_signal_handler.cold.1","imageIndex":0,"symbolLocation":48},{"imageOffset":104765868,"sourceLine":224,"sourceFile":"mini-posix.c","symbol":"sigabrt_signal_handler","imageIndex":0,"symbolLocation":168},{"imageOffset":14980,"symbol":"_sigtramp","symbolLocation":56,"imageIndex":6},{"imageOffset":27688,"symbol":"pthread_kill","symbolLocation":288,"imageIndex":4},{"imageOffset":486120,"symbol":"abort","symbolLocation":180,"imageIndex":5},{"imageOffset":101469848,"sourceLine":1168,"sourceFile":"runtime.m","symbol":"log_callback(char const*, char const*, char const*, int, void*)","imageIndex":0,"symbolLocation":60},{"symbol":"monoeg_g_logstr","inline":true,"imageIndex":0,"imageOffset":105004448,"symbolLocation":44,"sourceLine":151,"sourceFile":"goutput.c"},{"imageOffset":105004448,"sourceLine":166,"sourceFile":"goutput.c","symbol":"monoeg_g_logv_nofree","imageIndex":0,"symbolLocation":172},{"imageOffset":105004580,"sourceLine":207,"sourceFile":"goutput.c","symbol":"monoeg_assertion_message","imageIndex":0,"symbolLocation":40},{"imageOffset":104074636,"sourceFile":"mini-runtime.c","symbol":"mono_jit_compile_method_with_opt","imageIndex":0,"symbolLocation":1212,"inline":true},{"symbol":"jit_compile_method_with_opt_cb","inline":true,"imageIndex":0,"imageOffset":104074636,"symbolLocation":1212,"sourceLine":2762,"sourceFile":"mini-runtime.c"},{"imageOffset":104074636,"sourceLine":2778,"sourceFile":"mini-runtime.c","symbol":"jit_compile_method_with_opt","imageIndex":0,"symbolLocation":4036},{"imageOffset":104070296,"sourceLine":2797,"sourceFile":"mini-runtime.c","symbol":"mono_jit_compile_method","imageIndex":0,"symbolLocation":52},{"imageOffset":104539752,"sourceLine":618,"sourceFile":"mini-trampolines.c","symbol":"common_call_trampoline","imageIndex":0,"symbolLocation":1080},{"imageOffset":104538584,"sourceLine":759,"sourceFile":"mini-trampolines.c","symbol":"mono_magic_trampoline","imageIndex":0,"symbolLocation":116},{"imageOffset":68057396,"symbol":"generic_trampoline_jit","symbolLocation":260,"imageIndex":0},{"imageOffset":58153504,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"System_DateTimeParse_TryParse_System_ReadOnlySpan_1_char_System_Globalization_DateTimeFormatInfo_System_Globalization_DateTimeStyles_System_DateTimeResult_","imageIndex":0,"symbolLocation":544},{"imageOffset":58152560,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"System_DateTimeParse_TryParse_System_ReadOnlySpan_1_char_System_Globalization_DateTimeFormatInfo_System_Globalization_DateTimeStyles_System_DateTime_","imageIndex":0,"symbolLocation":128},{"imageOffset":57945280,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"System_DateTime_TryParse_string_System_DateTime_","imageIndex":0,"symbolLocation":208},{"imageOffset":101237672,"sourceLine":13,"sourceFile":"App.xaml.cs","symbol":"AnalyticsEdgeApp_App__ctor","imageIndex":0,"symbolLocation":136},{"imageOffset":67068824,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr","imageIndex":0,"symbolLocation":296},{"imageOffset":104088136,"sourceLine":3524,"sourceFile":"mini-runtime.c","symbol":"mono_jit_runtime_invoke","imageIndex":0,"symbolLocation":1360},{"symbol":"do_runtime_invoke","inline":true,"imageIndex":0,"imageOffset":103356716,"symbolLocation":60,"sourceLine":2415,"sourceFile":"object.c"},{"imageOffset":103356716,"sourceLine":2583,"sourceFile":"object.c","symbol":"mono_runtime_invoke_checked","imageIndex":0,"symbolLocation":148},{"imageOffset":103385304,"sourceLine":4782,"sourceFile":"object.c","symbol":"mono_runtime_try_invoke_span","imageIndex":0,"symbolLocation":2160},{"imageOffset":103129136,"sourceLine":3467,"sourceFile":"icall.c","symbol":"ves_icall_InternalInvoke","imageIndex":0,"symbolLocation":236},{"imageOffset":103167164,"sourceLine":359,"sourceFile":"icall-def.h","symbol":"ves_icall_InternalInvoke_raw","imageIndex":0,"symbolLocation":100},{"imageOffset":61933696,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"wrapper_managed_to_native_System_Reflection_RuntimeConstructorInfo_InternalInvoke_System_Reflection_RuntimeConstructorInfo_object_System_Span_1_object__System_Exception_","imageIndex":0,"symbolLocation":160},{"imageOffset":61859656,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"System_Reflection_ConstructorInvoker_InterpretedInvoke_object_System_Span_1_object_System_Reflection_BindingFlags","imageIndex":0,"symbolLocation":296},{"imageOffset":61940208,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"System_Reflection_RuntimeConstructorInfo_Invoke_System_Reflection_BindingFlags_System_Reflection_Binder_object___System_Globalization_CultureInfo","imageIndex":0,"symbolLocation":496},{"imageOffset":3841820,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"Microsoft_Extensions_DependencyInjection_ServiceLookup_CallSiteRuntimeResolver_VisitConstructor_Microsoft_Extensions_DependencyInjection_ServiceLookup_ConstructorCallSite_Microsoft_Extensions_DependencyInjection_ServiceLookup_RuntimeResolverContext","imageIndex":0,"symbolLocation":332},{"imageOffset":3900344,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"Microsoft_Extensions_DependencyInjection_ServiceLookup_CallSiteVisitor_2_Microsoft_Extensions_DependencyInjection_ServiceLookup_RuntimeResolverContext_object_VisitCallSiteMain_Microsoft_Extensions_DependencyInjection_ServiceLookup_ServiceCallSite_Microsoft_Extensions_DependencyInjection_ServiceLookup_RuntimeResolverContext","imageIndex":0,"symbolLocation":312},{"imageOffset":3842220,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"Microsoft_Extensions_DependencyInjection_ServiceLookup_CallSiteRuntimeResolver_VisitRootCache_Microsoft_Extensions_DependencyInjection_ServiceLookup_ServiceCallSite_Microsoft_Extensions_DependencyInjection_ServiceLookup_RuntimeResolverContext","imageIndex":0,"symbolLocation":364},{"imageOffset":3899892,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"Microsoft_Extensions_DependencyInjection_ServiceLookup_CallSiteVisitor_2_Microsoft_Extensions_DependencyInjection_ServiceLookup_RuntimeResolverContext_object_VisitCallSite_Microsoft_Extensions_DependencyInjection_ServiceLookup_ServiceCallSite_Microsoft_Extensions_DependencyInjection_ServiceLookup_RuntimeResolverContext","imageIndex":0,"symbolLocation":324},{"imageOffset":3841312,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"Microsoft_Extensions_DependencyInjection_ServiceLookup_CallSiteRuntimeResolver_Resolve_Microsoft_Extensions_DependencyInjection_ServiceLookup_ServiceCallSite_Microsoft_Extensions_DependencyInjection_ServiceLookup_ServiceProviderEngineScope","imageIndex":0,"symbolLocation":224},{"imageOffset":3826956,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"Microsoft_Extensions_DependencyInjection_ServiceProvider_CreateServiceAccessor_System_Type","imageIndex":0,"symbolLocation":316},{"imageOffset":8889384,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"System_Collections_Concurrent_ConcurrentDictionary_2_TKey_REF_TValue_REF_GetOrAdd_TKey_REF_System_Func_2_TKey_REF_TValue_REF","imageIndex":0,"symbolLocation":312},{"imageOffset":3825016,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"Microsoft_Extensions_DependencyInjection_ServiceProvider_GetService_System_Type_Microsoft_Extensions_DependencyInjection_ServiceLookup_ServiceProviderEngineScope","imageIndex":0,"symbolLocation":88},{"imageOffset":3824376,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"Microsoft_Extensions_DependencyInjection_ServiceProvider_GetService_System_Type","imageIndex":0,"symbolLocation":56},{"imageOffset":92518024,"sourceLine":68,"sourceFile":"\/D:\\a\\_work\\1\\s\\src\\Core\\src\\MauiContext.cs","symbol":"Microsoft_Maui_MauiContext_WrappedServiceProvider_GetService_System_Type","imageIndex":0,"symbolLocation":216},{"imageOffset":92518024,"sourceLine":68,"sourceFile":"\/D:\\a\\_work\\1\\s\\src\\Core\\src\\MauiContext.cs","symbol":"Microsoft_Maui_MauiContext_WrappedServiceProvider_GetService_System_Type","imageIndex":0,"symbolLocation":216},{"imageOffset":4365404,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"Microsoft_Extensions_DependencyInjection_ServiceProviderServiceExtensions_GetRequiredService_System_IServiceProvider_System_Type","imageIndex":0,"symbolLocation":316},{"imageOffset":4365592,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"Microsoft_Extensions_DependencyInjection_ServiceProviderServiceExtensions_GetRequiredService_T_REF_System_IServiceProvider","imageIndex":0,"symbolLocation":120},{"imageOffset":91844216,"sourceLine":45,"sourceFile":"\/D:\\a\\_work\\1\\s\\src\\Core\\src\\Platform\\iOS\\MauiUIApplicationDelegate.cs","symbol":"Microsoft_Maui_MauiUIApplicationDelegate_FinishedLaunching_UIKit_UIApplication_Foundation_NSDictionary","imageIndex":0,"symbolLocation":280},{"imageOffset":67068824,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr","imageIndex":0,"symbolLocation":296},{"imageOffset":104088136,"sourceLine":3524,"sourceFile":"mini-runtime.c","symbol":"mono_jit_runtime_invoke","imageIndex":0,"symbolLocation":1360},{"symbol":"do_runtime_invoke","inline":true,"imageIndex":0,"imageOffset":103363056,"symbolLocation":60,"sourceLine":2415,"sourceFile":"object.c"},{"imageOffset":103363056,"sourceLine":2524,"sourceFile":"object.c","symbol":"mono_runtime_try_invoke","imageIndex":0,"symbolLocation":156},{"imageOffset":103370568,"sourceLine":2464,"sourceFile":"object.c","symbol":"mono_runtime_invoke","imageIndex":0,"symbolLocation":100},{"imageOffset":101497300,"sourceLine":599,"sourceFile":"trampolines-invoke.m","symbol":"xamarin_invoke_trampoline","imageIndex":0,"symbolLocation":3432},{"imageOffset":101504372,"sourceLine":316,"sourceFile":"trampolines-arm64.m","symbol":"xamarin_arch_trampoline","imageIndex":0,"symbolLocation":68},{"imageOffset":101506000,"sourceLine":51,"sourceFile":"trampolines-arm64-asm.s","symbol":"xamarin_arm64_common_trampoline","imageIndex":0,"symbolLocation":64},{"imageOffset":178356,"symbol":"-[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:]","symbolLocation":296,"imageIndex":7},{"imageOffset":175488,"symbol":"-[UIApplication _callInitializationDelegatesWithActions:forCanvas:payload:fromOriginatingProcess:]","symbolLocation":2820,"imageIndex":7},{"imageOffset":168016,"symbol":"-[UIApplication _runWithMainScene:transitionContext:completion:]","symbolLocation":988,"imageIndex":7},{"imageOffset":166788,"symbol":"-[_UISceneLifecycleMultiplexer completeApplicationLaunchWithFBSScene:transitionContext:]","symbolLocation":108,"imageIndex":7},{"imageOffset":153428,"symbol":"_UIScenePerformActionsWithLifecycleActionMask","symbolLocation":112,"imageIndex":7},{"imageOffset":165072,"symbol":"__101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]_block_invoke","symbolLocation":216,"imageIndex":7},{"imageOffset":164436,"symbol":"-[_UISceneLifecycleMultiplexer _performBlock:withApplicationOfDeactivationReasons:fromReasons:]","symbolLocation":332,"imageIndex":7},{"imageOffset":161772,"symbol":"-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]","symbolLocation":624,"imageIndex":7},{"imageOffset":160984,"symbol":"-[_UISceneLifecycleMultiplexer uiScene:transitionedFromState:withTransitionContext:]","symbolLocation":252,"imageIndex":7},{"imageOffset":154928,"symbol":"__186-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:]_block_invoke","symbolLocation":148,"imageIndex":7},{"imageOffset":7790572,"symbol":"+[BSAnimationSettings(UIKit) tryAnimatingWithSettings:fromCurrentState:actions:completion:]","symbolLocation":736,"imageIndex":7},{"imageOffset":8671776,"symbol":"_UISceneSettingsDiffActionPerformChangesWithTransitionContextAndCompletion","symbolLocation":224,"imageIndex":7},{"imageOffset":153820,"symbol":"-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:]","symbolLocation":316,"imageIndex":7},{"imageOffset":2649820,"symbol":"__64-[UIScene scene:didUpdateWithDiff:transitionContext:completion:]_block_invoke.240","symbolLocation":556,"imageIndex":7},{"imageOffset":150904,"symbol":"-[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:]","symbolLocation":216,"imageIndex":7},{"imageOffset":150504,"symbol":"-[UIScene scene:didUpdateWithDiff:transitionContext:completion:]","symbolLocation":244,"imageIndex":7},{"imageOffset":110112,"symbol":"-[UIApplication workspace:didCreateScene:withTransitionContext:completion:]","symbolLocation":520,"imageIndex":7},{"imageOffset":109472,"symbol":"-[UIApplicationSceneClientAgent scene:didInitializeWithEvent:completion:]","symbolLocation":288,"imageIndex":7},{"imageOffset":98492,"symbol":"-[FBSScene _callOutQueue_agent_didCreateWithTransitionContext:completion:]","symbolLocation":372,"imageIndex":8},{"imageOffset":244272,"symbol":"__92-[FBSWorkspaceScenesClient createSceneWithIdentity:parameters:transitionContext:completion:]_block_invoke.102","symbolLocation":120,"imageIndex":8},{"imageOffset":27856,"symbol":"-[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:]","symbolLocation":196,"imageIndex":8},{"imageOffset":243300,"symbol":"__92-[FBSWorkspaceScenesClient createSceneWithIdentity:parameters:transitionContext:completion:]_block_invoke","symbolLocation":356,"imageIndex":8},{"imageOffset":17408,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":9},{"imageOffset":32368,"symbol":"_dispatch_block_invoke_direct","symbolLocation":264,"imageIndex":9},{"imageOffset":27620,"symbol":"__FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__","symbolLocation":48,"imageIndex":8},{"imageOffset":352352,"symbol":"-[FBSSerialQueue _targetQueue_performNextIfPossible]","symbolLocation":220,"imageIndex":8},{"imageOffset":27524,"symbol":"-[FBSSerialQueue _performNextFromRunLoopSource]","symbolLocation":28,"imageIndex":8},{"imageOffset":522000,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__","symbolLocation":28,"imageIndex":10},{"imageOffset":521892,"symbol":"__CFRunLoopDoSource0","symbolLocation":176,"imageIndex":10},{"imageOffset":521236,"symbol":"__CFRunLoopDoSources0","symbolLocation":244,"imageIndex":10},{"imageOffset":516124,"symbol":"__CFRunLoopRun","symbolLocation":828,"imageIndex":10},{"imageOffset":513420,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":10},{"imageOffset":200180,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":11},{"imageOffset":199300,"symbol":"ReceiveNextEventCommon","symbolLocation":220,"imageIndex":11},{"imageOffset":199048,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":76,"imageIndex":11},{"imageOffset":233304,"symbol":"_DPSNextEvent","symbolLocation":636,"imageIndex":12},{"imageOffset":229620,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":716,"imageIndex":12},{"imageOffset":181592,"symbol":"-[NSApplication run]","symbolLocation":464,"imageIndex":12},{"imageOffset":14760,"symbol":"NSApplicationMain","symbolLocation":880,"imageIndex":12},{"imageOffset":2474220,"symbol":"_NSApplicationMainWithInfoDictionary","symbolLocation":24,"imageIndex":12},{"imageOffset":19208,"symbol":"UINSApplicationMain","symbolLocation":988,"imageIndex":13},{"imageOffset":12252,"symbol":"UIApplicationMain","symbolLocation":148,"imageIndex":7},{"imageOffset":101441048,"sourceLine":126,"sourceFile":"bindings.m","symbol":"xamarin_UIApplicationMain","imageIndex":0,"symbolLocation":24},{"imageOffset":88817308,"symbol":"wrapper_managed_to_native_UIKit_UIApplication_xamarin_UIApplicationMain_int_string___intptr_intptr_intptr_","symbolLocation":412,"imageIndex":0},{"imageOffset":80552508,"sourceLine":57,"sourceFile":"UIApplication.cs","symbol":"UIKit_UIApplication_UIApplicationMain_int_string___intptr_intptr","imageIndex":0,"symbolLocation":76},{"imageOffset":80553196,"sourceLine":92,"sourceFile":"UIApplication.cs","symbol":"UIKit_UIApplication_Main_string___System_Type_System_Type","imageIndex":0,"symbolLocation":316},{"imageOffset":101244956,"sourceLine":13,"sourceFile":"Program.cs","symbol":"AnalyticsEdgeApp_Program_Main_string__","imageIndex":0,"symbolLocation":60},{"imageOffset":67068824,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr","imageIndex":0,"symbolLocation":296},{"imageOffset":104088136,"sourceLine":3524,"sourceFile":"mini-runtime.c","symbol":"mono_jit_runtime_invoke","imageIndex":0,"symbolLocation":1360},{"symbol":"do_runtime_invoke","inline":true,"imageIndex":0,"imageOffset":103356716,"symbolLocation":60,"sourceLine":2415,"sourceFile":"object.c"},{"imageOffset":103356716,"sourceLine":2583,"sourceFile":"object.c","symbol":"mono_runtime_invoke_checked","imageIndex":0,"symbolLocation":148},{"imageOffset":103383004,"sourceFile":"object.c","symbol":"do_exec_main_checked","symbolLocation":104,"imageIndex":0},{"symbol":"mono_jit_exec_internal","inline":true,"imageIndex":0,"imageOffset":104422396,"symbolLocation":16,"sourceLine":1365,"sourceFile":"driver.c"},{"imageOffset":104422396,"sourceLine":1310,"sourceFile":"driver.c","symbol":"mono_jit_exec","imageIndex":0,"symbolLocation":364},{"imageOffset":101504204,"sourceLine":490,"sourceFile":"monotouch-main.m","symbol":"xamarin_main","imageIndex":0,"symbolLocation":552},{"imageOffset":105692240,"sourceLine":486,"sourceFile":"main.arm64.mm","symbol":"main","imageIndex":0,"symbolLocation":64},{"imageOffset":24360,"symbol":"start","symbolLocation":2236,"imageIndex":14}]},{"id":7071,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":4}]},{"id":7072,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":4}]},{"id":7075,"name":"SGen worker","frames":[{"imageOffset":18192,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":3},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":4},{"symbol":"mono_os_cond_wait","inline":true,"imageIndex":0,"imageOffset":103998980,"symbolLocation":8,"sourceLine":219,"sourceFile":"mono-os-mutex.h"},{"symbol":"get_work","inline":true,"imageIndex":0,"imageOffset":103998980,"symbolLocation":240,"sourceLine":167,"sourceFile":"sgen-thread-pool.c"},{"imageOffset":103998980,"sourceLine":198,"sourceFile":"sgen-thread-pool.c","symbol":"thread_func","imageIndex":0,"symbolLocation":468},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":4},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":4}]},{"id":7076,"name":"Finalizer","frames":[{"imageOffset":3728,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":3},{"symbol":"mono_os_sem_wait","inline":true,"imageIndex":0,"imageOffset":103561000,"symbolLocation":12,"sourceLine":85,"sourceFile":"mono-os-semaphore.h"},{"symbol":"mono_coop_sem_wait","inline":true,"imageIndex":0,"imageOffset":103561000,"symbolLocation":44,"sourceLine":41,"sourceFile":"mono-coop-semaphore.h"},{"imageOffset":103561000,"sourceLine":891,"sourceFile":"gc.c","symbol":"finalizer_thread","imageIndex":0,"symbolLocation":340},{"imageOffset":103428124,"sourceLine":1202,"sourceFile":"threads.c","symbol":"start_wrapper_internal","imageIndex":0,"symbolLocation":324},{"imageOffset":103427752,"sourceLine":1264,"sourceFile":"threads.c","symbol":"start_wrapper","imageIndex":0,"symbolLocation":44},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":4},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":4}]},{"id":7094,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":4}]},{"id":7097,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":4}]},{"id":7102,"name":"com.apple.uikit.eventfetch-thread","frames":[{"imageOffset":3860,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":3},{"imageOffset":78400,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":3},{"imageOffset":39800,"symbol":"mach_msg_overwrite","symbolLocation":604,"imageIndex":3},{"imageOffset":4752,"symbol":"mach_msg","symbolLocation":24,"imageIndex":3},{"imageOffset":522424,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":10},{"imageOffset":516504,"symbol":"__CFRunLoopRun","symbolLocation":1208,"imageIndex":10},{"imageOffset":513420,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":10},{"imageOffset":381116,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":212,"imageIndex":15},{"imageOffset":857220,"symbol":"-[NSRunLoop(NSRunLoop) runUntilDate:]","symbolLocation":100,"imageIndex":15},{"imageOffset":17656,"symbol":"-[UIEventFetcher threadMain]","symbolLocation":104,"imageIndex":7},{"imageOffset":353852,"symbol":"__NSThread__start__","symbolLocation":716,"imageIndex":15},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":4},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":4}]},{"id":7103,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":4}]},{"id":7104,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":4}]},{"id":7105,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":4}]},{"id":7113,"name":"com.apple.NSEventThread","frames":[{"imageOffset":3860,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":3},{"imageOffset":78400,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":3},{"imageOffset":39800,"symbol":"mach_msg_overwrite","symbolLocation":604,"imageIndex":3},{"imageOffset":4752,"symbol":"mach_msg","symbolLocation":24,"imageIndex":3},{"imageOffset":522424,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":10},{"imageOffset":516504,"symbol":"__CFRunLoopRun","symbolLocation":1208,"imageIndex":10},{"imageOffset":513420,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":10},{"imageOffset":1455368,"symbol":"_NSEventThread","symbolLocation":172,"imageIndex":12},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":4},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":4}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4308205568,
    "CFBundleShortVersionString" : "0.9.13.0",
    "CFBundleIdentifier" : "com.analyticsedge.analyticsedgeapp",
    "size" : 108740608,
    "uuid" : "9870bad5-c769-3bb5-9a1d-69dfadab0bd6",
    "path" : "\/Users\/USER\/*\/AnalyticsEdgeApp.app\/Contents\/MacOS\/AnalyticsEdgeApp",
    "name" : "AnalyticsEdgeApp",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4570103808,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.AutomaticAssessmentConfiguration",
    "size" : 32768,
    "uuid" : "b91cd85f-230e-3b4f-8d32-425444aa3f4b",
    "path" : "\/System\/Library\/Frameworks\/AutomaticAssessmentConfiguration.framework\/Versions\/A\/AutomaticAssessmentConfiguration",
    "name" : "AutomaticAssessmentConfiguration",
    "CFBundleVersion" : "12.0.0"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4570578944,
    "size" : 49152,
    "uuid" : "80f14f3d-d099-3693-a8e0-eb9a526b1790",
    "path" : "\/usr\/lib\/libobjc-trampolines.dylib",
    "name" : "libobjc-trampolines.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6829043712,
    "size" : 237544,
    "uuid" : "7acbd9bc-d056-310e-858d-81b116cf6d28",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6829281280,
    "size" : 53248,
    "uuid" : "b401cfb3-8dfe-32db-92b3-ba8af0f8ca6e",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6827831296,
    "size" : 520184,
    "uuid" : "9277aff7-3cc3-30d0-99b7-c62680da95cf",
    "path" : "\/usr\/lib\/system\/libsystem_c.dylib",
    "name" : "libsystem_c.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6829486080,
    "size" : 28660,
    "uuid" : "756cd10d-62a0-3283-9e57-cbaa810c95ac",
    "path" : "\/usr\/lib\/system\/libsystem_platform.dylib",
    "name" : "libsystem_platform.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7558778880,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.UIKitCore",
    "size" : 23916544,
    "uuid" : "9e4e6b93-077d-386e-b247-174f6f76c3d0",
    "path" : "\/System\/iOSSupport\/System\/Library\/PrivateFrameworks\/UIKitCore.framework\/Versions\/A\/UIKitCore",
    "name" : "UIKitCore",
    "CFBundleVersion" : "6441"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7169617920,
    "CFBundleShortVersionString" : "812.106",
    "CFBundleIdentifier" : "com.apple.FrontBoardServices",
    "size" : 643072,
    "uuid" : "cb9dc96a-fe77-3b58-bfa6-c5cb5ee4a718",
    "path" : "\/System\/Library\/PrivateFrameworks\/FrontBoardServices.framework\/Versions\/A\/FrontBoardServices",
    "name" : "FrontBoardServices",
    "CFBundleVersion" : "812.106"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6827524096,
    "size" : 294912,
    "uuid" : "8e87dc0e-a570-3933-b37d-5e05ad516206",
    "path" : "\/usr\/lib\/system\/libdispatch.dylib",
    "name" : "libdispatch.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6829699072,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 5087232,
    "uuid" : "b4fdaece-9727-3969-b014-27f7f24c8e01",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "1971"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6989615104,
    "CFBundleShortVersionString" : "2.1.1",
    "CFBundleIdentifier" : "com.apple.HIToolbox",
    "size" : 3358720,
    "uuid" : "5f34bbf5-653a-31a5-b4b3-0a02c91ab488",
    "path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox",
    "name" : "HIToolbox"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6882537472,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.AppKit",
    "size" : 15790080,
    "uuid" : "cc3e5215-4cd7-364c-8750-6eb7002720ce",
    "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
    "name" : "AppKit",
    "CFBundleVersion" : "2299.50.120"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7222558720,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.UIKitMacHelper",
    "size" : 1130496,
    "uuid" : "c05dafe6-fa20-3fa5-95c7-0605a4a03085",
    "path" : "\/System\/Library\/PrivateFrameworks\/UIKitMacHelper.framework\/Versions\/A\/UIKitMacHelper",
    "name" : "UIKitMacHelper",
    "CFBundleVersion" : "6441"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6825779200,
    "size" : 582972,
    "uuid" : "ac277a36-1808-327a-8761-cca585421212",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6846054400,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.Foundation",
    "size" : 10248192,
    "uuid" : "b7d67e5a-dce2-3f6b-b2b8-895a3669e3ec",
    "path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation",
    "name" : "Foundation",
    "CFBundleVersion" : "1971"
  }
],
  "sharedCache" : {
  "base" : 6825115648,
  "size" : 3539533824,
  "uuid" : "ebddd61c-5dcf-399c-a88b-759edf197103"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=1.8G resident=0K(0%) swapped_out_or_unallocated=1.8G(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               128K        1 \nActivity Tracing                   256K        1 \nCG backing stores                 2432K        4 \nColorSync                          560K       25 \nCoreGraphics                        32K        2 \nCoreUI image data                  160K        1 \nFoundation                          16K        1 \nKernel Alloc Once                   32K        1 \nMALLOC                           252.3M       42 \nMALLOC guard page                  192K       10 \nMALLOC_MEDIUM (reserved)         480.0M        4         reserved VM address space (unallocated)\nMALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)\nSTACK GUARD                       56.2M       12 \nStack                             15.3M       12 \nVM_ALLOCATE                       29.4M       39 \n__AUTH                            3692K      605 \n__AUTH_CONST                      38.6M      862 \n__CTF                               824        1 \n__DATA                            19.8M      848 \n__DATA_CONST                      43.5M      871 \n__DATA_DIRTY                      3020K      341 \n__FONT_DATA                        2352        1 \n__INFO_FILTER                         8        1 \n__LINKEDIT                       941.8M        4 \n__OBJC_RO                         66.2M        1 \n__OBJC_RW                         2011K        1 \n__TEXT                           907.0M      893 \ndyld private memory                272K        2 \nmapped file                      238.5M      204 \nshared memory                      992K       19 \n===========                     =======  ======= \nTOTAL                              3.4G     4810 \nTOTAL, minus reserved VM space     2.6G     4810 \n",
  "legacyInfo" : {
  "threadTriggered" : {
    "name" : "tid_103",
    "queue" : "com.apple.main-thread"
  }
},
  "logWritingSignature" : "ba32e949e29b25fdd59f57881f4e0f3ca0c57f5f",
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "5f72dc58705eff005a46b3a9",
      "factorPackIds" : {

      },
      "deploymentId" : 240000015
    },
    {
      "rolloutId" : "60f8ddccefea4203d95cbeef",
      "factorPackIds" : {

      },
      "deploymentId" : 240000025
    }
  ],
  "experiments" : [
    {
      "treatmentId" : "c28e4ee6-1b08-4f90-8e05-2809e78310a3",
      "experimentId" : "6317d2003d24842ff850182a",
      "deploymentId" : 400000013
    }
  ]
}
}

Model: iMac21,1, BootROM 8422.100.650, proc 8:4:4 processors, 8 GB, SMC 
Graphics: Apple M1, Apple M1, Built-In
Display: iMac, Retina 4.5K (4480 x 2520), Main, MirrorOff, Online
Memory Module: LPDDR4, Micron
AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x4378), wl0: Jan 12 2023 05:51:25 version 18.20.383.14.7.8.149 FWID 01-f03416d4
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Ethernet, Ethernet, en0
USB Device: USB31Bus
USB Device: USB31Bus
USB Device: USB31Bus
USB Device: SAMSUNG_Android
Thunderbolt Bus: iMac, Apple Inc.
Thunderbolt Bus: iMac, Apple Inc.
@Eilon
Copy link
Member

Eilon commented Apr 26, 2023

@rolfbjarne - does this look like a dotnet/runtime issue or a mac/ios issue?

@rolfbjarne
Copy link
Member

This is a dotnet/runtime issue:

7   libsystem_c.dylib             	       0x196ffdae8 abort + 180
8   AnalyticsEdgeApp              	       0x106d64e98 log_callback(char const*, char const*, char const*, int, void*) + 60 (runtime.m:1168)
9   AnalyticsEdgeApp              	       0x1070c3da0 monoeg_g_logstr + 44 (goutput.c:151) [inlined]
10  AnalyticsEdgeApp              	       0x1070c3da0 monoeg_g_logv_nofree + 172 (goutput.c:166)
11  AnalyticsEdgeApp              	       0x1070c3e24 monoeg_assertion_message + 40 (goutput.c:207)
12  AnalyticsEdgeApp              	       0x106fe0d8c mono_jit_compile_method_with_opt + 1212 [inlined]
13  AnalyticsEdgeApp              	       0x106fe0d8c jit_compile_method_with_opt_cb + 1212 (mini-runtime.c:2762) [inlined]
14  AnalyticsEdgeApp              	       0x106fe0d8c jit_compile_method_with_opt + 4036 (mini-runtime.c:2778)
15  AnalyticsEdgeApp              	       0x106fdfc98 mono_jit_compile_method + 52 (mini-runtime.c:2797)
16  AnalyticsEdgeApp              	       0x107052668 common_call_trampoline + 1080 (mini-trampolines.c:618)
17  AnalyticsEdgeApp              	       0x1070521d8 mono_magic_trampoline + 116 (mini-trampolines.c:759)
18  AnalyticsEdgeApp              	       0x104d87934 generic_trampoline_jit + 260
19  AnalyticsEdgeApp              	       0x104415a20 System_DateTimeParse_TryParse_System_ReadOnlySpan_1_char_System_Globalization_DateTimeFormatInfo_System_Globalization_DateTimeStyles_System_DateTimeResult_ + 544 (/<unknown>:1)
20  AnalyticsEdgeApp              	       0x104415670 System_DateTimeParse_TryParse_System_ReadOnlySpan_1_char_System_Globalization_DateTimeFormatInfo_System_Globalization_DateTimeStyles_System_DateTime_ + 128 (/<unknown>:1)
21  AnalyticsEdgeApp              	       0x1043e2cc0 System_DateTime_TryParse_string_System_DateTime_ + 208 (/<unknown>:1)
22  AnalyticsEdgeApp              	       0x106d2c3a8 AnalyticsEdgeApp_App__ctor + 136 (App.xaml.cs:13)

@Eilon Eilon transferred this issue from dotnet/maui Apr 26, 2023
@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Apr 26, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Apr 26, 2023
@vcsjones vcsjones added area-Codegen-JIT-mono and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Apr 26, 2023
@steveisok steveisok added the os-maccatalyst MacCatalyst OS label Apr 28, 2023
@ghost
Copy link

ghost commented Apr 28, 2023

Tagging subscribers to 'os-maccatalyst': @steveisok, @akoeplinger
See info in area-owners.md if you want to be subscribed.

Issue Details

Description

When building my app (Maui Blazor) for release on maccatalyst outside the app store, it crashes. I reproduced it in the repo below, but have no idea if this is a Mac entitlements problem, a Blazor problem, a Maui problem, or a .NET problem. The problem is a code snippet that can be added to an existing app. It crashes when it hits DateTime.TryParse:

    string datestring = "2023-04-23";
    DateTime dateTime = DateTime.MinValue;
    bool ok = DateTime.TryParse(datestring, out dateTime);

I may have something misconfigured, so I included my config (genericized) in the repo.

Steps to Reproduce

Build for release, on Mac, for outside the App Store, with signing. Packaging not necessary.

Link to public reproduction project repository

https://github.com/mike3sullivan/BlazorApp

Version with bug

7.0 (current)

Last version that worked well

7.0 (current)

Affected platforms

macOS

Affected platform versions

M1 Mac Ventura

Did you find any workaround?

no

Relevant log output

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

Process:               AnalyticsEdgeApp [827]
Path:                  /Users/USER/*/AnalyticsEdgeApp.app/Contents/MacOS/AnalyticsEdgeApp
Identifier:            com.analyticsedge.analyticsedgeapp
Version:               0.9.13.0 (1)
Code Type:             ARM-64 (Native)
Parent Process:        launchd [1]
User ID:               501

Date/Time:             2023-04-25 09:26:49.7617 -0400
OS Version:            macOS 13.3.1 (22E261)
Report Version:        12
Anonymous UUID:        BE55F834-BC7C-D6A7-5D7D-6F7DFF816105


Time Awake Since Boot: 64 seconds

System Integrity Protection: enabled

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

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

Application Specific Information:
abort() called


Kernel Triage:
VM - (arg = 0x0) pmap_enter retried due to resource shortage
VM - (arg = 0x0) pmap_enter retried due to resource shortage
VM - (arg = 0x0) pmap_enter retried due to resource shortage
VM - (arg = 0x0) pmap_enter retried due to resource shortage
VM - (arg = 0x0) pmap_enter retried due to resource shortage


Thread 0 Crashed:: tid_103 Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	       0x1970b8724 __pthread_kill + 8
1   libsystem_pthread.dylib       	       0x1970efc28 pthread_kill + 288
2   libsystem_c.dylib             	       0x196ffdae8 abort + 180
3   AnalyticsEdgeApp              	       0x10716bf14 sigabrt_signal_handler.cold.1 + 48 (mini-posix.c:226)
4   AnalyticsEdgeApp              	       0x1070899ac sigabrt_signal_handler + 168 (mini-posix.c:224)
5   libsystem_platform.dylib      	       0x19711ea84 _sigtramp + 56
6   libsystem_pthread.dylib       	       0x1970efc28 pthread_kill + 288
7   libsystem_c.dylib             	       0x196ffdae8 abort + 180
8   AnalyticsEdgeApp              	       0x106d64e98 log_callback(char const*, char const*, char const*, int, void*) + 60 (runtime.m:1168)
9   AnalyticsEdgeApp              	       0x1070c3da0 monoeg_g_logstr + 44 (goutput.c:151) [inlined]
10  AnalyticsEdgeApp              	       0x1070c3da0 monoeg_g_logv_nofree + 172 (goutput.c:166)
11  AnalyticsEdgeApp              	       0x1070c3e24 monoeg_assertion_message + 40 (goutput.c:207)
12  AnalyticsEdgeApp              	       0x106fe0d8c mono_jit_compile_method_with_opt + 1212 [inlined]
13  AnalyticsEdgeApp              	       0x106fe0d8c jit_compile_method_with_opt_cb + 1212 (mini-runtime.c:2762) [inlined]
14  AnalyticsEdgeApp              	       0x106fe0d8c jit_compile_method_with_opt + 4036 (mini-runtime.c:2778)
15  AnalyticsEdgeApp              	       0x106fdfc98 mono_jit_compile_method + 52 (mini-runtime.c:2797)
16  AnalyticsEdgeApp              	       0x107052668 common_call_trampoline + 1080 (mini-trampolines.c:618)
17  AnalyticsEdgeApp              	       0x1070521d8 mono_magic_trampoline + 116 (mini-trampolines.c:759)
18  AnalyticsEdgeApp              	       0x104d87934 generic_trampoline_jit + 260
19  AnalyticsEdgeApp              	       0x104415a20 System_DateTimeParse_TryParse_System_ReadOnlySpan_1_char_System_Globalization_DateTimeFormatInfo_System_Globalization_DateTimeStyles_System_DateTimeResult_ + 544 (/<unknown>:1)
20  AnalyticsEdgeApp              	       0x104415670 System_DateTimeParse_TryParse_System_ReadOnlySpan_1_char_System_Globalization_DateTimeFormatInfo_System_Globalization_DateTimeStyles_System_DateTime_ + 128 (/<unknown>:1)
21  AnalyticsEdgeApp              	       0x1043e2cc0 System_DateTime_TryParse_string_System_DateTime_ + 208 (/<unknown>:1)
22  AnalyticsEdgeApp              	       0x106d2c3a8 AnalyticsEdgeApp_App__ctor + 136 (App.xaml.cs:13)
23  AnalyticsEdgeApp              	       0x104c96398 wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr + 296 (/<unknown>:1)
24  AnalyticsEdgeApp              	       0x106fe4248 mono_jit_runtime_invoke + 1360 (mini-runtime.c:3524)
25  AnalyticsEdgeApp              	       0x106f3192c do_runtime_invoke + 60 (object.c:2415) [inlined]
26  AnalyticsEdgeApp              	       0x106f3192c mono_runtime_invoke_checked + 148 (object.c:2583)
27  AnalyticsEdgeApp              	       0x106f388d8 mono_runtime_try_invoke_span + 2160 (object.c:4782)
28  AnalyticsEdgeApp              	       0x106efa030 ves_icall_InternalInvoke + 236 (icall.c:3467)
29  AnalyticsEdgeApp              	       0x106f034bc ves_icall_InternalInvoke_raw + 100 (icall-def.h:359)
30  AnalyticsEdgeApp              	       0x1047b0880 wrapper_managed_to_native_System_Reflection_RuntimeConstructorInfo_InternalInvoke_System_Reflection_RuntimeConstructorInfo_object_System_Span_1_object__System_Exception_ + 160 (/<unknown>:1)
31  AnalyticsEdgeApp              	       0x10479e748 System_Reflection_ConstructorInvoker_InterpretedInvoke_object_System_Span_1_object_System_Reflection_BindingFlags + 296 (/<unknown>:1)
32  AnalyticsEdgeApp              	       0x1047b21f0 System_Reflection_RuntimeConstructorInfo_Invoke_System_Reflection_BindingFlags_System_Reflection_Binder_object___System_Globalization_CultureInfo + 496 (/<unknown>:1)
33  AnalyticsEdgeApp              	       0x101049f1c Microsoft_Extensions_DependencyInjection_ServiceLookup_CallSiteRuntimeResolver_VisitConstructor_Microsoft_Extensions_DependencyInjection_ServiceLookup_ConstructorCallSite_Microsoft_Extensions_DependencyInjection_ServiceLookup_RuntimeResolverContext + 332 (/<unknown>:1)
34  AnalyticsEdgeApp              	       0x1010583b8 Microsoft_Extensions_DependencyInjection_ServiceLookup_CallSiteVisitor_2_Microsoft_Extensions_DependencyInjection_ServiceLookup_RuntimeResolverContext_object_VisitCallSiteMain_Microsoft_Extensions_DependencyInjection_ServiceLookup_ServiceCallSite_Microsoft_Extensions_DependencyInjection_ServiceLookup_RuntimeResolverContext + 312 (/<unknown>:1)
35  AnalyticsEdgeApp              	       0x10104a0ac Microsoft_Extensions_DependencyInjection_ServiceLookup_CallSiteRuntimeResolver_VisitRootCache_Microsoft_Extensions_DependencyInjection_ServiceLookup_ServiceCallSite_Microsoft_Extensions_DependencyInjection_ServiceLookup_RuntimeResolverContext + 364 (/<unknown>:1)
36  AnalyticsEdgeApp              	       0x1010581f4 Microsoft_Extensions_DependencyInjection_ServiceLookup_CallSiteVisitor_2_Microsoft_Extensions_DependencyInjection_ServiceLookup_RuntimeResolverContext_object_VisitCallSite_Microsoft_Extensions_DependencyInjection_ServiceLookup_ServiceCallSite_Microsoft_Extensions_DependencyInjection_ServiceLookup_RuntimeResolverContext + 324 (/<unknown>:1)
37  AnalyticsEdgeApp              	       0x101049d20 Microsoft_Extensions_DependencyInjection_ServiceLookup_CallSiteRuntimeResolver_Resolve_Microsoft_Extensions_DependencyInjection_ServiceLookup_ServiceCallSite_Microsoft_Extensions_DependencyInjection_ServiceLookup_ServiceProviderEngineScope + 224 (/<unknown>:1)
38  AnalyticsEdgeApp              	       0x10104650c Microsoft_Extensions_DependencyInjection_ServiceProvider_CreateServiceAccessor_System_Type + 316 (/<unknown>:1)
39  AnalyticsEdgeApp              	       0x10151a428 System_Collections_Concurrent_ConcurrentDictionary_2_TKey_REF_TValue_REF_GetOrAdd_TKey_REF_System_Func_2_TKey_REF_TValue_REF + 312 (/<unknown>:1)
40  AnalyticsEdgeApp              	       0x101045d78 Microsoft_Extensions_DependencyInjection_ServiceProvider_GetService_System_Type_Microsoft_Extensions_DependencyInjection_ServiceLookup_ServiceProviderEngineScope + 88 (/<unknown>:1)
41  AnalyticsEdgeApp              	       0x101045af8 Microsoft_Extensions_DependencyInjection_ServiceProvider_GetService_System_Type + 56 (/<unknown>:1)
42  AnalyticsEdgeApp              	       0x1064db688 Microsoft_Maui_MauiContext_WrappedServiceProvider_GetService_System_Type + 216 (/D:\a\_work\1\s\src\Core\src\MauiContext.cs:68)
43  AnalyticsEdgeApp              	       0x1064db688 Microsoft_Maui_MauiContext_WrappedServiceProvider_GetService_System_Type + 216 (/D:\a\_work\1\s\src\Core\src\MauiContext.cs:68)
44  AnalyticsEdgeApp              	       0x1010c9c5c Microsoft_Extensions_DependencyInjection_ServiceProviderServiceExtensions_GetRequiredService_System_IServiceProvider_System_Type + 316 (/<unknown>:1)
45  AnalyticsEdgeApp              	       0x1010c9d18 Microsoft_Extensions_DependencyInjection_ServiceProviderServiceExtensions_GetRequiredService_T_REF_System_IServiceProvider + 120 (/<unknown>:1)
46  AnalyticsEdgeApp              	       0x106436e78 Microsoft_Maui_MauiUIApplicationDelegate_FinishedLaunching_UIKit_UIApplication_Foundation_NSDictionary + 280 (/D:\a\_work\1\s\src\Core\src\Platform\iOS\MauiUIApplicationDelegate.cs:45)
47  AnalyticsEdgeApp              	       0x104c96398 wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr + 296 (/<unknown>:1)
48  AnalyticsEdgeApp              	       0x106fe4248 mono_jit_runtime_invoke + 1360 (mini-runtime.c:3524)
49  AnalyticsEdgeApp              	       0x106f331f0 do_runtime_invoke + 60 (object.c:2415) [inlined]
50  AnalyticsEdgeApp              	       0x106f331f0 mono_runtime_try_invoke + 156 (object.c:2524)
51  AnalyticsEdgeApp              	       0x106f34f48 mono_runtime_invoke + 100 (object.c:2464)
52  AnalyticsEdgeApp              	       0x106d6b9d4 xamarin_invoke_trampoline + 3432 (trampolines-invoke.m:599)
53  AnalyticsEdgeApp              	       0x106d6d574 xamarin_arch_trampoline + 68 (trampolines-arm64.m:316)
54  AnalyticsEdgeApp              	       0x106d6dbd0 xamarin_arm64_common_trampoline + 64 (trampolines-arm64-asm.s:51)
55  UIKitCore                     	       0x1c28c88b4 -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 296
56  UIKitCore                     	       0x1c28c7d80 -[UIApplication _callInitializationDelegatesWithActions:forCanvas:payload:fromOriginatingProcess:] + 2820
57  UIKitCore                     	       0x1c28c6050 -[UIApplication _runWithMainScene:transitionContext:completion:] + 988
58  UIKitCore                     	       0x1c28c5b84 -[_UISceneLifecycleMultiplexer completeApplicationLaunchWithFBSScene:transitionContext:] + 108
59  UIKitCore                     	       0x1c28c2754 _UIScenePerformActionsWithLifecycleActionMask + 112
60  UIKitCore                     	       0x1c28c54d0 __101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]_block_invoke + 216
61  UIKitCore                     	       0x1c28c5254 -[_UISceneLifecycleMultiplexer _performBlock:withApplicationOfDeactivationReasons:fromReasons:] + 332
62  UIKitCore                     	       0x1c28c47ec -[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:] + 624
63  UIKitCore                     	       0x1c28c44d8 -[_UISceneLifecycleMultiplexer uiScene:transitionedFromState:withTransitionContext:] + 252
64  UIKitCore                     	       0x1c28c2d30 __186-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:]_block_invoke + 148
65  UIKitCore                     	       0x1c300afec +[BSAnimationSettings(UIKit) tryAnimatingWithSettings:fromCurrentState:actions:completion:] + 736
66  UIKitCore                     	       0x1c30e2220 _UISceneSettingsDiffActionPerformChangesWithTransitionContextAndCompletion + 224
67  UIKitCore                     	       0x1c28c28dc -[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:] + 316
68  UIKitCore                     	       0x1c2b23edc __64-[UIScene scene:didUpdateWithDiff:transitionContext:completion:]_block_invoke.240 + 556
69  UIKitCore                     	       0x1c28c1d78 -[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:] + 216
70  UIKitCore                     	       0x1c28c1be8 -[UIScene scene:didUpdateWithDiff:transitionContext:completion:] + 244
71  UIKitCore                     	       0x1c28b7e20 -[UIApplication workspace:didCreateScene:withTransitionContext:completion:] + 520
72  UIKitCore                     	       0x1c28b7ba0 -[UIApplicationSceneClientAgent scene:didInitializeWithEvent:completion:] + 288
73  FrontBoardServices            	       0x1ab5930bc -[FBSScene _callOutQueue_agent_didCreateWithTransitionContext:completion:] + 372
74  FrontBoardServices            	       0x1ab5b6a30 __92-[FBSWorkspaceScenesClient createSceneWithIdentity:parameters:transitionContext:completion:]_block_invoke.102 + 120
75  FrontBoardServices            	       0x1ab581cd0 -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 196
76  FrontBoardServices            	       0x1ab5b6664 __92-[FBSWorkspaceScenesClient createSceneWithIdentity:parameters:transitionContext:completion:]_block_invoke + 356
77  libdispatch.dylib             	       0x196f40400 _dispatch_client_callout + 20
78  libdispatch.dylib             	       0x196f43e70 _dispatch_block_invoke_direct + 264
79  FrontBoardServices            	       0x1ab581be4 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 48
80  FrontBoardServices            	       0x1ab5d1060 -[FBSSerialQueue _targetQueue_performNextIfPossible] + 220
81  FrontBoardServices            	       0x1ab581b84 -[FBSSerialQueue _performNextFromRunLoopSource] + 28
82  CoreFoundation                	       0x1971ce710 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28
83  CoreFoundation                	       0x1971ce6a4 __CFRunLoopDoSource0 + 176
84  CoreFoundation                	       0x1971ce414 __CFRunLoopDoSources0 + 244
85  CoreFoundation                	       0x1971cd01c __CFRunLoopRun + 828
86  CoreFoundation                	       0x1971cc58c CFRunLoopRunSpecific + 612
87  HIToolbox                     	       0x1a0a01df4 RunCurrentEventLoopInMode + 292
88  HIToolbox                     	       0x1a0a01a84 ReceiveNextEventCommon + 220
89  HIToolbox                     	       0x1a0a01988 _BlockUntilNextEventMatchingListInModeWithFilter + 76
90  AppKit                        	       0x19a3ebf58 _DPSNextEvent + 636
91  AppKit                        	       0x19a3eb0f4 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 716
92  AppKit                        	       0x19a3df558 -[NSApplication run] + 464
93  AppKit                        	       0x19a3b69a8 NSApplicationMain + 880
94  AppKit                        	       0x19a60f0ec _NSApplicationMainWithInfoDictionary + 24
95  UIKitMacHelper                	       0x1ae7fcb08 UINSApplicationMain + 988
96  UIKitCore                     	       0x1c289ffdc UIApplicationMain + 148
97  AnalyticsEdgeApp              	       0x106d5de18 xamarin_UIApplicationMain + 24 (bindings.m:126)
98  AnalyticsEdgeApp              	       0x106153e9c wrapper_managed_to_native_UIKit_UIApplication_xamarin_UIApplicationMain_int_string___intptr_intptr_intptr_ + 412
99  AnalyticsEdgeApp              	       0x10597223c UIKit_UIApplication_UIApplicationMain_int_string___intptr_intptr + 76 (UIApplication.cs:57)
100 AnalyticsEdgeApp              	       0x1059724ec UIKit_UIApplication_Main_string___System_Type_System_Type + 316 (UIApplication.cs:92)
101 AnalyticsEdgeApp              	       0x106d2e01c AnalyticsEdgeApp_Program_Main_string__ + 60 (Program.cs:13)
102 AnalyticsEdgeApp              	       0x104c96398 wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr + 296 (/<unknown>:1)
103 AnalyticsEdgeApp              	       0x106fe4248 mono_jit_runtime_invoke + 1360 (mini-runtime.c:3524)
104 AnalyticsEdgeApp              	       0x106f3192c do_runtime_invoke + 60 (object.c:2415) [inlined]
105 AnalyticsEdgeApp              	       0x106f3192c mono_runtime_invoke_checked + 148 (object.c:2583)
106 AnalyticsEdgeApp              	       0x106f37fdc do_exec_main_checked + 104
107 AnalyticsEdgeApp              	       0x107035bfc mono_jit_exec_internal + 16 (driver.c:1365) [inlined]
108 AnalyticsEdgeApp              	       0x107035bfc mono_jit_exec + 364 (driver.c:1310)
109 AnalyticsEdgeApp              	       0x106d6d4cc xamarin_main + 552 (monotouch-main.m:490)
110 AnalyticsEdgeApp              	       0x10716bc50 main + 64 (main.arm64.mm:486)
111 dyld                          	       0x196d97f28 start + 2236

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

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

Thread 3:: SGen worker
0   libsystem_kernel.dylib        	       0x1970b3710 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x1970f0574 _pthread_cond_wait + 1232
2   AnalyticsEdgeApp              	       0x106fce604 mono_os_cond_wait + 8 (mono-os-mutex.h:219) [inlined]
3   AnalyticsEdgeApp              	       0x106fce604 get_work + 240 (sgen-thread-pool.c:167) [inlined]
4   AnalyticsEdgeApp              	       0x106fce604 thread_func + 468 (sgen-thread-pool.c:198)
5   libsystem_pthread.dylib       	       0x1970effa8 _pthread_start + 148
6   libsystem_pthread.dylib       	       0x1970eada0 thread_start + 8

Thread 4:: Finalizer
0   libsystem_kernel.dylib        	       0x1970afe90 semaphore_wait_trap + 8
1   AnalyticsEdgeApp              	       0x106f63728 mono_os_sem_wait + 12 (mono-os-semaphore.h:85) [inlined]
2   AnalyticsEdgeApp              	       0x106f63728 mono_coop_sem_wait + 44 (mono-coop-semaphore.h:41) [inlined]
3   AnalyticsEdgeApp              	       0x106f63728 finalizer_thread + 340 (gc.c:891)
4   AnalyticsEdgeApp              	       0x106f4301c start_wrapper_internal + 324 (threads.c:1202)
5   AnalyticsEdgeApp              	       0x106f42ea8 start_wrapper + 44 (threads.c:1264)
6   libsystem_pthread.dylib       	       0x1970effa8 _pthread_start + 148
7   libsystem_pthread.dylib       	       0x1970eada0 thread_start + 8

Thread 5:
0   libsystem_pthread.dylib       	       0x1970ead8c start_wqthread + 0

Thread 6:
0   libsystem_pthread.dylib       	       0x1970ead8c start_wqthread + 0

Thread 7:: com.apple.uikit.eventfetch-thread
0   libsystem_kernel.dylib        	       0x1970aff14 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	       0x1970c2240 mach_msg2_internal + 80
2   libsystem_kernel.dylib        	       0x1970b8b78 mach_msg_overwrite + 604
3   libsystem_kernel.dylib        	       0x1970b0290 mach_msg + 24
4   CoreFoundation                	       0x1971ce8b8 __CFRunLoopServiceMachPort + 160
5   CoreFoundation                	       0x1971cd198 __CFRunLoopRun + 1208
6   CoreFoundation                	       0x1971cc58c CFRunLoopRunSpecific + 612
7   Foundation                    	       0x1981450bc -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212
8   Foundation                    	       0x1981b9484 -[NSRunLoop(NSRunLoop) runUntilDate:] + 100
9   UIKitCore                     	       0x1c28a14f8 -[UIEventFetcher threadMain] + 104
10  Foundation                    	       0x19813e63c __NSThread__start__ + 716
11  libsystem_pthread.dylib       	       0x1970effa8 _pthread_start + 148
12  libsystem_pthread.dylib       	       0x1970eada0 thread_start + 8

Thread 8:
0   libsystem_pthread.dylib       	       0x1970ead8c start_wqthread + 0

Thread 9:
0   libsystem_pthread.dylib       	       0x1970ead8c start_wqthread + 0

Thread 10:
0   libsystem_pthread.dylib       	       0x1970ead8c start_wqthread + 0

Thread 11:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	       0x1970aff14 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	       0x1970c2240 mach_msg2_internal + 80
2   libsystem_kernel.dylib        	       0x1970b8b78 mach_msg_overwrite + 604
3   libsystem_kernel.dylib        	       0x1970b0290 mach_msg + 24
4   CoreFoundation                	       0x1971ce8b8 __CFRunLoopServiceMachPort + 160
5   CoreFoundation                	       0x1971cd198 __CFRunLoopRun + 1208
6   CoreFoundation                	       0x1971cc58c CFRunLoopRunSpecific + 612
7   AppKit                        	       0x19a516508 _NSEventThread + 172
8   libsystem_pthread.dylib       	       0x1970effa8 _pthread_start + 148
9   libsystem_pthread.dylib       	       0x1970eada0 thread_start + 8


Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0xffffffff982a1861   x5: 0x0000000000000008   x6: 0x000000016f159ca0   x7: 0x000000016f159390
    x8: 0x0fecff8e42ea65c3   x9: 0x0fecff8fb0bf7e83  x10: 0x0000000000000200  x11: 0x000000016f159400
   x12: 0x0000000000000000  x13: 0x0000000101bf3a90  x14: 0x00000000000000a8  x15: 0x0000000107217115
   x16: 0x0000000000000148  x17: 0x00000001f7078f20  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x00000001f2551b40  x21: 0x0000000000000103  x22: 0x00000001f2551c20  x23: 0x000000010787a000
   x24: 0x0000000000000000  x25: 0x000000010787e9c0  x26: 0x000000010441dc30  x27: 0x0000000107873000
   x28: 0x0000000000000000   fp: 0x000000016f159cb0   lr: 0x00000001970efc28
    sp: 0x000000016f159c90   pc: 0x00000001970b8724 cpsr: 0x40001000
   far: 0x0000000107225567  esr: 0x56000080  Address size fault

Binary Images:
       0x100ca0000 -        0x107453fff com.analyticsedge.analyticsedgeapp (0.9.13.0) <9870bad5-c769-3bb5-9a1d-69dfadab0bd6> /Users/USER/*/AnalyticsEdgeApp.app/Contents/MacOS/AnalyticsEdgeApp
       0x110664000 -        0x11066bfff com.apple.AutomaticAssessmentConfiguration (1.0) <b91cd85f-230e-3b4f-8d32-425444aa3f4b> /System/Library/Frameworks/AutomaticAssessmentConfiguration.framework/Versions/A/AutomaticAssessmentConfiguration
       0x1106d8000 -        0x1106e3fff libobjc-trampolines.dylib (*) <80f14f3d-d099-3693-a8e0-eb9a526b1790> /usr/lib/libobjc-trampolines.dylib
       0x1970af000 -        0x1970e8fe7 libsystem_kernel.dylib (*) <7acbd9bc-d056-310e-858d-81b116cf6d28> /usr/lib/system/libsystem_kernel.dylib
       0x1970e9000 -        0x1970f5fff libsystem_pthread.dylib (*) <b401cfb3-8dfe-32db-92b3-ba8af0f8ca6e> /usr/lib/system/libsystem_pthread.dylib
       0x196f87000 -        0x197005ff7 libsystem_c.dylib (*) <9277aff7-3cc3-30d0-99b7-c62680da95cf> /usr/lib/system/libsystem_c.dylib
       0x19711b000 -        0x197121ff3 libsystem_platform.dylib (*) <756cd10d-62a0-3283-9e57-cbaa810c95ac> /usr/lib/system/libsystem_platform.dylib
       0x1c289d000 -        0x1c3f6bfff com.apple.UIKitCore (1.0) <9e4e6b93-077d-386e-b247-174f6f76c3d0> /System/iOSSupport/System/Library/PrivateFrameworks/UIKitCore.framework/Versions/A/UIKitCore
       0x1ab57b000 -        0x1ab617fff com.apple.FrontBoardServices (812.106) <cb9dc96a-fe77-3b58-bfa6-c5cb5ee4a718> /System/Library/PrivateFrameworks/FrontBoardServices.framework/Versions/A/FrontBoardServices
       0x196f3c000 -        0x196f83fff libdispatch.dylib (*) <8e87dc0e-a570-3933-b37d-5e05ad516206> /usr/lib/system/libdispatch.dylib
       0x19714f000 -        0x197628fff com.apple.CoreFoundation (6.9) <b4fdaece-9727-3969-b014-27f7f24c8e01> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
       0x1a09d1000 -        0x1a0d04fff com.apple.HIToolbox (2.1.1) <5f34bbf5-653a-31a5-b4b3-0a02c91ab488> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
       0x19a3b3000 -        0x19b2c1fff com.apple.AppKit (6.9) <cc3e5215-4cd7-364c-8750-6eb7002720ce> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
       0x1ae7f8000 -        0x1ae90bfff com.apple.UIKitMacHelper (1.0) <c05dafe6-fa20-3fa5-95c7-0605a4a03085> /System/Library/PrivateFrameworks/UIKitMacHelper.framework/Versions/A/UIKitMacHelper
       0x196d92000 -        0x196e2053b dyld (*) <ac277a36-1808-327a-8761-cca585421212> /usr/lib/dyld
       0x1980e8000 -        0x198aadfff com.apple.Foundation (6.9) <b7d67e5a-dce2-3f6b-b2b8-895a3669e3ec> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation

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

VM Region Summary:
ReadOnly portion of Libraries: Total=1.8G resident=0K(0%) swapped_out_or_unallocated=1.8G(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               128K        1 
Activity Tracing                   256K        1 
CG backing stores                 2432K        4 
ColorSync                          560K       25 
CoreGraphics                        32K        2 
CoreUI image data                  160K        1 
Foundation                          16K        1 
Kernel Alloc Once                   32K        1 
MALLOC                           252.3M       42 
MALLOC guard page                  192K       10 
MALLOC_MEDIUM (reserved)         480.0M        4         reserved VM address space (unallocated)
MALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)
STACK GUARD                       56.2M       12 
Stack                             15.3M       12 
VM_ALLOCATE                       29.4M       39 
__AUTH                            3692K      605 
__AUTH_CONST                      38.6M      862 
__CTF                               824        1 
__DATA                            19.8M      848 
__DATA_CONST                      43.5M      871 
__DATA_DIRTY                      3020K      341 
__FONT_DATA                        2352        1 
__INFO_FILTER                         8        1 
__LINKEDIT                       941.8M        4 
__OBJC_RO                         66.2M        1 
__OBJC_RW                         2011K        1 
__TEXT                           907.0M      893 
dyld private memory                272K        2 
mapped file                      238.5M      204 
shared memory                      992K       19 
===========                     =======  ======= 
TOTAL                              3.4G     4810 
TOTAL, minus reserved VM space     2.6G     4810 



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

{"app_name":"AnalyticsEdgeApp","timestamp":"2023-04-25 09:26:52.00 -0400","app_version":"0.9.13.0","slice_uuid":"9870bad5-c769-3bb5-9a1d-69dfadab0bd6","build_version":"1","platform":6,"bundleID":"com.analyticsedge.analyticsedgeapp","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 13.3.1 (22E261)","roots_installed":0,"name":"AnalyticsEdgeApp","incident_id":"4D441D0B-A518-447D-8BAE-162CFC6BA493"}
{
  "uptime" : 64,
  "procRole" : "Foreground",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "iMac21,1",
  "coalitionID" : 941,
  "osVersion" : {
    "train" : "macOS 13.3.1",
    "build" : "22E261",
    "releaseType" : "User"
  },
  "captureTime" : "2023-04-25 09:26:49.7617 -0400",
  "incident" : "4D441D0B-A518-447D-8BAE-162CFC6BA493",
  "pid" : 827,
  "translated" : false,
  "cpuType" : "ARM-64",
  "roots_installed" : 0,
  "bug_type" : "309",
  "procLaunch" : "2023-04-25 09:26:47.4275 -0400",
  "procStartAbsTime" : 1491846223,
  "procExitAbsTime" : 1547841604,
  "procName" : "AnalyticsEdgeApp",
  "procPath" : "\/Users\/USER\/*\/AnalyticsEdgeApp.app\/Contents\/MacOS\/AnalyticsEdgeApp",
  "bundleInfo" : {"CFBundleShortVersionString":"0.9.13.0","CFBundleVersion":"1","CFBundleIdentifier":"com.analyticsedge.analyticsedgeapp"},
  "storeInfo" : {"deviceIdentifierForVendor":"FA9B8EC2-E4A2-52A4-A8AD-434058C3A740","thirdParty":true},
  "parentProc" : "launchd",
  "parentPid" : 1,
  "coalitionName" : "com.analyticsedge.analyticsedgeapp",
  "crashReporterKey" : "BE55F834-BC7C-D6A7-5D7D-6F7DFF816105",
  "throttleTimeout" : 2147483647,
  "codeSigningID" : "AnalyticsEdgeApp",
  "codeSigningTeamID" : "",
  "codeSigningFlags" : 570556929,
  "codeSigningValidationCategory" : 10,
  "codeSigningTrustLevel" : 0,
  "sip" : "enabled",
  "exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"},
  "ktriageinfo" : "VM - (arg = 0x0) pmap_enter retried due to resource shortage\nVM - (arg = 0x0) pmap_enter retried due to resource shortage\nVM - (arg = 0x0) pmap_enter retried due to resource shortage\nVM - (arg = 0x0) pmap_enter retried due to resource shortage\nVM - (arg = 0x0) pmap_enter retried due to 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":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
  "faultingThread" : 0,
  "threads" : [{"triggered":true,"id":6983,"threadState":{"x":[{"value":0},{"value":0},{"value":0},{"value":0},{"value":18446744071967479905},{"value":8},{"value":6158654624},{"value":6158652304},{"value":1147572991545730499},{"value":1147572997683379843},{"value":512},{"value":6158652416},{"value":0},{"value":4324276880,"symbolLocation":0,"symbol":"jit_code_end"},{"value":168},{"value":4414599445,"symbolLocation":9229,"symbol":"unwind_info"},{"value":328},{"value":8439435040},{"value":0},{"value":6},{"value":8360631104,"symbolLocation":0,"symbol":"_main_thread"},{"value":259},{"value":8360631328,"symbolLocation":224,"symbol":"_main_thread"},{"value":4421296128,"symbolLocation":0,"symbol":"-[AppKit_NSTouchBar__NSTouchBarDelegate touchBar:makeItemForIdentifier:]::managed_method"},{"value":0},{"value":4421315008,"symbolLocation":0,"symbol":"mono_tls_key_lmf_addr"},{"sourceLine":1,"value":4366392368,"sourceFile":"\/<unknown>","symbol":"System___DTString_GetNext","symbolLocation":0},{"value":4421267456,"symbolLocation":216,"symbol":"_MergedGlobals"},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6829308968},"cpsr":{"value":1073745920},"fp":{"value":6158654640},"sp":{"value":6158654608},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6829082404,"matchesCrashFrame":1},"far":{"value":4414657895}},"name":"tid_103","queue":"com.apple.main-thread","frames":[{"imageOffset":38692,"symbol":"__pthread_kill","symbolLocation":8,"imageIndex":3},{"imageOffset":27688,"symbol":"pthread_kill","symbolLocation":288,"imageIndex":4},{"imageOffset":486120,"symbol":"abort","symbolLocation":180,"imageIndex":5},{"imageOffset":105692948,"sourceLine":226,"sourceFile":"mini-posix.c","symbol":"sigabrt_signal_handler.cold.1","imageIndex":0,"symbolLocation":48},{"imageOffset":104765868,"sourceLine":224,"sourceFile":"mini-posix.c","symbol":"sigabrt_signal_handler","imageIndex":0,"symbolLocation":168},{"imageOffset":14980,"symbol":"_sigtramp","symbolLocation":56,"imageIndex":6},{"imageOffset":27688,"symbol":"pthread_kill","symbolLocation":288,"imageIndex":4},{"imageOffset":486120,"symbol":"abort","symbolLocation":180,"imageIndex":5},{"imageOffset":101469848,"sourceLine":1168,"sourceFile":"runtime.m","symbol":"log_callback(char const*, char const*, char const*, int, void*)","imageIndex":0,"symbolLocation":60},{"symbol":"monoeg_g_logstr","inline":true,"imageIndex":0,"imageOffset":105004448,"symbolLocation":44,"sourceLine":151,"sourceFile":"goutput.c"},{"imageOffset":105004448,"sourceLine":166,"sourceFile":"goutput.c","symbol":"monoeg_g_logv_nofree","imageIndex":0,"symbolLocation":172},{"imageOffset":105004580,"sourceLine":207,"sourceFile":"goutput.c","symbol":"monoeg_assertion_message","imageIndex":0,"symbolLocation":40},{"imageOffset":104074636,"sourceFile":"mini-runtime.c","symbol":"mono_jit_compile_method_with_opt","imageIndex":0,"symbolLocation":1212,"inline":true},{"symbol":"jit_compile_method_with_opt_cb","inline":true,"imageIndex":0,"imageOffset":104074636,"symbolLocation":1212,"sourceLine":2762,"sourceFile":"mini-runtime.c"},{"imageOffset":104074636,"sourceLine":2778,"sourceFile":"mini-runtime.c","symbol":"jit_compile_method_with_opt","imageIndex":0,"symbolLocation":4036},{"imageOffset":104070296,"sourceLine":2797,"sourceFile":"mini-runtime.c","symbol":"mono_jit_compile_method","imageIndex":0,"symbolLocation":52},{"imageOffset":104539752,"sourceLine":618,"sourceFile":"mini-trampolines.c","symbol":"common_call_trampoline","imageIndex":0,"symbolLocation":1080},{"imageOffset":104538584,"sourceLine":759,"sourceFile":"mini-trampolines.c","symbol":"mono_magic_trampoline","imageIndex":0,"symbolLocation":116},{"imageOffset":68057396,"symbol":"generic_trampoline_jit","symbolLocation":260,"imageIndex":0},{"imageOffset":58153504,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"System_DateTimeParse_TryParse_System_ReadOnlySpan_1_char_System_Globalization_DateTimeFormatInfo_System_Globalization_DateTimeStyles_System_DateTimeResult_","imageIndex":0,"symbolLocation":544},{"imageOffset":58152560,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"System_DateTimeParse_TryParse_System_ReadOnlySpan_1_char_System_Globalization_DateTimeFormatInfo_System_Globalization_DateTimeStyles_System_DateTime_","imageIndex":0,"symbolLocation":128},{"imageOffset":57945280,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"System_DateTime_TryParse_string_System_DateTime_","imageIndex":0,"symbolLocation":208},{"imageOffset":101237672,"sourceLine":13,"sourceFile":"App.xaml.cs","symbol":"AnalyticsEdgeApp_App__ctor","imageIndex":0,"symbolLocation":136},{"imageOffset":67068824,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr","imageIndex":0,"symbolLocation":296},{"imageOffset":104088136,"sourceLine":3524,"sourceFile":"mini-runtime.c","symbol":"mono_jit_runtime_invoke","imageIndex":0,"symbolLocation":1360},{"symbol":"do_runtime_invoke","inline":true,"imageIndex":0,"imageOffset":103356716,"symbolLocation":60,"sourceLine":2415,"sourceFile":"object.c"},{"imageOffset":103356716,"sourceLine":2583,"sourceFile":"object.c","symbol":"mono_runtime_invoke_checked","imageIndex":0,"symbolLocation":148},{"imageOffset":103385304,"sourceLine":4782,"sourceFile":"object.c","symbol":"mono_runtime_try_invoke_span","imageIndex":0,"symbolLocation":2160},{"imageOffset":103129136,"sourceLine":3467,"sourceFile":"icall.c","symbol":"ves_icall_InternalInvoke","imageIndex":0,"symbolLocation":236},{"imageOffset":103167164,"sourceLine":359,"sourceFile":"icall-def.h","symbol":"ves_icall_InternalInvoke_raw","imageIndex":0,"symbolLocation":100},{"imageOffset":61933696,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"wrapper_managed_to_native_System_Reflection_RuntimeConstructorInfo_InternalInvoke_System_Reflection_RuntimeConstructorInfo_object_System_Span_1_object__System_Exception_","imageIndex":0,"symbolLocation":160},{"imageOffset":61859656,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"System_Reflection_ConstructorInvoker_InterpretedInvoke_object_System_Span_1_object_System_Reflection_BindingFlags","imageIndex":0,"symbolLocation":296},{"imageOffset":61940208,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"System_Reflection_RuntimeConstructorInfo_Invoke_System_Reflection_BindingFlags_System_Reflection_Binder_object___System_Globalization_CultureInfo","imageIndex":0,"symbolLocation":496},{"imageOffset":3841820,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"Microsoft_Extensions_DependencyInjection_ServiceLookup_CallSiteRuntimeResolver_VisitConstructor_Microsoft_Extensions_DependencyInjection_ServiceLookup_ConstructorCallSite_Microsoft_Extensions_DependencyInjection_ServiceLookup_RuntimeResolverContext","imageIndex":0,"symbolLocation":332},{"imageOffset":3900344,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"Microsoft_Extensions_DependencyInjection_ServiceLookup_CallSiteVisitor_2_Microsoft_Extensions_DependencyInjection_ServiceLookup_RuntimeResolverContext_object_VisitCallSiteMain_Microsoft_Extensions_DependencyInjection_ServiceLookup_ServiceCallSite_Microsoft_Extensions_DependencyInjection_ServiceLookup_RuntimeResolverContext","imageIndex":0,"symbolLocation":312},{"imageOffset":3842220,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"Microsoft_Extensions_DependencyInjection_ServiceLookup_CallSiteRuntimeResolver_VisitRootCache_Microsoft_Extensions_DependencyInjection_ServiceLookup_ServiceCallSite_Microsoft_Extensions_DependencyInjection_ServiceLookup_RuntimeResolverContext","imageIndex":0,"symbolLocation":364},{"imageOffset":3899892,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"Microsoft_Extensions_DependencyInjection_ServiceLookup_CallSiteVisitor_2_Microsoft_Extensions_DependencyInjection_ServiceLookup_RuntimeResolverContext_object_VisitCallSite_Microsoft_Extensions_DependencyInjection_ServiceLookup_ServiceCallSite_Microsoft_Extensions_DependencyInjection_ServiceLookup_RuntimeResolverContext","imageIndex":0,"symbolLocation":324},{"imageOffset":3841312,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"Microsoft_Extensions_DependencyInjection_ServiceLookup_CallSiteRuntimeResolver_Resolve_Microsoft_Extensions_DependencyInjection_ServiceLookup_ServiceCallSite_Microsoft_Extensions_DependencyInjection_ServiceLookup_ServiceProviderEngineScope","imageIndex":0,"symbolLocation":224},{"imageOffset":3826956,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"Microsoft_Extensions_DependencyInjection_ServiceProvider_CreateServiceAccessor_System_Type","imageIndex":0,"symbolLocation":316},{"imageOffset":8889384,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"System_Collections_Concurrent_ConcurrentDictionary_2_TKey_REF_TValue_REF_GetOrAdd_TKey_REF_System_Func_2_TKey_REF_TValue_REF","imageIndex":0,"symbolLocation":312},{"imageOffset":3825016,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"Microsoft_Extensions_DependencyInjection_ServiceProvider_GetService_System_Type_Microsoft_Extensions_DependencyInjection_ServiceLookup_ServiceProviderEngineScope","imageIndex":0,"symbolLocation":88},{"imageOffset":3824376,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"Microsoft_Extensions_DependencyInjection_ServiceProvider_GetService_System_Type","imageIndex":0,"symbolLocation":56},{"imageOffset":92518024,"sourceLine":68,"sourceFile":"\/D:\\a\\_work\\1\\s\\src\\Core\\src\\MauiContext.cs","symbol":"Microsoft_Maui_MauiContext_WrappedServiceProvider_GetService_System_Type","imageIndex":0,"symbolLocation":216},{"imageOffset":92518024,"sourceLine":68,"sourceFile":"\/D:\\a\\_work\\1\\s\\src\\Core\\src\\MauiContext.cs","symbol":"Microsoft_Maui_MauiContext_WrappedServiceProvider_GetService_System_Type","imageIndex":0,"symbolLocation":216},{"imageOffset":4365404,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"Microsoft_Extensions_DependencyInjection_ServiceProviderServiceExtensions_GetRequiredService_System_IServiceProvider_System_Type","imageIndex":0,"symbolLocation":316},{"imageOffset":4365592,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"Microsoft_Extensions_DependencyInjection_ServiceProviderServiceExtensions_GetRequiredService_T_REF_System_IServiceProvider","imageIndex":0,"symbolLocation":120},{"imageOffset":91844216,"sourceLine":45,"sourceFile":"\/D:\\a\\_work\\1\\s\\src\\Core\\src\\Platform\\iOS\\MauiUIApplicationDelegate.cs","symbol":"Microsoft_Maui_MauiUIApplicationDelegate_FinishedLaunching_UIKit_UIApplication_Foundation_NSDictionary","imageIndex":0,"symbolLocation":280},{"imageOffset":67068824,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr","imageIndex":0,"symbolLocation":296},{"imageOffset":104088136,"sourceLine":3524,"sourceFile":"mini-runtime.c","symbol":"mono_jit_runtime_invoke","imageIndex":0,"symbolLocation":1360},{"symbol":"do_runtime_invoke","inline":true,"imageIndex":0,"imageOffset":103363056,"symbolLocation":60,"sourceLine":2415,"sourceFile":"object.c"},{"imageOffset":103363056,"sourceLine":2524,"sourceFile":"object.c","symbol":"mono_runtime_try_invoke","imageIndex":0,"symbolLocation":156},{"imageOffset":103370568,"sourceLine":2464,"sourceFile":"object.c","symbol":"mono_runtime_invoke","imageIndex":0,"symbolLocation":100},{"imageOffset":101497300,"sourceLine":599,"sourceFile":"trampolines-invoke.m","symbol":"xamarin_invoke_trampoline","imageIndex":0,"symbolLocation":3432},{"imageOffset":101504372,"sourceLine":316,"sourceFile":"trampolines-arm64.m","symbol":"xamarin_arch_trampoline","imageIndex":0,"symbolLocation":68},{"imageOffset":101506000,"sourceLine":51,"sourceFile":"trampolines-arm64-asm.s","symbol":"xamarin_arm64_common_trampoline","imageIndex":0,"symbolLocation":64},{"imageOffset":178356,"symbol":"-[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:]","symbolLocation":296,"imageIndex":7},{"imageOffset":175488,"symbol":"-[UIApplication _callInitializationDelegatesWithActions:forCanvas:payload:fromOriginatingProcess:]","symbolLocation":2820,"imageIndex":7},{"imageOffset":168016,"symbol":"-[UIApplication _runWithMainScene:transitionContext:completion:]","symbolLocation":988,"imageIndex":7},{"imageOffset":166788,"symbol":"-[_UISceneLifecycleMultiplexer completeApplicationLaunchWithFBSScene:transitionContext:]","symbolLocation":108,"imageIndex":7},{"imageOffset":153428,"symbol":"_UIScenePerformActionsWithLifecycleActionMask","symbolLocation":112,"imageIndex":7},{"imageOffset":165072,"symbol":"__101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]_block_invoke","symbolLocation":216,"imageIndex":7},{"imageOffset":164436,"symbol":"-[_UISceneLifecycleMultiplexer _performBlock:withApplicationOfDeactivationReasons:fromReasons:]","symbolLocation":332,"imageIndex":7},{"imageOffset":161772,"symbol":"-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]","symbolLocation":624,"imageIndex":7},{"imageOffset":160984,"symbol":"-[_UISceneLifecycleMultiplexer uiScene:transitionedFromState:withTransitionContext:]","symbolLocation":252,"imageIndex":7},{"imageOffset":154928,"symbol":"__186-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:]_block_invoke","symbolLocation":148,"imageIndex":7},{"imageOffset":7790572,"symbol":"+[BSAnimationSettings(UIKit) tryAnimatingWithSettings:fromCurrentState:actions:completion:]","symbolLocation":736,"imageIndex":7},{"imageOffset":8671776,"symbol":"_UISceneSettingsDiffActionPerformChangesWithTransitionContextAndCompletion","symbolLocation":224,"imageIndex":7},{"imageOffset":153820,"symbol":"-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:]","symbolLocation":316,"imageIndex":7},{"imageOffset":2649820,"symbol":"__64-[UIScene scene:didUpdateWithDiff:transitionContext:completion:]_block_invoke.240","symbolLocation":556,"imageIndex":7},{"imageOffset":150904,"symbol":"-[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:]","symbolLocation":216,"imageIndex":7},{"imageOffset":150504,"symbol":"-[UIScene scene:didUpdateWithDiff:transitionContext:completion:]","symbolLocation":244,"imageIndex":7},{"imageOffset":110112,"symbol":"-[UIApplication workspace:didCreateScene:withTransitionContext:completion:]","symbolLocation":520,"imageIndex":7},{"imageOffset":109472,"symbol":"-[UIApplicationSceneClientAgent scene:didInitializeWithEvent:completion:]","symbolLocation":288,"imageIndex":7},{"imageOffset":98492,"symbol":"-[FBSScene _callOutQueue_agent_didCreateWithTransitionContext:completion:]","symbolLocation":372,"imageIndex":8},{"imageOffset":244272,"symbol":"__92-[FBSWorkspaceScenesClient createSceneWithIdentity:parameters:transitionContext:completion:]_block_invoke.102","symbolLocation":120,"imageIndex":8},{"imageOffset":27856,"symbol":"-[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:]","symbolLocation":196,"imageIndex":8},{"imageOffset":243300,"symbol":"__92-[FBSWorkspaceScenesClient createSceneWithIdentity:parameters:transitionContext:completion:]_block_invoke","symbolLocation":356,"imageIndex":8},{"imageOffset":17408,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":9},{"imageOffset":32368,"symbol":"_dispatch_block_invoke_direct","symbolLocation":264,"imageIndex":9},{"imageOffset":27620,"symbol":"__FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__","symbolLocation":48,"imageIndex":8},{"imageOffset":352352,"symbol":"-[FBSSerialQueue _targetQueue_performNextIfPossible]","symbolLocation":220,"imageIndex":8},{"imageOffset":27524,"symbol":"-[FBSSerialQueue _performNextFromRunLoopSource]","symbolLocation":28,"imageIndex":8},{"imageOffset":522000,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__","symbolLocation":28,"imageIndex":10},{"imageOffset":521892,"symbol":"__CFRunLoopDoSource0","symbolLocation":176,"imageIndex":10},{"imageOffset":521236,"symbol":"__CFRunLoopDoSources0","symbolLocation":244,"imageIndex":10},{"imageOffset":516124,"symbol":"__CFRunLoopRun","symbolLocation":828,"imageIndex":10},{"imageOffset":513420,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":10},{"imageOffset":200180,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":11},{"imageOffset":199300,"symbol":"ReceiveNextEventCommon","symbolLocation":220,"imageIndex":11},{"imageOffset":199048,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":76,"imageIndex":11},{"imageOffset":233304,"symbol":"_DPSNextEvent","symbolLocation":636,"imageIndex":12},{"imageOffset":229620,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":716,"imageIndex":12},{"imageOffset":181592,"symbol":"-[NSApplication run]","symbolLocation":464,"imageIndex":12},{"imageOffset":14760,"symbol":"NSApplicationMain","symbolLocation":880,"imageIndex":12},{"imageOffset":2474220,"symbol":"_NSApplicationMainWithInfoDictionary","symbolLocation":24,"imageIndex":12},{"imageOffset":19208,"symbol":"UINSApplicationMain","symbolLocation":988,"imageIndex":13},{"imageOffset":12252,"symbol":"UIApplicationMain","symbolLocation":148,"imageIndex":7},{"imageOffset":101441048,"sourceLine":126,"sourceFile":"bindings.m","symbol":"xamarin_UIApplicationMain","imageIndex":0,"symbolLocation":24},{"imageOffset":88817308,"symbol":"wrapper_managed_to_native_UIKit_UIApplication_xamarin_UIApplicationMain_int_string___intptr_intptr_intptr_","symbolLocation":412,"imageIndex":0},{"imageOffset":80552508,"sourceLine":57,"sourceFile":"UIApplication.cs","symbol":"UIKit_UIApplication_UIApplicationMain_int_string___intptr_intptr","imageIndex":0,"symbolLocation":76},{"imageOffset":80553196,"sourceLine":92,"sourceFile":"UIApplication.cs","symbol":"UIKit_UIApplication_Main_string___System_Type_System_Type","imageIndex":0,"symbolLocation":316},{"imageOffset":101244956,"sourceLine":13,"sourceFile":"Program.cs","symbol":"AnalyticsEdgeApp_Program_Main_string__","imageIndex":0,"symbolLocation":60},{"imageOffset":67068824,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr","imageIndex":0,"symbolLocation":296},{"imageOffset":104088136,"sourceLine":3524,"sourceFile":"mini-runtime.c","symbol":"mono_jit_runtime_invoke","imageIndex":0,"symbolLocation":1360},{"symbol":"do_runtime_invoke","inline":true,"imageIndex":0,"imageOffset":103356716,"symbolLocation":60,"sourceLine":2415,"sourceFile":"object.c"},{"imageOffset":103356716,"sourceLine":2583,"sourceFile":"object.c","symbol":"mono_runtime_invoke_checked","imageIndex":0,"symbolLocation":148},{"imageOffset":103383004,"sourceFile":"object.c","symbol":"do_exec_main_checked","symbolLocation":104,"imageIndex":0},{"symbol":"mono_jit_exec_internal","inline":true,"imageIndex":0,"imageOffset":104422396,"symbolLocation":16,"sourceLine":1365,"sourceFile":"driver.c"},{"imageOffset":104422396,"sourceLine":1310,"sourceFile":"driver.c","symbol":"mono_jit_exec","imageIndex":0,"symbolLocation":364},{"imageOffset":101504204,"sourceLine":490,"sourceFile":"monotouch-main.m","symbol":"xamarin_main","imageIndex":0,"symbolLocation":552},{"imageOffset":105692240,"sourceLine":486,"sourceFile":"main.arm64.mm","symbol":"main","imageIndex":0,"symbolLocation":64},{"imageOffset":24360,"symbol":"start","symbolLocation":2236,"imageIndex":14}]},{"id":7071,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":4}]},{"id":7072,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":4}]},{"id":7075,"name":"SGen worker","frames":[{"imageOffset":18192,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":3},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":4},{"symbol":"mono_os_cond_wait","inline":true,"imageIndex":0,"imageOffset":103998980,"symbolLocation":8,"sourceLine":219,"sourceFile":"mono-os-mutex.h"},{"symbol":"get_work","inline":true,"imageIndex":0,"imageOffset":103998980,"symbolLocation":240,"sourceLine":167,"sourceFile":"sgen-thread-pool.c"},{"imageOffset":103998980,"sourceLine":198,"sourceFile":"sgen-thread-pool.c","symbol":"thread_func","imageIndex":0,"symbolLocation":468},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":4},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":4}]},{"id":7076,"name":"Finalizer","frames":[{"imageOffset":3728,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":3},{"symbol":"mono_os_sem_wait","inline":true,"imageIndex":0,"imageOffset":103561000,"symbolLocation":12,"sourceLine":85,"sourceFile":"mono-os-semaphore.h"},{"symbol":"mono_coop_sem_wait","inline":true,"imageIndex":0,"imageOffset":103561000,"symbolLocation":44,"sourceLine":41,"sourceFile":"mono-coop-semaphore.h"},{"imageOffset":103561000,"sourceLine":891,"sourceFile":"gc.c","symbol":"finalizer_thread","imageIndex":0,"symbolLocation":340},{"imageOffset":103428124,"sourceLine":1202,"sourceFile":"threads.c","symbol":"start_wrapper_internal","imageIndex":0,"symbolLocation":324},{"imageOffset":103427752,"sourceLine":1264,"sourceFile":"threads.c","symbol":"start_wrapper","imageIndex":0,"symbolLocation":44},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":4},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":4}]},{"id":7094,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":4}]},{"id":7097,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":4}]},{"id":7102,"name":"com.apple.uikit.eventfetch-thread","frames":[{"imageOffset":3860,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":3},{"imageOffset":78400,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":3},{"imageOffset":39800,"symbol":"mach_msg_overwrite","symbolLocation":604,"imageIndex":3},{"imageOffset":4752,"symbol":"mach_msg","symbolLocation":24,"imageIndex":3},{"imageOffset":522424,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":10},{"imageOffset":516504,"symbol":"__CFRunLoopRun","symbolLocation":1208,"imageIndex":10},{"imageOffset":513420,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":10},{"imageOffset":381116,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":212,"imageIndex":15},{"imageOffset":857220,"symbol":"-[NSRunLoop(NSRunLoop) runUntilDate:]","symbolLocation":100,"imageIndex":15},{"imageOffset":17656,"symbol":"-[UIEventFetcher threadMain]","symbolLocation":104,"imageIndex":7},{"imageOffset":353852,"symbol":"__NSThread__start__","symbolLocation":716,"imageIndex":15},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":4},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":4}]},{"id":7103,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":4}]},{"id":7104,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":4}]},{"id":7105,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":4}]},{"id":7113,"name":"com.apple.NSEventThread","frames":[{"imageOffset":3860,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":3},{"imageOffset":78400,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":3},{"imageOffset":39800,"symbol":"mach_msg_overwrite","symbolLocation":604,"imageIndex":3},{"imageOffset":4752,"symbol":"mach_msg","symbolLocation":24,"imageIndex":3},{"imageOffset":522424,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":10},{"imageOffset":516504,"symbol":"__CFRunLoopRun","symbolLocation":1208,"imageIndex":10},{"imageOffset":513420,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":10},{"imageOffset":1455368,"symbol":"_NSEventThread","symbolLocation":172,"imageIndex":12},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":4},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":4}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4308205568,
    "CFBundleShortVersionString" : "0.9.13.0",
    "CFBundleIdentifier" : "com.analyticsedge.analyticsedgeapp",
    "size" : 108740608,
    "uuid" : "9870bad5-c769-3bb5-9a1d-69dfadab0bd6",
    "path" : "\/Users\/USER\/*\/AnalyticsEdgeApp.app\/Contents\/MacOS\/AnalyticsEdgeApp",
    "name" : "AnalyticsEdgeApp",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4570103808,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.AutomaticAssessmentConfiguration",
    "size" : 32768,
    "uuid" : "b91cd85f-230e-3b4f-8d32-425444aa3f4b",
    "path" : "\/System\/Library\/Frameworks\/AutomaticAssessmentConfiguration.framework\/Versions\/A\/AutomaticAssessmentConfiguration",
    "name" : "AutomaticAssessmentConfiguration",
    "CFBundleVersion" : "12.0.0"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4570578944,
    "size" : 49152,
    "uuid" : "80f14f3d-d099-3693-a8e0-eb9a526b1790",
    "path" : "\/usr\/lib\/libobjc-trampolines.dylib",
    "name" : "libobjc-trampolines.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6829043712,
    "size" : 237544,
    "uuid" : "7acbd9bc-d056-310e-858d-81b116cf6d28",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6829281280,
    "size" : 53248,
    "uuid" : "b401cfb3-8dfe-32db-92b3-ba8af0f8ca6e",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6827831296,
    "size" : 520184,
    "uuid" : "9277aff7-3cc3-30d0-99b7-c62680da95cf",
    "path" : "\/usr\/lib\/system\/libsystem_c.dylib",
    "name" : "libsystem_c.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6829486080,
    "size" : 28660,
    "uuid" : "756cd10d-62a0-3283-9e57-cbaa810c95ac",
    "path" : "\/usr\/lib\/system\/libsystem_platform.dylib",
    "name" : "libsystem_platform.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7558778880,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.UIKitCore",
    "size" : 23916544,
    "uuid" : "9e4e6b93-077d-386e-b247-174f6f76c3d0",
    "path" : "\/System\/iOSSupport\/System\/Library\/PrivateFrameworks\/UIKitCore.framework\/Versions\/A\/UIKitCore",
    "name" : "UIKitCore",
    "CFBundleVersion" : "6441"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7169617920,
    "CFBundleShortVersionString" : "812.106",
    "CFBundleIdentifier" : "com.apple.FrontBoardServices",
    "size" : 643072,
    "uuid" : "cb9dc96a-fe77-3b58-bfa6-c5cb5ee4a718",
    "path" : "\/System\/Library\/PrivateFrameworks\/FrontBoardServices.framework\/Versions\/A\/FrontBoardServices",
    "name" : "FrontBoardServices",
    "CFBundleVersion" : "812.106"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6827524096,
    "size" : 294912,
    "uuid" : "8e87dc0e-a570-3933-b37d-5e05ad516206",
    "path" : "\/usr\/lib\/system\/libdispatch.dylib",
    "name" : "libdispatch.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6829699072,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 5087232,
    "uuid" : "b4fdaece-9727-3969-b014-27f7f24c8e01",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "1971"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6989615104,
    "CFBundleShortVersionString" : "2.1.1",
    "CFBundleIdentifier" : "com.apple.HIToolbox",
    "size" : 3358720,
    "uuid" : "5f34bbf5-653a-31a5-b4b3-0a02c91ab488",
    "path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox",
    "name" : "HIToolbox"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6882537472,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.AppKit",
    "size" : 15790080,
    "uuid" : "cc3e5215-4cd7-364c-8750-6eb7002720ce",
    "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
    "name" : "AppKit",
    "CFBundleVersion" : "2299.50.120"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7222558720,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.UIKitMacHelper",
    "size" : 1130496,
    "uuid" : "c05dafe6-fa20-3fa5-95c7-0605a4a03085",
    "path" : "\/System\/Library\/PrivateFrameworks\/UIKitMacHelper.framework\/Versions\/A\/UIKitMacHelper",
    "name" : "UIKitMacHelper",
    "CFBundleVersion" : "6441"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6825779200,
    "size" : 582972,
    "uuid" : "ac277a36-1808-327a-8761-cca585421212",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6846054400,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.Foundation",
    "size" : 10248192,
    "uuid" : "b7d67e5a-dce2-3f6b-b2b8-895a3669e3ec",
    "path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation",
    "name" : "Foundation",
    "CFBundleVersion" : "1971"
  }
],
  "sharedCache" : {
  "base" : 6825115648,
  "size" : 3539533824,
  "uuid" : "ebddd61c-5dcf-399c-a88b-759edf197103"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=1.8G resident=0K(0%) swapped_out_or_unallocated=1.8G(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               128K        1 \nActivity Tracing                   256K        1 \nCG backing stores                 2432K        4 \nColorSync                          560K       25 \nCoreGraphics                        32K        2 \nCoreUI image data                  160K        1 \nFoundation                          16K        1 \nKernel Alloc Once                   32K        1 \nMALLOC                           252.3M       42 \nMALLOC guard page                  192K       10 \nMALLOC_MEDIUM (reserved)         480.0M        4         reserved VM address space (unallocated)\nMALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)\nSTACK GUARD                       56.2M       12 \nStack                             15.3M       12 \nVM_ALLOCATE                       29.4M       39 \n__AUTH                            3692K      605 \n__AUTH_CONST                      38.6M      862 \n__CTF                               824        1 \n__DATA                            19.8M      848 \n__DATA_CONST                      43.5M      871 \n__DATA_DIRTY                      3020K      341 \n__FONT_DATA                        2352        1 \n__INFO_FILTER                         8        1 \n__LINKEDIT                       941.8M        4 \n__OBJC_RO                         66.2M        1 \n__OBJC_RW                         2011K        1 \n__TEXT                           907.0M      893 \ndyld private memory                272K        2 \nmapped file                      238.5M      204 \nshared memory                      992K       19 \n===========                     =======  ======= \nTOTAL                              3.4G     4810 \nTOTAL, minus reserved VM space     2.6G     4810 \n",
  "legacyInfo" : {
  "threadTriggered" : {
    "name" : "tid_103",
    "queue" : "com.apple.main-thread"
  }
},
  "logWritingSignature" : "ba32e949e29b25fdd59f57881f4e0f3ca0c57f5f",
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "5f72dc58705eff005a46b3a9",
      "factorPackIds" : {

      },
      "deploymentId" : 240000015
    },
    {
      "rolloutId" : "60f8ddccefea4203d95cbeef",
      "factorPackIds" : {

      },
      "deploymentId" : 240000025
    }
  ],
  "experiments" : [
    {
      "treatmentId" : "c28e4ee6-1b08-4f90-8e05-2809e78310a3",
      "experimentId" : "6317d2003d24842ff850182a",
      "deploymentId" : 400000013
    }
  ]
}
}

Model: iMac21,1, BootROM 8422.100.650, proc 8:4:4 processors, 8 GB, SMC 
Graphics: Apple M1, Apple M1, Built-In
Display: iMac, Retina 4.5K (4480 x 2520), Main, MirrorOff, Online
Memory Module: LPDDR4, Micron
AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x4378), wl0: Jan 12 2023 05:51:25 version 18.20.383.14.7.8.149 FWID 01-f03416d4
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Ethernet, Ethernet, en0
USB Device: USB31Bus
USB Device: USB31Bus
USB Device: USB31Bus
USB Device: SAMSUNG_Android
Thunderbolt Bus: iMac, Apple Inc.
Thunderbolt Bus: iMac, Apple Inc.
Author: mike3sullivan
Assignees: -
Labels:

untriaged, area-Codegen-JIT-mono, os-maccatalyst

Milestone: -

@steveisok steveisok added this to the 8.0.0 milestone Apr 28, 2023
@steveisok
Copy link
Member

/cc @SamMonoRT

@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Apr 28, 2023
@michaldobrodenka
Copy link

Try to turn off llvm optimisation

@mike3sullivan
Copy link
Author

Is this something I can do as a .Net Maui developer, or it is a runtime build thing?

@michaldobrodenka
Copy link

I've never seen MAUI project, I only use net7.0-ios and there is setting for llvm optimization

@mike3sullivan
Copy link
Author

mike3sullivan commented May 10, 2023

There is no option for LLVM in MacOS build in Maui. Including <EnableLLVM>false</EnableLLVM> in the csproj has no effect...same crash and error report.

@SamMonoRT
Copy link
Member

@jandupej - please take a look.

@jandupej
Copy link
Member

jandupej commented Jun 6, 2023

@mike3sullivan I can reproduce the error in your test application on .NET 7, arm64, Release, but not on .NET 8. Can you please confirm if that is the case for you also (with a preview)?

@mike3sullivan
Copy link
Author

Sorry - I installed .net 8 Preview 4 for Mac with the installer and Visual Studio won't work with it
".NET 8.0 SDK is not compatible with this version of Visual Studio for Mac." Running latest preview of VS.

Trying from CLI, I get "error NETSDK1139: The target platform identifier maccatalyst was not recognized. "
using: dotnet build -f:net8.0-maccatalyst -c:Release /p:CreatePackage=true

Not sure what I need to do to get it working with .Net 8.

@jandupej
Copy link
Member

jandupej commented Jun 7, 2023

Trying from CLI, I get "error NETSDK1139: The target platform identifier maccatalyst was not recognized. "
using: dotnet build -f:net8.0-maccatalyst -c:Release /p:CreatePackage=true

Thank you for checking. It looks like you need to do a dotnet workload restore before building.

@jandupej
Copy link
Member

jandupej commented Jun 8, 2023

The crash occurs because DateTimeResult does not have its is_byreflike flag set. When initializing the class, this crashes in mono_class_layout_fields when processing the field ReadOnlySpan<char> originalDateTimeString, with Instance ByRefLike field ... not in a ref struct.. This does not seem to fail on .NET 8.

@vargaz Are you aware of recent work which may have fixed this? A quick search through PRs did not reveal anything.

@mike3sullivan
Copy link
Author

No matter what I do, it seems the Mac wants to use .Net 7. I have installed Preview 8.2, 8.3 and 8.4, rebooted several times, but when I do workload restore, it responds with 'Welcome to .NET 7.0!'

dotnet --list-sdks shows the .NET 8 previews are installed
dotnet --version responds with 7.0.302

The csproj has been updated to reference net8.0-maccatalyst as the TargetFramework.

Is there a switch somewhere to enable preview features on Mac?

@mike3sullivan
Copy link
Author

mike3sullivan commented Jun 9, 2023

Still crashes on .net8 preview (8.0.100-preview.3.23178.7) if I configured things right, but it is a different crash. Seems to crash on String Split, which does not exist in the little app. X64 works fine.

mike

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

Process:               BlazorApp [3202]
Path:                  /Users/USER/Documents/*/BlazorApp.app/Contents/MacOS/BlazorApp
Identifier:            com.companyname.blazorapp
Version:               1.0 (1)
Code Type:             ARM-64 (Native)
Parent Process:        launchd [1]
User ID:               501

Date/Time:             2023-06-08 21:06:52.6847 -0400
OS Version:            macOS 13.3.1 (22E772610a)
Report Version:        12
Anonymous UUID:        BE55F834-BC7C-D6A7-5D7D-6F7DFF816105


Time Awake Since Boot: 42000 seconds

System Integrity Protection: enabled

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

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

Application Specific Information:
abort() called


Kernel Triage:
VM - (arg = 0x0) pmap_enter retried due to resource shortage
VM - (arg = 0x0) pmap_enter retried due to resource shortage
VM - (arg = 0x0) pmap_enter retried due to resource shortage
VM - (arg = 0x0) pmap_enter retried due to resource shortage
VM - (arg = 0x0) pmap_enter retried due to resource shortage


Thread 0 Crashed:: tid_103 Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	       0x196554724 __pthread_kill + 8
1   libsystem_pthread.dylib       	       0x19658bc28 pthread_kill + 288
2   libsystem_c.dylib             	       0x196499ae8 abort + 180
3   BlazorApp                     	       0x109527fc4 sigabrt_signal_handler.cold.1 + 48 (mini-posix.c:226)
4   BlazorApp                     	       0x109446588 sigabrt_signal_handler + 168 (mini-posix.c:224)
5   libsystem_platform.dylib      	       0x1965baa84 _sigtramp + 56
6   libsystem_pthread.dylib       	       0x19658bc28 pthread_kill + 288
7   libsystem_c.dylib             	       0x196499ae8 abort + 180
8   BlazorApp                     	       0x10910c008 log_callback(char const*, char const*, char const*, int, void*) + 60 (runtime.m:1173)
9   BlazorApp                     	       0x109282b38 monoeg_g_logstr + 44 (goutput.c:151) [inlined]
10  BlazorApp                     	       0x109282b38 monoeg_g_logv_nofree + 136 (goutput.c:166) [inlined]
11  BlazorApp                     	       0x109282b38 monoeg_g_logv + 172 (goutput.c:173)
12  BlazorApp                     	       0x109282c6c monoeg_g_log + 28 (goutput.c:182)
13  BlazorApp                     	       0x1093f3f74 decode_patch + 692 (aot-runtime.c:3791)
14  BlazorApp                     	       0x1093f7c60 decode_patches + 344 (aot-runtime.c:4161)
15  BlazorApp                     	       0x1093f2418 load_patch_info + 200 (aot-runtime.c:4186) [inlined]
16  BlazorApp                     	       0x1093f2418 init_method + 692 (aot-runtime.c:4722)
17  BlazorApp                     	       0x1093f34f0 load_method + 848 (aot-runtime.c:4340)
18  BlazorApp                     	       0x1093f2e60 mono_aot_get_method + 1624 (aot-runtime.c:5039)
19  BlazorApp                     	       0x109393fd8 mono_jit_compile_method_with_opt + 428 (mini-runtime.c:2652) [inlined]
20  BlazorApp                     	       0x109393fd8 jit_compile_method_with_opt_cb + 444 (mini-runtime.c:2773) [inlined]
21  BlazorApp                     	       0x109393fd8 jit_compile_method_with_opt + 544 (mini-runtime.c:2789)
22  BlazorApp                     	       0x109393c88 mono_jit_compile_method + 52 (mini-runtime.c:2808)
23  BlazorApp                     	       0x109407f68 common_call_trampoline + 1080 (mini-trampolines.c:618)
24  BlazorApp                     	       0x109407ad8 mono_magic_trampoline + 116 (mini-trampolines.c:759)
25  BlazorApp                     	       0x1078e4434 generic_trampoline_jit + 260
26  BlazorApp                     	       0x106a6d6e4 string_Split_char_System_StringSplitOptions + 116 (/<unknown>:1)
27  BlazorApp                     	       0x1088cf03c Registrar_Registrar_ObjCType_VerifySelector_Registrar_Registrar_ObjCMethod_System_Collections_Generic_List_1_System_Exception_ + 172 (Registrar.cs:245)
28  BlazorApp                     	       0x1088cfb2c Registrar_Registrar_ObjCType_Add_Registrar_Registrar_ObjCMethod_System_Collections_Generic_List_1_System_Exception_ + 236 (Registrar.cs:338)
29  BlazorApp                     	       0x107bfcf6c Registrar_Registrar_RegisterTypeUnsafe_System_Type_System_Collections_Generic_List_1_System_Exception_ + 14508 (Registrar.cs:2408)
30  BlazorApp                     	       0x107bf6bbc Registrar_Registrar_RegisterType_System_Type_System_Collections_Generic_List_1_System_Exception_ + 140 (Registrar.cs:1549)
31  BlazorApp                     	       0x107bf4674 Registrar_DynamicRegistrar_Register_System_Type + 68 (DynamicRegistrar.cs:1127)
32  BlazorApp                     	       0x1088adf24 ObjCRuntime_Class_Register_System_Type + 68 (Class.cs:237)
33  BlazorApp                     	       0x108896854 ObjCRuntime_Runtime_RegisterAssembly_System_Reflection_Assembly + 228 (Runtime.cs:692)
34  BlazorApp                     	       0x108894d58 ObjCRuntime_Runtime_RegisterAssembly_intptr + 104 (Runtime.cs:446)
35  BlazorApp                     	       0x1088891bc ObjCRuntime_Runtime_register_assembly_intptr_intptr_ + 60 (Delegates.generated.cs:263)
36  BlazorApp                     	       0x108e83318 wrapper_native_to_managed_ObjCRuntime_Runtime_register_assembly_intptr_intptr_ + 88
37  BlazorApp                     	       0x109109824 xamarin_register_assembly + 84 (delegates.inc:392)
38  BlazorApp                     	       0x10910b568 xamarin_register_monoassembly + 56 (runtime.m:988)
39  BlazorApp                     	       0x1091139a4 xamarin_bridge_register_product_assembly + 28 (monovm-bridge.m:156)
40  BlazorApp                     	       0x10910c110 xamarin_initialize + 224 (runtime.m:1322)
41  BlazorApp                     	       0x1091144e0 xamarin_main + 268 (monotouch-main.m:438)
42  BlazorApp                     	       0x109527c84 main + 64 (main.arm64.mm:488)
43  dyld                          	       0x196233f28 start + 2236

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

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

Thread 3:: SGen worker
0   libsystem_kernel.dylib        	       0x19654f710 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x19658c574 _pthread_cond_wait + 1232
2   BlazorApp                     	       0x1092d7b30 mono_os_cond_wait + 8 (mono-os-mutex.h:219) [inlined]
3   BlazorApp                     	       0x1092d7b30 get_work + 240 (sgen-thread-pool.c:167) [inlined]
4   BlazorApp                     	       0x1092d7b30 thread_func + 468 (sgen-thread-pool.c:198)
5   libsystem_pthread.dylib       	       0x19658bfa8 _pthread_start + 148
6   libsystem_pthread.dylib       	       0x196586da0 thread_start + 8

Thread 4:: Finalizer
0   libsystem_kernel.dylib        	       0x19654be90 semaphore_wait_trap + 8
1   BlazorApp                     	       0x10936cc64 mono_os_sem_wait + 12 (mono-os-semaphore.h:85) [inlined]
2   BlazorApp                     	       0x10936cc64 mono_coop_sem_wait + 44 (mono-coop-semaphore.h:41) [inlined]
3   BlazorApp                     	       0x10936cc64 finalizer_thread + 340 (gc.c:891)
4   BlazorApp                     	       0x10934bba0 start_wrapper_internal + 324 (threads.c:1202)
5   BlazorApp                     	       0x10934ba2c start_wrapper + 44 (threads.c:1264)
6   libsystem_pthread.dylib       	       0x19658bfa8 _pthread_start + 148
7   libsystem_pthread.dylib       	       0x196586da0 thread_start + 8


Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0xffffffff99c775e0   x5: 0x0000000000000018   x6: 0x000000016fb9d3b0   x7: 0x000000016fb9caa0
    x8: 0xe7c5259b262a9b23   x9: 0xe7c5259ad7b50063  x10: 0x0000000000000200  x11: 0x000000016fb9cb10
   x12: 0x0000000000000000  x13: 0x0000000108f54c08  x14: 0x0000000000000000  x15: 0x0000000109649bf4
   x16: 0x0000000000000148  x17: 0x00000001f6520f20  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x00000001f19f9b40  x21: 0x0000000000000103  x22: 0x00000001f19f9c20  x23: 0x000000011884b142
   x24: 0x0000000154709e30  x25: 0x0000000000000004  x26: 0x0000000109c35f08  x27: 0x0000000000000031
   x28: 0x0000000118771640   fp: 0x000000016fb9d3c0   lr: 0x000000019658bc28
    sp: 0x000000016fb9d3a0   pc: 0x0000000196554724 cpsr: 0x40001000
   far: 0x0000000119fd715c  esr: 0x56000080  Address size fault

Binary Images:
       0x100260000 -        0x10986bfff com.companyname.blazorapp (1.0) <3d328f48-27aa-326b-8707-9fd4a3b050ef> /Users/USER/Documents/*/BlazorApp.app/Contents/MacOS/BlazorApp
       0x114768000 -        0x11476ffff com.apple.AutomaticAssessmentConfiguration (1.0) <b91cd85f-230e-3b4f-8d32-425444aa3f4b> /System/Library/Frameworks/AutomaticAssessmentConfiguration.framework/Versions/A/AutomaticAssessmentConfiguration
       0x1147dc000 -        0x1147e7fff libobjc-trampolines.dylib (*) <80f14f3d-d099-3693-a8e0-eb9a526b1790> /usr/lib/libobjc-trampolines.dylib
       0x19654b000 -        0x196584fe7 libsystem_kernel.dylib (*) <7acbd9bc-d056-310e-858d-81b116cf6d28> /usr/lib/system/libsystem_kernel.dylib
       0x196585000 -        0x196591fff libsystem_pthread.dylib (*) <b401cfb3-8dfe-32db-92b3-ba8af0f8ca6e> /usr/lib/system/libsystem_pthread.dylib
       0x196423000 -        0x1964a1ff7 libsystem_c.dylib (*) <9277aff7-3cc3-30d0-99b7-c62680da95cf> /usr/lib/system/libsystem_c.dylib
       0x1965b7000 -        0x1965bdff3 libsystem_platform.dylib (*) <756cd10d-62a0-3283-9e57-cbaa810c95ac> /usr/lib/system/libsystem_platform.dylib
       0x19622e000 -        0x1962bc53b dyld (*) <ac277a36-1808-327a-8761-cca585421212> /usr/lib/dyld

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

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

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Activity Tracing                   256K        1 
ColorSync                           32K        1 
CoreServices                       176K        1 
Foundation                          16K        1 
Kernel Alloc Once                   32K        1 
MALLOC                           171.2M       17 
MALLOC guard page                   96K        5 
MALLOC_MEDIUM (reserved)         240.0M        2         reserved VM address space (unallocated)
MALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)
STACK GUARD                       56.1M        5 
Stack                             11.6M        5 
VM_ALLOCATE                       14.1M       13 
VM_ALLOCATE (reserved)            8192K        1         reserved VM address space (unallocated)
__AUTH                            3691K      604 
__AUTH_CONST                      38.5M      860 
__CTF                               824        1 
__DATA                            20.5M      848 
__DATA_CONST                      43.5M      869 
__DATA_DIRTY                      3020K      341 
__FONT_DATA                        2352        1 
__INFO_FILTER                         8        1 
__LINKEDIT                       970.0M        4 
__OBJC_RO                         66.2M        1 
__OBJC_RW                         2011K        1 
__TEXT                           953.2M      891 
dyld private memory                272K        2 
mapped file                       75.6M       71 
shared memory                      624K        7 
===========                     =======  ======= 
TOTAL                              3.0G     4556 
TOTAL, minus reserved VM space     2.4G     4556 



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

{"app_name":"BlazorApp","timestamp":"2023-06-08 21:07:04.00 -0400","app_version":"1.0","slice_uuid":"3d328f48-27aa-326b-8707-9fd4a3b050ef","build_version":"1","platform":6,"bundleID":"com.companyname.blazorapp","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 13.3.1 (22E772610a)","roots_installed":0,"name":"BlazorApp","incident_id":"3798B312-DA6A-4749-AB15-A90E1159F0D3"}
{
  "uptime" : 42000,
  "procRole" : "Background",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "iMac21,1",
  "coalitionID" : 1238,
  "osVersion" : {
    "train" : "macOS 13.3.1",
    "build" : "22E772610a",
    "releaseType" : "User"
  },
  "captureTime" : "2023-06-08 21:06:52.6847 -0400",
  "incident" : "3798B312-DA6A-4749-AB15-A90E1159F0D3",
  "pid" : 3202,
  "translated" : false,
  "cpuType" : "ARM-64",
  "roots_installed" : 0,
  "bug_type" : "309",
  "procLaunch" : "2023-06-08 21:06:50.5617 -0400",
  "procStartAbsTime" : 1013513555336,
  "procExitAbsTime" : 1013564232392,
  "procName" : "BlazorApp",
  "procPath" : "\/Users\/USER\/Documents\/*\/BlazorApp.app\/Contents\/MacOS\/BlazorApp",
  "bundleInfo" : {"CFBundleShortVersionString":"1.0","CFBundleVersion":"1","CFBundleIdentifier":"com.companyname.blazorapp"},
  "storeInfo" : {"deviceIdentifierForVendor":"FC708316-5544-5A85-882C-B4896D532FAD","thirdParty":true},
  "parentProc" : "launchd",
  "parentPid" : 1,
  "coalitionName" : "com.companyname.blazorapp",
  "crashReporterKey" : "BE55F834-BC7C-D6A7-5D7D-6F7DFF816105",
  "throttleTimeout" : 2147483647,
  "codeSigningID" : "BlazorApp",
  "codeSigningTeamID" : "",
  "codeSigningFlags" : 570556929,
  "codeSigningValidationCategory" : 10,
  "codeSigningTrustLevel" : 0,
  "sip" : "enabled",
  "exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"},
  "ktriageinfo" : "VM - (arg = 0x0) pmap_enter retried due to resource shortage\nVM - (arg = 0x0) pmap_enter retried due to resource shortage\nVM - (arg = 0x0) pmap_enter retried due to resource shortage\nVM - (arg = 0x0) pmap_enter retried due to resource shortage\nVM - (arg = 0x0) pmap_enter retried due to 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":1},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
  "faultingThread" : 0,
  "threads" : [{"triggered":true,"id":170609,"threadState":{"x":[{"value":0},{"value":0},{"value":0},{"value":0},{"value":18446744071994570208},{"value":24},{"value":6169416624},{"value":6169414304},{"value":16700796141463837475},{"value":16700796140147507299},{"value":512},{"value":6169414416},{"value":0},{"value":4445260808,"symbolLocation":0,"symbol":"jit_code_end"},{"value":0},{"value":4452555764,"symbolLocation":5884,"symbol":"unwind_info"},{"value":328},{"value":8427540256},{"value":0},{"value":6},{"value":8348736320,"symbolLocation":0,"symbol":"_main_thread"},{"value":259},{"value":8348736544,"symbolLocation":224,"symbol":"_main_thread"},{"value":4706316610},{"value":5711633968},{"value":4},{"value":4458766088,"symbolLocation":0,"symbol":"mono_aot_corlib_got"},{"value":49},{"value":4705424960}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6817365032},"cpsr":{"value":1073745920},"fp":{"value":6169416640},"sp":{"value":6169416608},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6817138468,"matchesCrashFrame":1},"far":{"value":4731007324}},"name":"tid_103","queue":"com.apple.main-thread","frames":[{"imageOffset":38692,"symbol":"__pthread_kill","symbolLocation":8,"imageIndex":3},{"imageOffset":27688,"symbol":"pthread_kill","symbolLocation":288,"imageIndex":4},{"imageOffset":486120,"symbol":"abort","symbolLocation":180,"imageIndex":5},{"imageOffset":153911236,"sourceLine":226,"sourceFile":"mini-posix.c","symbol":"sigabrt_signal_handler.cold.1","imageIndex":0,"symbolLocation":48},{"imageOffset":152987016,"sourceLine":224,"sourceFile":"mini-posix.c","symbol":"sigabrt_signal_handler","imageIndex":0,"symbolLocation":168},{"imageOffset":14980,"symbol":"_sigtramp","symbolLocation":56,"imageIndex":6},{"imageOffset":27688,"symbol":"pthread_kill","symbolLocation":288,"imageIndex":4},{"imageOffset":486120,"symbol":"abort","symbolLocation":180,"imageIndex":5},{"imageOffset":149602312,"sourceLine":1173,"sourceFile":"runtime.m","symbol":"log_callback(char const*, char const*, char const*, int, void*)","imageIndex":0,"symbolLocation":60},{"symbol":"monoeg_g_logstr","inline":true,"imageIndex":0,"imageOffset":151137080,"symbolLocation":44,"sourceLine":151,"sourceFile":"goutput.c"},{"symbol":"monoeg_g_logv_nofree","inline":true,"imageIndex":0,"imageOffset":151137080,"symbolLocation":136,"sourceLine":166,"sourceFile":"goutput.c"},{"imageOffset":151137080,"sourceLine":173,"sourceFile":"goutput.c","symbol":"monoeg_g_logv","imageIndex":0,"symbolLocation":172},{"imageOffset":151137388,"sourceLine":182,"sourceFile":"goutput.c","symbol":"monoeg_g_log","imageIndex":0,"symbolLocation":28},{"imageOffset":152649588,"sourceLine":3791,"sourceFile":"aot-runtime.c","symbol":"decode_patch","imageIndex":0,"symbolLocation":692},{"imageOffset":152665184,"sourceLine":4161,"sourceFile":"aot-runtime.c","symbol":"decode_patches","imageIndex":0,"symbolLocation":344},{"symbol":"load_patch_info","inline":true,"imageIndex":0,"imageOffset":152642584,"symbolLocation":200,"sourceLine":4186,"sourceFile":"aot-runtime.c"},{"imageOffset":152642584,"sourceLine":4722,"sourceFile":"aot-runtime.c","symbol":"init_method","imageIndex":0,"symbolLocation":692},{"imageOffset":152646896,"sourceLine":4340,"sourceFile":"aot-runtime.c","symbol":"load_method","imageIndex":0,"symbolLocation":848},{"imageOffset":152645216,"sourceLine":5039,"sourceFile":"aot-runtime.c","symbol":"mono_aot_get_method","imageIndex":0,"symbolLocation":1624},{"symbol":"mono_jit_compile_method_with_opt","inline":true,"imageIndex":0,"imageOffset":152256472,"symbolLocation":428,"sourceLine":2652,"sourceFile":"mini-runtime.c"},{"symbol":"jit_compile_method_with_opt_cb","inline":true,"imageIndex":0,"imageOffset":152256472,"symbolLocation":444,"sourceLine":2773,"sourceFile":"mini-runtime.c"},{"imageOffset":152256472,"sourceLine":2789,"sourceFile":"mini-runtime.c","symbol":"jit_compile_method_with_opt","imageIndex":0,"symbolLocation":544},{"imageOffset":152255624,"sourceLine":2808,"sourceFile":"mini-runtime.c","symbol":"mono_jit_compile_method","imageIndex":0,"symbolLocation":52},{"imageOffset":152731496,"sourceLine":618,"sourceFile":"mini-trampolines.c","symbol":"common_call_trampoline","imageIndex":0,"symbolLocation":1080},{"imageOffset":152730328,"sourceLine":759,"sourceFile":"mini-trampolines.c","symbol":"mono_magic_trampoline","imageIndex":0,"symbolLocation":116},{"imageOffset":124273716,"symbol":"generic_trampoline_jit","symbolLocation":260,"imageIndex":0},{"imageOffset":109106916,"sourceLine":1,"sourceFile":"\/<unknown>","symbol":"string_Split_char_System_StringSplitOptions","imageIndex":0,"symbolLocation":116},{"imageOffset":140963900,"sourceLine":245,"sourceFile":"Registrar.cs","symbol":"Registrar_Registrar_ObjCType_VerifySelector_Registrar_Registrar_ObjCMethod_System_Collections_Generic_List_1_System_Exception_","imageIndex":0,"symbolLocation":172},{"imageOffset":140966700,"sourceLine":338,"sourceFile":"Registrar.cs","symbol":"Registrar_Registrar_ObjCType_Add_Registrar_Registrar_ObjCMethod_System_Collections_Generic_List_1_System_Exception_","imageIndex":0,"symbolLocation":236},{"imageOffset":127520620,"sourceLine":2408,"sourceFile":"Registrar.cs","symbol":"Registrar_Registrar_RegisterTypeUnsafe_System_Type_System_Collections_Generic_List_1_System_Exception_","imageIndex":0,"symbolLocation":14508},{"imageOffset":127495100,"sourceLine":1549,"sourceFile":"Registrar.cs","symbol":"Registrar_Registrar_RegisterType_System_Type_System_Collections_Generic_List_1_System_Exception_","imageIndex":0,"symbolLocation":140},{"imageOffset":127485556,"sourceLine":1127,"sourceFile":"DynamicRegistrar.cs","symbol":"Registrar_DynamicRegistrar_Register_System_Type","imageIndex":0,"symbolLocation":68},{"imageOffset":140828452,"sourceLine":237,"sourceFile":"Class.cs","symbol":"ObjCRuntime_Class_Register_System_Type","imageIndex":0,"symbolLocation":68},{"imageOffset":140732500,"sourceLine":692,"sourceFile":"Runtime.cs","symbol":"ObjCRuntime_Runtime_RegisterAssembly_System_Reflection_Assembly","imageIndex":0,"symbolLocation":228},{"imageOffset":140725592,"sourceLine":446,"sourceFile":"Runtime.cs","symbol":"ObjCRuntime_Runtime_RegisterAssembly_intptr","imageIndex":0,"symbolLocation":104},{"imageOffset":140677564,"sourceLine":263,"sourceFile":"Delegates.generated.cs","symbol":"ObjCRuntime_Runtime_register_assembly_intptr_intptr_","imageIndex":0,"symbolLocation":60},{"imageOffset":146944792,"symbol":"wrapper_native_to_managed_ObjCRuntime_Runtime_register_assembly_intptr_intptr_","symbolLocation":88,"imageIndex":0},{"imageOffset":149592100,"sourceLine":392,"sourceFile":"delegates.inc","symbol":"xamarin_register_assembly","imageIndex":0,"symbolLocation":84},{"imageOffset":149599592,"sourceLine":988,"sourceFile":"runtime.m","symbol":"xamarin_register_monoassembly","imageIndex":0,"symbolLocation":56},{"imageOffset":149633444,"sourceLine":156,"sourceFile":"monovm-bridge.m","symbol":"xamarin_bridge_register_product_assembly","imageIndex":0,"symbolLocation":28},{"imageOffset":149602576,"sourceLine":1322,"sourceFile":"runtime.m","symbol":"xamarin_initialize","imageIndex":0,"symbolLocation":224},{"imageOffset":149636320,"sourceLine":438,"sourceFile":"monotouch-main.m","symbol":"xamarin_main","imageIndex":0,"symbolLocation":268},{"imageOffset":153910404,"sourceLine":488,"sourceFile":"main.arm64.mm","symbol":"main","imageIndex":0,"symbolLocation":64},{"imageOffset":24360,"symbol":"start","symbolLocation":2236,"imageIndex":7}]},{"id":170645,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":4}]},{"id":170646,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":4}]},{"id":170648,"name":"SGen worker","frames":[{"imageOffset":18192,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":3},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":4},{"symbol":"mono_os_cond_wait","inline":true,"imageIndex":0,"imageOffset":151485232,"symbolLocation":8,"sourceLine":219,"sourceFile":"mono-os-mutex.h"},{"symbol":"get_work","inline":true,"imageIndex":0,"imageOffset":151485232,"symbolLocation":240,"sourceLine":167,"sourceFile":"sgen-thread-pool.c"},{"imageOffset":151485232,"sourceLine":198,"sourceFile":"sgen-thread-pool.c","symbol":"thread_func","imageIndex":0,"symbolLocation":468},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":4},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":4}]},{"id":170649,"name":"Finalizer","frames":[{"imageOffset":3728,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":3},{"symbol":"mono_os_sem_wait","inline":true,"imageIndex":0,"imageOffset":152095844,"symbolLocation":12,"sourceLine":85,"sourceFile":"mono-os-semaphore.h"},{"symbol":"mono_coop_sem_wait","inline":true,"imageIndex":0,"imageOffset":152095844,"symbolLocation":44,"sourceLine":41,"sourceFile":"mono-coop-semaphore.h"},{"imageOffset":152095844,"sourceLine":891,"sourceFile":"gc.c","symbol":"finalizer_thread","imageIndex":0,"symbolLocation":340},{"imageOffset":151960480,"sourceLine":1202,"sourceFile":"threads.c","symbol":"start_wrapper_internal","imageIndex":0,"symbolLocation":324},{"imageOffset":151960108,"sourceLine":1264,"sourceFile":"threads.c","symbol":"start_wrapper","imageIndex":0,"symbolLocation":44},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":4},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":4}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4297457664,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.companyname.blazorapp",
    "size" : 157335552,
    "uuid" : "3d328f48-27aa-326b-8707-9fd4a3b050ef",
    "path" : "\/Users\/USER\/Documents\/*\/BlazorApp.app\/Contents\/MacOS\/BlazorApp",
    "name" : "BlazorApp",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4638277632,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.AutomaticAssessmentConfiguration",
    "size" : 32768,
    "uuid" : "b91cd85f-230e-3b4f-8d32-425444aa3f4b",
    "path" : "\/System\/Library\/Frameworks\/AutomaticAssessmentConfiguration.framework\/Versions\/A\/AutomaticAssessmentConfiguration",
    "name" : "AutomaticAssessmentConfiguration",
    "CFBundleVersion" : "12.0.0"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4638752768,
    "size" : 49152,
    "uuid" : "80f14f3d-d099-3693-a8e0-eb9a526b1790",
    "path" : "\/usr\/lib\/libobjc-trampolines.dylib",
    "name" : "libobjc-trampolines.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6817099776,
    "size" : 237544,
    "uuid" : "7acbd9bc-d056-310e-858d-81b116cf6d28",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6817337344,
    "size" : 53248,
    "uuid" : "b401cfb3-8dfe-32db-92b3-ba8af0f8ca6e",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6815887360,
    "size" : 520184,
    "uuid" : "9277aff7-3cc3-30d0-99b7-c62680da95cf",
    "path" : "\/usr\/lib\/system\/libsystem_c.dylib",
    "name" : "libsystem_c.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6817542144,
    "size" : 28660,
    "uuid" : "756cd10d-62a0-3283-9e57-cbaa810c95ac",
    "path" : "\/usr\/lib\/system\/libsystem_platform.dylib",
    "name" : "libsystem_platform.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6813835264,
    "size" : 582972,
    "uuid" : "ac277a36-1808-327a-8761-cca585421212",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  }
],
  "sharedCache" : {
  "base" : 6813171712,
  "size" : 3539582976,
  "uuid" : "a52a6d6b-ad23-3f37-b4f1-4b6316acd74c"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=1.9G resident=0K(0%) swapped_out_or_unallocated=1.9G(100%)\nWritable regions: Total=833.2M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=833.2M(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nActivity Tracing                   256K        1 \nColorSync                           32K        1 \nCoreServices                       176K        1 \nFoundation                          16K        1 \nKernel Alloc Once                   32K        1 \nMALLOC                           171.2M       17 \nMALLOC guard page                   96K        5 \nMALLOC_MEDIUM (reserved)         240.0M        2         reserved VM address space (unallocated)\nMALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)\nSTACK GUARD                       56.1M        5 \nStack                             11.6M        5 \nVM_ALLOCATE                       14.1M       13 \nVM_ALLOCATE (reserved)            8192K        1         reserved VM address space (unallocated)\n__AUTH                            3691K      604 \n__AUTH_CONST                      38.5M      860 \n__CTF                               824        1 \n__DATA                            20.5M      848 \n__DATA_CONST                      43.5M      869 \n__DATA_DIRTY                      3020K      341 \n__FONT_DATA                        2352        1 \n__INFO_FILTER                         8        1 \n__LINKEDIT                       970.0M        4 \n__OBJC_RO                         66.2M        1 \n__OBJC_RW                         2011K        1 \n__TEXT                           953.2M      891 \ndyld private memory                272K        2 \nmapped file                       75.6M       71 \nshared memory                      624K        7 \n===========                     =======  ======= \nTOTAL                              3.0G     4556 \nTOTAL, minus reserved VM space     2.4G     4556 \n",
  "legacyInfo" : {
  "threadTriggered" : {
    "name" : "tid_103",
    "queue" : "com.apple.main-thread"
  }
},
  "logWritingSignature" : "694b2861895385389ef0d333e24c68a9ff21a883",
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "60f8ddccefea4203d95cbeef",
      "factorPackIds" : {

      },
      "deploymentId" : 240000025
    },
    {
      "rolloutId" : "62fe74515312cd4599bd3c80",
      "factorPackIds" : {
        "MYRIAD_BOOSTS" : "62fe74805312cd4599bd3c81"
      },
      "deploymentId" : 240000006
    }
  ],
  "experiments" : [
    {
      "treatmentId" : "c28e4ee6-1b08-4f90-8e05-2809e78310a3",
      "experimentId" : "6317d2003d24842ff850182a",
      "deploymentId" : 400000013
    },
    {
      "treatmentId" : "6dd670af-0633-45e4-ae5f-122ae4df02be",
      "experimentId" : "64406ba83deb637ac8a04419",
      "deploymentId" : 900000005
    }
  ]
}
}

Model: iMac21,1, BootROM 8422.100.650, proc 8:4:4 processors, 8 GB, SMC 
Graphics: Apple M1, Apple M1, Built-In
Display: iMac, Retina 4.5K (4480 x 2520), Main, MirrorOff, Online
Memory Module: LPDDR4, Micron
AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x4378), wl0: Jan 12 2023 05:51:25 version 18.20.383.14.7.8.149 FWID 01-f03416d4
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Ethernet, Ethernet, en0
USB Device: USB31Bus
USB Device: USB31Bus
USB Device: USB31Bus
Thunderbolt Bus: iMac, Apple Inc.
Thunderbolt Bus: iMac, Apple Inc.

@jandupej
Copy link
Member

jandupej commented Jun 9, 2023

@mike3sullivan Thank you for the reports.

@jandupej
Copy link
Member

@rolfbjarne The crash occurs because the runtime detects a struct that is not byref-like with byref-like fields (DateTimeResult in this case). This happens because the runtime does not think that DateTimeResult has a IsByrefLike attribute attached. When inspecting the custom attribute table of the assembly, the attribute is present as it should be. The table, however, contains holes - some rows have keys (Parent) of zero. This causes the table to no longer be sorted and interferes with binary searching for the attributes in the table. The holes seem to be caused by Xamarin's ILStrip. So I think this issue should be moved to Xamarin.

@rolfbjarne
Copy link
Member

The holes seem to be caused by Xamarin's ILStrip. So I think this issue should be moved to Xamarin.

Turns out ILStrip is also coming from this repo, so if that's the case, it's still in the right repo.

steveisok pushed a commit that referenced this issue Jun 22, 2023
This prevents custom attribute table corruption by sorting it as the last step when stripping an assembly. Addresses #85414.

The PR will have to be backported to net7.0.
@rolfbjarne
Copy link
Member

The holes seem to be caused by Xamarin's ILStrip. So I think this issue should be moved to Xamarin.

Turns out ILStrip is also coming from this repo, so if that's the case, it's still in the right repo.

Since this is an issue with ILStrip, it's possible to work around it by disabling the IL stripper, by adding the following property to the project file:

<EnableAssemblyILStripping>false</EnableAssemblyILStripping>

@jandupej
Copy link
Member

The issue has been addressed in #87923 and #88435. The fix has been staged for net7.0 backport in #87933 and #88437. Closing.

@ghost ghost locked as resolved and limited conversation to collaborators Aug 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

8 participants