-
Notifications
You must be signed in to change notification settings - Fork 557
Open
Labels
need-infoWaiting for more information before the bug can be investigatedWaiting for more information before the bug can be investigated
Milestone
Description
Apple platform
iOS
Framework version
net11.0-*
Affected platform version
NET 11
Description
The MAUI template app fails to start in Debug when MtouchLink=Full is enabled. Fixing the marshalling issue would allow trimming of all assemblies in the R2R image, not just the SDK assemblies.
Steps to Reproduce
dotnet new maui -n SampleMAUI
cd SampleMAUI
Add the following to SampleMAUI.csproj:
<MtouchLink>Full</MtouchLink>
Build and run the app in Debug configuration.
Did you find any workaround?
With SdkOnly trimming, it works as expected.
Relevant logs
Incident Identifier: 257E3149-8ABB-46C3-8624-50593CF458DE
CrashReporter Key: 6a7c3d6b05eeb245eed9f7c07ac6b799cbdea34e
Hardware Model: iPhone14,5
Process: SampleMAUI [10455]
Path: /private/var/containers/Bundle/Application/7195B62F-6AB2-4A8B-B6B1-79A24B624A90/SampleMAUI.app/SampleMAUI
Identifier: com.companyname.samplemaui
Version: 1.0 (1)
Code Type: ARM-64 (Native)
Role: Foreground
Parent Process: launchd [1]
Coalition: com.companyname.samplemaui [2222]
Date/Time: 2026-02-18 09:20:19.4859 +0100
Launch Time: 2026-02-18 09:20:19.0940 +0100
OS Version: iPhone OS 26.3 (23D127)
Release Type: User
Baseband Version: 5.40.01
Report Version: 104
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Termination Reason: SIGNAL 6 Abort trap: 6
Terminating Process: SampleMAUI [10455]
Triggered by Thread: 0
Application Specific Information:
abort() called
Last Exception Backtrace:
0 CoreFoundation 0x191210964 __exceptionPreprocess + 164
1 libobjc.A.dylib 0x18e0ed814 objc_exception_throw + 87
2 SampleMAUI 0x10212f428 xamarin_process_managed_exception + 912
3 SampleMAUI 0x10212efd4 xamarin_process_managed_exception_gchandle + 60
4 SampleMAUI 0x10214452c -[AppDelegate application:didFinishLaunchingWithOptions:] + 128
5 UIKitCore 0x197f9a384 -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 339
6 UIKitCore 0x197f9b928 -[UIApplication _callInitializationDelegatesWithActions:forScene:payload:fromOriginatingProcess:] + 3107
7 UIKitCore 0x197f9f94c -[UIApplication _runWithMainScene:transitionContext:completion:] + 787
8 UIKitCore 0x1975a7ce8 -[_UISceneLifecycleMultiplexer completeApplicationLaunchWithFBSScene:transitionContext:] + 115
9 UIKitCore 0x196c52eb0 _UIScenePerformActionsWithLifecycleActionMask + 111
10 UIKitCore 0x1975a8564 __101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]_block_invoke + 251
11 UIKitCore 0x1975a8070 -[_UISceneLifecycleMultiplexer _performBlock:withApplicationOfDeactivationReasons:fromReasons:] + 211
12 UIKitCore 0x1975a837c -[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:] + 607
13 UIKitCore 0x1975a7e08 -[_UISceneLifecycleMultiplexer uiScene:transitionedFromState:withTransitionContext:] + 243
14 UIKitCore 0x1975b3288 __186-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:]_block_invoke + 147
15 UIKitCore 0x197a25ec4 +[BSAnimationSettings(UIKit) tryAnimatingWithSettings:fromCurrentState:actions:completion:] + 735
16 UIKitCore 0x196c53cc8 _UISceneSettingsDiffActionPerformChangesWithTransitionContextAndCompletion + 223
17 UIKitCore 0x1975b2f84 -[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:] + 315
18 UIKitCore 0x1973f21e4 __64-[UIScene scene:didUpdateWithDiff:transitionContext:completion:]_block_invoke.218 + 615
19 UIKitCore 0x1973f1278 -[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:] + 207
20 UIKitCore 0x1973f1e50 -[UIScene scene:didUpdateWithDiff:transitionContext:completion:] + 243
21 UIKitCore 0x197f9e918 -[UIApplication workspace:didCreateScene:withTransitionContext:completion:] + 475
22 UIKitCore 0x197a4ecb4 -[UIApplicationSceneClientAgent scene:didInitializeWithEvent:completion:] + 287
23 FrontBoardServices 0x1b13233ec __95-[FBSScene _callOutQueue_didCreateWithTransitionContext:alternativeCreationCallout:completion:]_block_invoke + 363
24 FrontBoardServices 0x1b13238a4 -[FBSScene _callOutQueue_maybeCoalesceClientSettingsUpdates:] + 127
25 FrontBoardServices 0x1b1323204 -[FBSScene _callOutQueue_didCreateWithTransitionContext:alternativeCreationCallout:completion:] + 435
26 FrontBoardServices 0x1b1391bcc __93-[FBSWorkspaceScenesClient _callOutQueue_sendDidCreateForScene:transitionContext:completion:]_block_invoke.349 + 287
27 FrontBoardServices 0x1b1330f64 -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 167
28 FrontBoardServices 0x1b134de04 -[FBSWorkspaceScenesClient _callOutQueue_sendDidCreateForScene:transitionContext:completion:] + 479
29 FrontBoardServices 0x1b134f768 __92-[FBSWorkspaceScenesClient createSceneWithIdentity:parameters:transitionContext:completion:]_block_invoke_2 + 267
30 FrontBoardServices 0x1b1330f64 -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 167
31 libdispatch.dylib 0x1c9e8a7fc _dispatch_client_callout + 15
32 libdispatch.dylib 0x1c9e75bb4 _dispatch_block_invoke_direct + 283
33 BoardServices 0x1a8a201d4 __BSSERVICEMAINRUNLOOPQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 51
34 BoardServices 0x1a8a20054 BSServiceMainRunLoopSourceHandler + 223
35 CoreFoundation 0x1911b3f10 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 27
36 CoreFoundation 0x1911b3e84 __CFRunLoopDoSource0 + 171
37 CoreFoundation 0x191191b30 __CFRunLoopDoSources0 + 331
38 CoreFoundation 0x1911686d8 __CFRunLoopRun + 819
39 CoreFoundation 0x191167a6c _CFRunLoopRunSpecificWithOptions + 531
40 GraphicsServices 0x235ad5498 GSEventRunModal + 119
41 UIKitCore 0x196c17df8 -[UIApplication _run] + 791
42 UIKitCore 0x196bc0e54 UIApplicationMain + 335
43 SampleMAUI 0x1021287f4 xamarin_UIApplicationMain + 60
44 SampleMAUI 0x1027f0194 0x102528000 + 2916756
45 SampleMAUI 0x1027f03f8 0x102528000 + 2917368
46 SampleMAUI 0x1028effe8 0x102528000 + 3964904
47 libcoreclr 0x103df9700 0x103a18000 + 4069120
48 libcoreclr 0x103c795fc 0x103a18000 + 2495996
49 libcoreclr 0x103b8431c 0x103a18000 + 1491740
50 libcoreclr 0x103b84620 0x103a18000 + 1492512
51 libcoreclr 0x103ba3678 0x103a18000 + 1619576
52 libcoreclr 0x103a1c9cc coreclr_execute_assembly + 248
53 SampleMAUI 0x10213d98c mono_jit_exec + 196
54 SampleMAUI 0x102141f40 xamarin_main + 2136
55 SampleMAUI 0x1021436ac main + 64
56 dyld 0x18e142e28 start + 7115
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 libsystem_kernel.dylib 0x23e9050cc __pthread_kill + 8
1 libsystem_pthread.dylib 0x1edcbf810 pthread_kill + 267
2 libsystem_c.dylib 0x19caecff4 __abort + 131
3 libsystem_c.dylib 0x19caecf70 abort + 135
4 SampleMAUI 0x10212f6f4 exception_handler(NSException*) + 244
5 CoreFoundation 0x19129a0b4 __handleUncaughtException + 659
6 libobjc.A.dylib 0x18e0eff6c _objc_terminate() + 143
7 libc++abi.dylib 0x18e1efbdc std::__terminate(void (*)()) + 15
8 libc++abi.dylib 0x18e1f3314 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception*) + 87
9 libc++abi.dylib 0x18e1f32bc __cxa_throw + 91
10 libobjc.A.dylib 0x18e0ed97c objc_exception_throw + 447
11 SampleMAUI 0x10212f428 xamarin_process_managed_exception + 912
12 SampleMAUI 0x10212efd4 xamarin_process_managed_exception_gchandle + 60
13 SampleMAUI 0x10214452c -[AppDelegate application:didFinishLaunchingWithOptions:] + 128
14 UIKitCore 0x197f9a384 -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 339
15 UIKitCore 0x197f9b928 -[UIApplication _callInitializationDelegatesWithActions:forScene:payload:fromOriginatingProcess:] + 3107
16 UIKitCore 0x197f9f94c -[UIApplication _runWithMainScene:transitionContext:completion:] + 787
17 UIKitCore 0x1975a7ce8 -[_UISceneLifecycleMultiplexer completeApplicationLaunchWithFBSScene:transitionContext:] + 115
18 UIKitCore 0x196c52eb0 _UIScenePerformActionsWithLifecycleActionMask + 111
19 UIKitCore 0x1975a8564 __101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]_block_invoke + 251
20 UIKitCore 0x1975a8070 -[_UISceneLifecycleMultiplexer _performBlock:withApplicationOfDeactivationReasons:fromReasons:] + 211
21 UIKitCore 0x1975a837c -[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:] + 607
22 UIKitCore 0x1975a7e08 -[_UISceneLifecycleMultiplexer uiScene:transitionedFromState:withTransitionContext:] + 243
23 UIKitCore 0x1975b3288 __186-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:]_block_invoke + 147
24 UIKitCore 0x197a25ec4 +[BSAnimationSettings(UIKit) tryAnimatingWithSettings:fromCurrentState:actions:completion:] + 735
25 UIKitCore 0x196c53cc8 _UISceneSettingsDiffActionPerformChangesWithTransitionContextAndCompletion + 223
26 UIKitCore 0x1975b2f84 -[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:] + 315
27 UIKitCore 0x1973f21e4 __64-[UIScene scene:didUpdateWithDiff:transitionContext:completion:]_block_invoke.218 + 615
28 UIKitCore 0x1973f1278 -[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:] + 207
29 UIKitCore 0x1973f1e50 -[UIScene scene:didUpdateWithDiff:transitionContext:completion:] + 243
30 UIKitCore 0x197f9e918 -[UIApplication workspace:didCreateScene:withTransitionContext:completion:] + 475
31 UIKitCore 0x197a4ecb4 -[UIApplicationSceneClientAgent scene:didInitializeWithEvent:completion:] + 287
32 FrontBoardServices 0x1b13233ec __95-[FBSScene _callOutQueue_didCreateWithTransitionContext:alternativeCreationCallout:completion:]_block_invoke + 363
33 FrontBoardServices 0x1b13238a4 -[FBSScene _callOutQueue_maybeCoalesceClientSettingsUpdates:] + 127
34 FrontBoardServices 0x1b1323204 -[FBSScene _callOutQueue_didCreateWithTransitionContext:alternativeCreationCallout:completion:] + 435
35 FrontBoardServices 0x1b1391bcc __93-[FBSWorkspaceScenesClient _callOutQueue_sendDidCreateForScene:transitionContext:completion:]_block_invoke.349 + 287
36 FrontBoardServices 0x1b1330f64 -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 167
37 FrontBoardServices 0x1b134de04 -[FBSWorkspaceScenesClient _callOutQueue_sendDidCreateForScene:transitionContext:completion:] + 479
38 FrontBoardServices 0x1b134f768 __92-[FBSWorkspaceScenesClient createSceneWithIdentity:parameters:transitionContext:completion:]_block_invoke_2 + 267
39 FrontBoardServices 0x1b1330f64 -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 167
40 libdispatch.dylib 0x1c9e8a7fc _dispatch_client_callout + 15
41 libdispatch.dylib 0x1c9e75bb4 _dispatch_block_invoke_direct + 283
42 BoardServices 0x1a8a201d4 __BSSERVICEMAINRUNLOOPQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 51
43 BoardServices 0x1a8a20054 BSServiceMainRunLoopSourceHandler + 223
44 CoreFoundation 0x1911b3f10 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 27
45 CoreFoundation 0x1911b3e84 __CFRunLoopDoSource0 + 171
46 CoreFoundation 0x191191b30 __CFRunLoopDoSources0 + 331
47 CoreFoundation 0x1911686d8 __CFRunLoopRun + 819
48 CoreFoundation 0x191167a6c _CFRunLoopRunSpecificWithOptions + 531
49 GraphicsServices 0x235ad5498 GSEventRunModal + 119
50 UIKitCore 0x196c17df8 -[UIApplication _run] + 791
51 UIKitCore 0x196bc0e54 UIApplicationMain + 335
52 SampleMAUI 0x1021287f4 xamarin_UIApplicationMain + 60
53 SampleMAUI 0x1027f0194 0x102528000 + 2916756
54 SampleMAUI 0x1027f03f8 0x102528000 + 2917368
55 SampleMAUI 0x1028effe8 0x102528000 + 3964904
56 libcoreclr 0x103df9700 0x103a18000 + 4069120
57 libcoreclr 0x103c795fc 0x103a18000 + 2495996
58 libcoreclr 0x103b8431c 0x103a18000 + 1491740
59 libcoreclr 0x103b84620 0x103a18000 + 1492512
60 libcoreclr 0x103ba3678 0x103a18000 + 1619576
61 libcoreclr 0x103a1c9cc coreclr_execute_assembly + 248
62 SampleMAUI 0x10213d98c mono_jit_exec + 196
63 SampleMAUI 0x102141f40 xamarin_main + 2136
64 SampleMAUI 0x1021436ac main + 64
65 dyld 0x18e142e28 start + 7115
Thread 1:
0 libsystem_kernel.dylib 0x23e90236c __select + 8
1 SampleMAUI 0x10213f838 monotouch_connect_usb + 1032
2 SampleMAUI 0x10213f05c monotouch_configure_debugging + 2852
3 SampleMAUI 0x102128cac -[XamarinCocoaThreadInitializer entryPoint:] + 68
4 Foundation 0x18e7e721c __NSThread__start__ + 731
5 libsystem_pthread.dylib 0x1edcbc44c _pthread_start + 135
6 libsystem_pthread.dylib 0x1edcb88cc thread_start + 7
Thread 2:
0 libsystem_kernel.dylib 0x23e8facd4 mach_msg2_trap + 8
1 libsystem_kernel.dylib 0x23e8fe2f8 mach_msg2_internal + 75
2 libsystem_kernel.dylib 0x23e8fe214 mach_msg_overwrite + 427
3 libsystem_kernel.dylib 0x23e8fe05c mach_msg + 23
4 libcoreclr 0x103e38480 0x103a18000 + 4326528
5 libcoreclr 0x103e377f0 0x103a18000 + 4323312
6 libsystem_pthread.dylib 0x1edcbc44c _pthread_start + 135
7 libsystem_pthread.dylib 0x1edcb88cc thread_start + 7
Thread 3 name: .NET SynchManager
Thread 3:
0 libsystem_kernel.dylib 0x23e9018d0 kevent + 8
1 libcoreclr 0x103e2e19c 0x103a18000 + 4284828
2 libcoreclr 0x103e2db94 0x103a18000 + 4283284
3 libcoreclr 0x103e34d18 0x103a18000 + 4312344
4 libsystem_pthread.dylib 0x1edcbc44c _pthread_start + 135
5 libsystem_pthread.dylib 0x1edcb88cc thread_start + 7
Thread 4 name: .NET DebugPipe
Thread 4:
0 libsystem_kernel.dylib 0x23e900710 __open_nocancel + 8
1 libsystem_kernel.dylib 0x23e9006fc open$NOCANCEL + 39
2 libcoreclr 0x103abf15c 0x103a18000 + 684380
3 libcoreclr 0x103abb804 0x103a18000 + 669700
4 libcoreclr 0x103ab9e10 0x103a18000 + 663056
5 libcoreclr 0x103ab8d24 0x103a18000 + 658724
6 libcoreclr 0x103e34d18 0x103a18000 + 4312344
7 libsystem_pthread.dylib 0x1edcbc44c _pthread_start + 135
8 libsystem_pthread.dylib 0x1edcb88cc thread_start + 7
Thread 5 name: .NET Debugger
Thread 5:
0 libsystem_kernel.dylib 0x23e9005d4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x1edcbab84 _pthread_cond_wait + 1027
2 libcoreclr 0x103e2ccbc 0x103a18000 + 4279484
3 libcoreclr 0x103e2c94c 0x103a18000 + 4278604
4 libcoreclr 0x103e2f6a4 0x103a18000 + 4290212
5 libcoreclr 0x103ab7458 0x103a18000 + 652376
6 libcoreclr 0x103ab7304 0x103a18000 + 652036
7 libcoreclr 0x103ab70a4 0x103a18000 + 651428
8 libcoreclr 0x103e34d18 0x103a18000 + 4312344
9 libsystem_pthread.dylib 0x1edcbc44c _pthread_start + 135
10 libsystem_pthread.dylib 0x1edcb88cc thread_start + 7
Thread 6:
0 libsystem_kernel.dylib 0x23e9005d4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x1edcbab84 _pthread_cond_wait + 1027
2 libcoreclr 0x103e2cc5c 0x103a18000 + 4279388
3 libcoreclr 0x103e2c94c 0x103a18000 + 4278604
4 libcoreclr 0x103e2f6a4 0x103a18000 + 4290212
5 libcoreclr 0x103e2f1c8 0x103a18000 + 4288968
6 libcoreclr 0x103d2eedc 0x103a18000 + 3239644
7 libcoreclr 0x103cb16c4 0x103a18000 + 2725572
8 libcoreclr 0x103cb1844 0x103a18000 + 2725956
9 libcoreclr 0x103c4c8b0 0x103a18000 + 2312368
10 libcoreclr 0x103cb1ca4 0x103a18000 + 2727076
11 libcoreclr 0x103e34d18 0x103a18000 + 4312344
12 libsystem_pthread.dylib 0x1edcbc44c _pthread_start + 135
13 libsystem_pthread.dylib 0x1edcb88cc thread_start + 7
Thread 7 name: Dispatch queue: com.apple.UIKit.KeyboardManagement
Thread 7:
0 libsystem_kernel.dylib 0x23e90110c __ulock_wait + 8
1 libdispatch.dylib 0x1c9e72c6c _dlock_wait + 55
2 libdispatch.dylib 0x1c9e72a8c _dispatch_thread_event_wait_slow + 55
3 libdispatch.dylib 0x1c9e80ba0 __DISPATCH_WAIT_FOR_QUEUE__ + 367
4 libdispatch.dylib 0x1c9e80758 _dispatch_sync_f_slow + 147
5 UIKitCore 0x197dd1a48 __37-[_UIRemoteKeyboards startConnection]_block_invoke.448 + 143
6 CoreFoundation 0x1911906c4 __invoking___ + 147
7 CoreFoundation 0x191190550 -[NSInvocation invoke] + 423
8 Foundation 0x18e7ada10 <deduplicated_symbol> + 15
9 Foundation 0x18f1f2b68 -[NSXPCConnection _decodeAndInvokeReplyBlockWithEvent:sequence:replyInfo:] + 527
10 Foundation 0x18f1f68d4 __88-[NSXPCConnection _sendInvocation:orArguments:count:methodSignature:selector:withProxy:]_block_invoke_5 + 187
11 libxpc.dylib 0x1a553ee90 _xpc_connection_reply_callout + 123
12 libxpc.dylib 0x1a5530584 _xpc_connection_call_reply_async + 95
13 libdispatch.dylib 0x1c9e8a82c <deduplicated_symbol> + 15
14 libdispatch.dylib 0x1c9e8e820 _dispatch_mach_msg_async_reply_invoke + 339
15 libdispatch.dylib 0x1c9e792d0 _dispatch_lane_serial_drain + 331
16 libdispatch.dylib 0x1c9e79f78 _dispatch_lane_invoke + 439
17 libdispatch.dylib 0x1c9e843ec _dispatch_root_queue_drain_deferred_wlh + 291
18 libdispatch.dylib 0x1c9e83ce4 _dispatch_workloop_worker_thread + 691
19 libsystem_pthread.dylib 0x1edcb93b8 _pthread_wqthread + 291
20 libsystem_pthread.dylib 0x1edcb88c0 start_wqthread + 7
Thread 8:
Thread 9:
Thread 10:
Thread 11:
Thread 12:
Thread 13:
Thread 14 name: com.apple.uikit.eventfetch-thread
Thread 14:
0 libsystem_kernel.dylib 0x23e8facd4 mach_msg2_trap + 8
1 libsystem_kernel.dylib 0x23e8fe2f8 mach_msg2_internal + 75
2 libsystem_kernel.dylib 0x23e8fe214 mach_msg_overwrite + 427
3 libsystem_kernel.dylib 0x23e8fe05c mach_msg + 23
4 CoreFoundation 0x191191868 __CFRunLoopServiceMachPort + 159
5 CoreFoundation 0x191168848 __CFRunLoopRun + 1187
6 CoreFoundation 0x191167a6c _CFRunLoopRunSpecificWithOptions + 531
7 Foundation 0x18f127f54 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 211
8 Foundation 0x18f12812c -[NSRunLoop(NSRunLoop) runUntilDate:] + 63
9 UIKitCore 0x196bed094 -[UIEventFetcher threadMain] + 407
10 Foundation 0x18e7e721c __NSThread__start__ + 731
11 libsystem_pthread.dylib 0x1edcbc44c _pthread_start + 135
12 libsystem_pthread.dylib 0x1edcb88cc thread_start + 7
Thread 15:
Thread 16 name: Dispatch queue: com.apple.libtrace.state.block-list
Thread 16:
0 libsystem_kernel.dylib 0x23e90110c __ulock_wait + 8
1 libdispatch.dylib 0x1c9e72c6c _dlock_wait + 55
2 libdispatch.dylib 0x1c9e72a8c _dispatch_thread_event_wait_slow + 55
3 libdispatch.dylib 0x1c9e80ba0 __DISPATCH_WAIT_FOR_QUEUE__ + 367
4 libdispatch.dylib 0x1c9e80758 _dispatch_sync_f_slow + 147
5 libsystem_trace.dylib 0x1b608d1dc ___os_state_request_for_self_block_invoke + 371
6 libdispatch.dylib 0x1c9e70adc _dispatch_call_block_and_release + 31
7 libdispatch.dylib 0x1c9e8a7fc _dispatch_client_callout + 15
8 libdispatch.dylib 0x1c9e79468 _dispatch_lane_serial_drain + 739
9 libdispatch.dylib 0x1c9e79f78 _dispatch_lane_invoke + 439
10 libdispatch.dylib 0x1c9e843ec _dispatch_root_queue_drain_deferred_wlh + 291
11 libdispatch.dylib 0x1c9e83ce4 _dispatch_workloop_worker_thread + 691
12 libsystem_pthread.dylib 0x1edcb93b8 _pthread_wqthread + 291
13 libsystem_pthread.dylib 0x1edcb88c0 start_wqthread + 7
Thread 17:
Thread 0 crashed with ARM Thread State (64-bit):
x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000000
x4: 0x0000000000000000 x5: 0x0000000000989680 x6: 0x0000000000000037 x7: 0xfffff0003ffff800
x8: 0x6ca563f04804feaa x9: 0x6ca563f1b2825caa x10: 0x00000000000003e8 x11: 0x0000010000000000
x12: 0x00000000fffffffd x13: 0x0000000000000000 x14: 0x0000000000000000 x15: 0x0000000000000000
x16: 0x0000000000000148 x17: 0x00000001fa86a200 x18: 0x0000000000000000 x19: 0x0000000000000006
x20: 0x0000000000000103 x21: 0x00000001fa86a2e0 x22: 0x000000013c3322e0 x23: 0x00000001fc348d78
x24: 0x0000000000000039 x25: 0x00000001915f802c x26: 0x00000001f7877624 x27: 0x00000001f3acb000
x28: 0x0000000000000010 fp: 0x000000016dcd6dc0 lr: 0x00000001edcbf810
sp: 0x000000016dcd6da0 pc: 0x000000023e9050cc cpsr: 0x40001000
far: 0x0000000000000000 esr: 0x56000080 (Syscall)
Binary Images:
0x102124000 - 0x1021affff SampleMAUI arm64 <b4159c7e8f82387ebf6cf3c920904ab0> /var/containers/Bundle/Application/7195B62F-6AB2-4A8B-B6B1-79A24B624A90/SampleMAUI.app/SampleMAUI
0x102528000 - 0x1033effff SampleMAUI arm64 <0b28a73b8f983143865227c67408c121> /private/var/containers/Bundle/Application/7195B62F-6AB2-4A8B-B6B1-79A24B624A90/SampleMAUI.app/Frameworks/SampleMAUI.framework/SampleMAUI
0x1022a8000 - 0x1022b3fff libSystem.Globalization.Native arm64 <a27f397d6e063b2bb157dacaaef7c2ae> /private/var/containers/Bundle/Application/7195B62F-6AB2-4A8B-B6B1-79A24B624A90/SampleMAUI.app/Frameworks/libSystem.Globalization.Native.framework/libSystem.Globalization.Native
0x1038b8000 - 0x103a03fff libSystem.IO.Compression.Native arm64 <72d59bbe37943794b71a910a3590fe4d> /private/var/containers/Bundle/Application/7195B62F-6AB2-4A8B-B6B1-79A24B624A90/SampleMAUI.app/Frameworks/libSystem.IO.Compression.Native.framework/libSystem.IO.Compression.Native
0x1022c4000 - 0x1022d7fff libSystem.Native arm64 <e0a3241b3ad83586ae7885d9be70eb24> /private/var/containers/Bundle/Application/7195B62F-6AB2-4A8B-B6B1-79A24B624A90/SampleMAUI.app/Frameworks/libSystem.Native.framework/libSystem.Native
0x1022ec000 - 0x1022f3fff libSystem.Net.Security.Native arm64 <d78e00c5d8b83488b140c75dd78fd7c1> /private/var/containers/Bundle/Application/7195B62F-6AB2-4A8B-B6B1-79A24B624A90/SampleMAUI.app/Frameworks/libSystem.Net.Security.Native.framework/libSystem.Net.Security.Native
0x102304000 - 0x10231ffff libSystem.Security.Cryptography.Native.Apple arm64 <b915e180b81534529786789da92459d7> /private/var/containers/Bundle/Application/7195B62F-6AB2-4A8B-B6B1-79A24B624A90/SampleMAUI.app/Frameworks/libSystem.Security.Cryptography.Native.Apple.framework/libSystem.Security.Cryptography.Native.Apple
0x103a18000 - 0x103ec7fff libcoreclr arm64 <87d24fda191f393880634c56f505eb9d> /private/var/containers/Bundle/Application/7195B62F-6AB2-4A8B-B6B1-79A24B624A90/SampleMAUI.app/Frameworks/libcoreclr.framework/libcoreclr
0x103f30000 - 0x1040cbfff libmscordaccore arm64 <ac73df2c344139aa9aca52aef8e53674> /private/var/containers/Bundle/Application/7195B62F-6AB2-4A8B-B6B1-79A24B624A90/SampleMAUI.app/Frameworks/libmscordaccore.framework/libmscordaccore
0x104104000 - 0x10423ffff libmscordbi arm64 <13de64cb6d3f3922bd6508acdcb0e5d0> /private/var/containers/Bundle/Application/7195B62F-6AB2-4A8B-B6B1-79A24B624A90/SampleMAUI.app/Frameworks/libmscordbi.framework/libmscordbi
0x105950000 - 0x10595bfff libobjc-trampolines.dylib arm64e <1954b963897d321f88be880ecef5b408> /private/preboot/Cryptexes/OS/usr/lib/libobjc-trampolines.dylib
0x23e8fa000 - 0x23e934d2b libsystem_kernel.dylib arm64e <8d8301292cbe32a9b61ece493eecb399> /usr/lib/system/libsystem_kernel.dylib
0x1edcb8000 - 0x1edcc445f libsystem_pthread.dylib arm64e <4f94107b94d23e888542f5403c581b50> /usr/lib/system/libsystem_pthread.dylib
0x19ca75000 - 0x19caf55af libsystem_c.dylib arm64e <61a33aa9d6683b35a859b6925c4047b9> /usr/lib/system/libsystem_c.dylib
0x19114b000 - 0x1916d173f CoreFoundation arm64e <d52bceeee890347c84611537154e22d9> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x18e0bc000 - 0x18e10db5f libobjc.A.dylib arm64e <4358daf977583542a1e19f185534a911> /usr/lib/libobjc.A.dylib
0x18e1de000 - 0x18e1f86c7 libc++abi.dylib arm64e <a741ff8f8ad1315780ba476d6d990c23> /usr/lib/libc++abi.dylib
0x196b7a000 - 0x198fd99bf UIKitCore arm64e <a70d8d96f3a53099901127eeb49d7be8> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x1b1305000 - 0x1b13e937f FrontBoardServices arm64e <a22c8550b61b345d8096a663707aac84> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1c9e6f000 - 0x1c9eb521f libdispatch.dylib arm64e <904d48a3d99e3962bfa9c3dfb66bba83> /usr/lib/system/libdispatch.dylib
0x1a8a17000 - 0x1a8a9987f BoardServices arm64e <76c29400a366344e90a3c79063a02bfc> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
0x235ad4000 - 0x235adc7ff GraphicsServices arm64e <12a401ff966436029f17f3047446e62b> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x18e13e000 - 0x18e1dd347 dyld arm64e <7631b298c24e3532b62500a1ad73c1fd> /usr/lib/dyld
0x0 - 0xffffffffffffffff ??? unknown-arch <00000000000000000000000000000000> ???
0x18e785000 - 0x18f5cbc9f Foundation arm64e <4c3912d2e14a3a21926b54bef625be89> /System/Library/Frameworks/Foundation.framework/Foundation
0x1a551d000 - 0x1a556f07f libxpc.dylib arm64e <26e3f9d775bb3384a2bf2628f1dbb2bc> /usr/lib/system/libxpc.dylib
0x1b6083000 - 0x1b60a331f libsystem_trace.dylib arm64e <d1d02aad393939dfbb569ad956d67e22> /usr/lib/system/libsystem_trace.dylib
EOF
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
need-infoWaiting for more information before the bug can be investigatedWaiting for more information before the bug can be investigated