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

RLMSetErrorOrThrow(NSError*, NSError* __autoreleasing*) + 228 (RLMUtil.mm:362) #8716

Open
ddcoder001 opened this issue Nov 19, 2024 · 1 comment

Comments

@ddcoder001
Copy link

How frequently does the bug occur?

Sometimes

Description

SDK version 10.48.0,xcode15.3 packaging crash probability is smaller, SDK upgrade to 10.54.0,xcode16.0 packaging,crash probability increases

Stacktrace & log output

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Termination Reason: SIGNAL 6 Abort trap: 6

Triggered by Thread:  0

Last Exception Backtrace:
0   CoreFoundation                	0x1a7d30f20 __exceptionPreprocess + 164 (NSException.m:249)
1   libobjc.A.dylib               	0x19fbb72b8 objc_exception_throw + 60 (objc-exception.mm:356)
2   Realm                         	0x102f3e2c4 RLMSetErrorOrThrow(NSError*, NSError* __autoreleasing*) + 228 (RLMUtil.mm:362)
3   Realm                         	0x102f152ac RLMRealmTranslateException(NSError* __autoreleasing*) + 100 (RLMRealm.mm:170)
4   Realm                         	0x102f16be4 +[RLMRealm realmWithConfiguration:confinedTo:error:] + 3208 (RLMRealm.mm:433)
5   Realm                         	0x102f15e08 +[RLMRealm realmWithConfiguration:error:] + 80 (RLMRealm.mm:387)
6   Realm                         	0x102f15588 +[RLMRealm defaultRealm] + 60 (RLMRealm.mm:303)
7   Sleep Monitor                 	0x100fbba0c -[AppDelegate dbMigrate] + 84 (AppDelegate.m:663)
8   Sleep Monitor                 	0x100e85904 -[SMDBAPI migrateRealmDB] + 100 (SMDBAPI.m:50)
9   libdispatch.dylib             	0x1afbd6dd4 _dispatch_client_callout + 20 (object.m:576)
10  libdispatch.dylib             	0x1afbd8654 _dispatch_once_callout + 32 (once.c:52)
11  Sleep Monitor                 	0x100e856e4 _dispatch_once + 16 (once.h:85)
12  Sleep Monitor                 	0x100e856e4 +[SMDBAPI sharedWithDelegate:] + 164 (SMDBAPI.m:17)
13  Sleep Monitor                 	0x100fb9f78 -[AppDelegate application:didFinishLaunchingWithOptions:] + 316 (AppDelegate.m:61)
14  UIKitCore                     	0x1aa3f5bac -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 320 (UIApplication.m:2430)
15  UIKitCore                     	0x1aa3f30e8 -[UIApplication _callInitializationDelegatesWithActions:forCanvas:payload:fromOriginatingProcess:] + 2856 (UIApplication.m:2864)
16  UIKitCore                     	0x1aa2c199c -[UIApplication _runWithMainScene:transitionContext:completion:] + 856 (UIApplication.m:4712)
17  UIKitCore                     	0x1aa274ad8 -[_UISceneLifecycleMultiplexer completeApplicationLaunchWithFBSScene:transitionContext:] + 132 (_UISceneLifecycleMultiplexer.m:450)
18  UIKitCore                     	0x1aa167708 _UIScenePerformActionsWithLifecycleActionMask + 112 (_UISceneLifecycleState.m:109)
19  UIKitCore                     	0x1aa33a488 __101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]_block_invoke + 216 (_UISceneLifecycleMultiplexer.m:566)
20  UIKitCore                     	0x1aa33a208 -[_UISceneLifecycleMultiplexer _performBlock:withApplicationOfDeactivationReasons:fromReasons:] + 332 (_UISceneLifecycleMultiplexer.m:518)
21  UIKitCore                     	0x1aa0c9360 -[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:] + 608 (_UISceneLifecycleMultiplexer.m:565)
22  UIKitCore                     	0x1aa096594 -[_UISceneLifecycleMultiplexer uiScene:transitionedFromState:withTransitionContext:] + 248 (_UISceneLifecycleMultiplexer.m:468)
23  UIKitCore                     	0x1aa095ebc __186-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:]_block... + 148 (_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction.m:73)
24  UIKitCore                     	0x1aa095868 +[BSAnimationSettings(UIKit) tryAnimatingWithSettings:fromCurrentState:actions:completion:] + 736 (BSAnimationSettings+UIKit.m:54)
25  UIKitCore                     	0x1aa094ea8 _UISceneSettingsDiffActionPerformChangesWithTransitionContextAndCompletion + 224 (_UISceneSettingsDiffAction.m:27)
26  UIKitCore                     	0x1aa168c80 -[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:] + 316 (_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction.m:58)
27  UIKitCore                     	0x1aa1674b8 __64-[UIScene scene:didUpdateWithDiff:transitionContext:completion:]_block_invoke.226 + 612 (UIScene.m:2067)
28  UIKitCore                     	0x1aa166e10 -[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:] + 216 (UIScene.m:1736)
29  UIKitCore                     	0x1aa231f48 -[UIScene scene:didUpdateWithDiff:transitionContext:completion:] + 244 (UIScene.m:2026)
30  UIKitCore                     	0x1aa22eaac -[UIApplication workspace:didCreateScene:withTransitionContext:completion:] + 508 (UIApplication.m:4152)
31  UIKitCore                     	0x1aa22e6cc -[UIApplicationSceneClientAgent scene:didInitializeWithEvent:completion:] + 288 (UIApplicationSceneClientAgent.m:47)
32  FrontBoardServices            	0x1c0abe974 -[FBSScene _callOutQueue_didCreateWithTransitionContext:completion:] + 324 (FBSScene.m:549)
33  FrontBoardServices            	0x1c0abe808 __92-[FBSWorkspaceScenesClient createSceneWithIdentity:parameters:transitionContext:completion:]_block_invoke.108 + 280 (FBSWorkspaceScenesClient.m:480)
34  FrontBoardServices            	0x1c0aba6cc -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 168 (FBSWorkspace.m:411)
35  FrontBoardServices            	0x1c0abecc4 __92-[FBSWorkspaceScenesClient createSceneWithIdentity:parameters:transitionContext:completion:]_block_invoke + 352 (FBSWorkspaceScenesClient.m:468)
36  libdispatch.dylib             	0x1afbd6dd4 _dispatch_client_callout + 20 (object.m:576)
37  libdispatch.dylib             	0x1afbda86c _dispatch_block_invoke_direct + 288 (queue.c:511)
38  FrontBoardServices            	0x1c0abbd58 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 52 (FBSSerialQueue.m:285)
39  FrontBoardServices            	0x1c0abbcd8 -[FBSMainRunLoopSerialQueue _targetQueue_performNextIfPossible] + 240 (FBSSerialQueue.m:309)
40  FrontBoardServices            	0x1c0abbbb0 -[FBSMainRunLoopSerialQueue _performNextFromRunLoopSource] + 28 (FBSSerialQueue.m:322)
41  CoreFoundation                	0x1a7d03834 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28 (CFRunLoop.c:1957)
42  CoreFoundation                	0x1a7d037c8 __CFRunLoopDoSource0 + 176 (CFRunLoop.c:2001)
43  CoreFoundation                	0x1a7d012f8 __CFRunLoopDoSources0 + 340 (CFRunLoop.c:2046)
44  CoreFoundation                	0x1a7d00484 __CFRunLoopRun + 828 (CFRunLoop.c:2955)
45  CoreFoundation                	0x1a7cffcd8 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420)
46  GraphicsServices              	0x1ec74d1a8 GSEventRunModal + 164 (GSEvent.c:2196)
47  UIKitCore                     	0x1aa339ae8 -[UIApplication _run] + 888 (UIApplication.m:3713)
48  UIKitCore                     	0x1aa3edd98 UIApplicationMain + 340 (UIApplication.m:5303)
49  Sleep Monitor                 	0x101026a98 main + 88 (main.m:18)
50  dyld                          	0x1cb4d7154 start + 2356 (dyldMain.cpp:1298)

Thread 0 name:
Thread 0 Crashed:
0   libsystem_kernel.dylib        	0x00000001f09902ec __pthread_kill + 8 (:-1)
1   libsystem_pthread.dylib       	0x0000000204783c0c pthread_kill + 268 (pthread.c:1721)
2   libsystem_c.dylib             	0x00000001afc8fba0 abort + 180 (abort.c:118)
3   libc++abi.dylib               	0x00000002046a0ca4 abort_message + 132 (abort_message.cpp:78)
4   libc++abi.dylib               	0x0000000204690e5c demangling_terminate_handler() + 348 (cxa_default_handlers.cpp:77)
5   libobjc.A.dylib               	0x000000019fbd314c _objc_terminate() + 144 (objc-exception.mm:496)
6   libc++abi.dylib               	0x00000002046a0068 std::__terminate(void (*)()) + 16 (cxa_handlers.cpp:59)
7   libc++abi.dylib               	0x00000002046a000c std::terminate() + 108 (cxa_handlers.cpp:88)
8   libdispatch.dylib             	0x00000001afbd6de8 _dispatch_client_callout + 40 (object.m:579)
9   libdispatch.dylib             	0x00000001afbd8654 _dispatch_once_callout + 32 (once.c:52)
10  Sleep Monitor                 	0x0000000100e856e4 _dispatch_once + 16 (once.h:85)
11  Sleep Monitor                 	0x0000000100e856e4 +[SMDBAPI sharedWithDelegate:] + 164 (SMDBAPI.m:17)
12  Sleep Monitor                 	0x0000000100fb9f78 -[AppDelegate application:didFinishLaunchingWithOptions:] + 316 (AppDelegate.m:61)
13  UIKitCore                     	0x00000001aa3f5bac -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 320 (UIApplication.m:2430)
14  UIKitCore                     	0x00000001aa3f30e8 -[UIApplication _callInitializationDelegatesWithActions:forCanvas:payload:fromOriginatingProcess:] + 2856 (UIApplication.m:2864)
15  UIKitCore                     	0x00000001aa2c199c -[UIApplication _runWithMainScene:transitionContext:completion:] + 856 (UIApplication.m:4712)
16  UIKitCore                     	0x00000001aa274ad8 -[_UISceneLifecycleMultiplexer completeApplicationLaunchWithFBSScene:transitionContext:] + 132 (_UISceneLifecycleMultiplexer.m:450)
17  UIKitCore                     	0x00000001aa167708 _UIScenePerformActionsWithLifecycleActionMask + 112 (_UISceneLifecycleState.m:109)
18  UIKitCore                     	0x00000001aa33a488 __101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]_block_invoke + 216 (_UISceneLifecycleMultiplexer.m:566)
19  UIKitCore                     	0x00000001aa33a208 -[_UISceneLifecycleMultiplexer _performBlock:withApplicationOfDeactivationReasons:fromReasons:] + 332 (_UISceneLifecycleMultiplexer.m:518)
20  UIKitCore                     	0x00000001aa0c9360 -[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:] + 608 (_UISceneLifecycleMultiplexer.m:565)
21  UIKitCore                     	0x00000001aa096594 -[_UISceneLifecycleMultiplexer uiScene:transitionedFromState:withTransitionContext:] + 248 (_UISceneLifecycleMultiplexer.m:468)
22  UIKitCore                     	0x00000001aa095ebc __186-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:]_block... + 148 (_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction.m:73)
23  UIKitCore                     	0x00000001aa095868 +[BSAnimationSettings(UIKit) tryAnimatingWithSettings:fromCurrentState:actions:completion:] + 736 (BSAnimationSettings+UIKit.m:54)
24  UIKitCore                     	0x00000001aa094ea8 _UISceneSettingsDiffActionPerformChangesWithTransitionContextAndCompletion + 224 (_UISceneSettingsDiffAction.m:27)
25  UIKitCore                     	0x00000001aa168c80 -[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:] + 316 (_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction.m:58)
26  UIKitCore                     	0x00000001aa1674b8 __64-[UIScene scene:didUpdateWithDiff:transitionContext:completion:]_block_invoke.226 + 612 (UIScene.m:2067)
27  UIKitCore                     	0x00000001aa166e10 -[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:] + 216 (UIScene.m:1736)
28  UIKitCore                     	0x00000001aa231f48 -[UIScene scene:didUpdateWithDiff:transitionContext:completion:] + 244 (UIScene.m:2026)
29  UIKitCore                     	0x00000001aa22eaac -[UIApplication workspace:didCreateScene:withTransitionContext:completion:] + 508 (UIApplication.m:4152)
30  UIKitCore                     	0x00000001aa22e6cc -[UIApplicationSceneClientAgent scene:didInitializeWithEvent:completion:] + 288 (UIApplicationSceneClientAgent.m:47)
31  FrontBoardServices            	0x00000001c0abe974 -[FBSScene _callOutQueue_didCreateWithTransitionContext:completion:] + 324 (FBSScene.m:549)
32  FrontBoardServices            	0x00000001c0abe808 __92-[FBSWorkspaceScenesClient createSceneWithIdentity:parameters:transitionContext:completion:]_block_invoke.108 + 280 (FBSWorkspaceScenesClient.m:480)
33  FrontBoardServices            	0x00000001c0aba6cc -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 168 (FBSWorkspace.m:411)
34  FrontBoardServices            	0x00000001c0abecc4 __92-[FBSWorkspaceScenesClient createSceneWithIdentity:parameters:transitionContext:completion:]_block_invoke + 352 (FBSWorkspaceScenesClient.m:468)
35  libdispatch.dylib             	0x00000001afbd6dd4 _dispatch_client_callout + 20 (object.m:576)
36  libdispatch.dylib             	0x00000001afbda86c _dispatch_block_invoke_direct + 288 (queue.c:511)
37  FrontBoardServices            	0x00000001c0abbd58 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 52 (FBSSerialQueue.m:285)
38  FrontBoardServices            	0x00000001c0abbcd8 -[FBSMainRunLoopSerialQueue _targetQueue_performNextIfPossible] + 240 (FBSSerialQueue.m:309)
39  FrontBoardServices            	0x00000001c0abbbb0 -[FBSMainRunLoopSerialQueue _performNextFromRunLoopSource] + 28 (FBSSerialQueue.m:322)
40  CoreFoundation                	0x00000001a7d03834 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28 (CFRunLoop.c:1957)
41  CoreFoundation                	0x00000001a7d037c8 __CFRunLoopDoSource0 + 176 (CFRunLoop.c:2001)
42  CoreFoundation                	0x00000001a7d012f8 __CFRunLoopDoSources0 + 340 (CFRunLoop.c:2046)
43  CoreFoundation                	0x00000001a7d00484 __CFRunLoopRun + 828 (CFRunLoop.c:2955)
44  CoreFoundation                	0x00000001a7cffcd8 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420)
45  GraphicsServices              	0x00000001ec74d1a8 GSEventRunModal + 164 (GSEvent.c:2196)
46  UIKitCore                     	0x00000001aa339ae8 -[UIApplication _run] + 888 (UIApplication.m:3713)
47  UIKitCore                     	0x00000001aa3edd98 UIApplicationMain + 340 (UIApplication.m:5303)
48  Sleep Monitor                 	0x0000000101026a98 main + 88 (main.m:18)
49  dyld                          	0x00000001cb4d7154 start + 2356 (dyldMain.cpp:1298)

Thread 1 name:
Thread 1:
0   libsystem_kernel.dylib        	0x00000001f098a818 __fcntl + 8 (:-1)
1   libsystem_kernel.dylib        	0x00000001f098a7e4 fcntl + 88 (fcntl-base.c:84)
2   Foundation                    	0x00000001a6b7afcc _NSSetFileProtectionValueForPath + 160 (NSFileManager.m:872)
3   Foundation                    	0x00000001a6b7af04 -[NSFileManager setAttributes:ofItemAtPath:error:] + 1428 (NSFileManager.m:5295)
4   SensorsAnalyticsSDK           	0x000000010384e440 -[SAFileStorePlugin setObject:forKey:] + 192 (SAFileStorePlugin.m:96)
5   SensorsAnalyticsSDK           	0x000000010382fa2c __39-[SABaseStoreManager setObject:forKey:]_block_invoke + 460 (SABaseStoreManager.m:208)
6   libdispatch.dylib             	0x00000001afbd513c _dispatch_call_block_and_release + 32 (init.c:1530)
7   libdispatch.dylib             	0x00000001afbd6dd4 _dispatch_client_callout + 20 (object.m:576)
8   libdispatch.dylib             	0x00000001afbde400 _dispatch_lane_serial_drain + 748 (queue.c:3900)
9   libdispatch.dylib             	0x00000001afbdef30 _dispatch_lane_invoke + 380 (queue.c:3991)
10  libdispatch.dylib             	0x00000001afbe9cb4 _dispatch_root_queue_drain_deferred_wlh + 288 (queue.c:6998)
11  libdispatch.dylib             	0x00000001afbe9528 _dispatch_workloop_worker_thread + 404 (queue.c:6592)
12  libsystem_pthread.dylib       	0x0000000204780934 _pthread_wqthread + 288 (pthread.c:2696)
13  libsystem_pthread.dylib       	0x000000020477d0cc start_wqthread + 8 (:-1)

Thread 2 name:
Thread 2:
0   libsystem_kernel.dylib        	0x00000001f098bbcc __ulock_wait + 8 (:-1)
1   libdispatch.dylib             	0x00000001afbd77c4 _dlock_wait + 56 (lock.c:326)
2   libdispatch.dylib             	0x00000001afbd7578 _dispatch_thread_event_wait_slow + 56 (lock.c:558)
3   libdispatch.dylib             	0x00000001afbe65b0 __DISPATCH_WAIT_FOR_QUEUE__ + 368 (queue.c:1698)
4   libdispatch.dylib             	0x00000001afbe615c _dispatch_sync_f_slow + 148 (queue.c:1784)
5   libsystem_trace.dylib         	0x00000001c1e64c8c ___os_state_request_for_self_block_invoke + 372 (state.c:313)
6   libdispatch.dylib             	0x00000001afbd513c _dispatch_call_block_and_release + 32 (init.c:1530)
7   libdispatch.dylib             	0x00000001afbd6dd4 _dispatch_client_callout + 20 (object.m:576)
8   libdispatch.dylib             	0x00000001afbde400 _dispatch_lane_serial_drain + 748 (queue.c:3900)
9   libdispatch.dylib             	0x00000001afbdef64 _dispatch_lane_invoke + 432 (queue.c:3991)
10  libdispatch.dylib             	0x00000001afbe9cb4 _dispatch_root_queue_drain_deferred_wlh + 288 (queue.c:6998)
11  libdispatch.dylib             	0x00000001afbe9528 _dispatch_workloop_worker_thread + 404 (queue.c:6592)
12  libsystem_pthread.dylib       	0x0000000204780934 _pthread_wqthread + 288 (pthread.c:2696)
13  libsystem_pthread.dylib       	0x000000020477d0cc start_wqthread + 8 (:-1)

Thread 3 name:
Thread 3:
0   libsystem_kernel.dylib        	0x00000001f098bbcc __ulock_wait + 8 (:-1)
1   libdispatch.dylib             	0x00000001afbd77c4 _dlock_wait + 56 (lock.c:326)
2   libdispatch.dylib             	0x00000001afbd7578 _dispatch_thread_event_wait_slow + 56 (lock.c:558)
3   libdispatch.dylib             	0x00000001afbe65b0 __DISPATCH_WAIT_FOR_QUEUE__ + 368 (queue.c:1698)
4   libdispatch.dylib             	0x00000001afbe615c _dispatch_sync_f_slow + 148 (queue.c:1784)
5   UIKitCore                     	0x00000001aa36c8bc __37-[_UIRemoteKeyboards startConnection]_block_invoke_3 + 144 (_UIRemoteKeyboards.m:1195)
6   CoreFoundation                	0x00000001a7ccd814 __invoking___ + 148 (:-1)
7   CoreFoundation                	0x00000001a7ccc860 -[NSInvocation invoke] + 428 (NSForwarding.m:3411)
8   Foundation                    	0x00000001a6c14dc4 __NSXPCCONNECTION_IS_CALLING_OUT_TO_REPLY_BLOCK__ + 16 (NSXPCConnection.m:170)
9   Foundation                    	0x00000001a6c134ac -[NSXPCConnection _decodeAndInvokeReplyBlockWithEvent:sequence:replyInfo:] + 520 (NSXPCConnection.m:316)
10  Foundation                    	0x00000001a6c17374 __88-[NSXPCConnection _sendInvocation:orArguments:count:methodSignature:selector:withProxy:]_block_invoke_5 + 188 (NSXPCConnection.m:1662)
11  libxpc.dylib                  	0x00000002047dff30 _xpc_connection_reply_callout + 116 (serializer.c:119)
12  libxpc.dylib                  	0x00000002047d26e0 _xpc_connection_call_reply_async + 80 (connection.c:887)
13  libdispatch.dylib             	0x00000001afbd6e54 _dispatch_client_callout3 + 20 (object.m:602)
14  libdispatch.dylib             	0x00000001afbf4740 _dispatch_mach_msg_async_reply_invoke + 344 (mach.c:3102)
15  libdispatch.dylib             	0x00000001afbde284 _dispatch_lane_serial_drain + 368 (queue.c:3900)
16  libdispatch.dylib             	0x00000001afbdef64 _dispatch_lane_invoke + 432 (queue.c:3991)
17  libdispatch.dylib             	0x00000001afbe9cb4 _dispatch_root_queue_drain_deferred_wlh + 288 (queue.c:6998)
18  libdispatch.dylib             	0x00000001afbe9528 _dispatch_workloop_worker_thread + 404 (queue.c:6592)
19  libsystem_pthread.dylib       	0x0000000204780934 _pthread_wqthread + 288 (pthread.c:2696)
20  libsystem_pthread.dylib       	0x000000020477d0cc start_wqthread + 8 (:-1)

Thread 4 name:
Thread 4:
0   libobjc.A.dylib               	0x000000019fba643c getMethodNoSuper_nolock(objc_class*, objc_selector*) + 952 (objc-runtime-new.mm:7143)
1   libobjc.A.dylib               	0x000000019fba5e2c lookUpImpOrForward + 448 (objc-runtime-new.mm:7517)
2   libobjc.A.dylib               	0x000000019fba8fe0 class_getInstanceMethod + 64 (objc-runtime-new.mm:7205)
3   Foundation                    	0x00000001a6bbede0 setProtocolMetdataWithMethods + 152 (NSXPCInterface.m:500)
4   Foundation                    	0x00000001a6b7c0a8 setProtocolMetadata + 248 (NSXPCInterface.m:561)
5   Foundation                    	0x00000001a6b7bf30 -[NSXPCInterface setProtocol:] + 288 (NSXPCInterface.m:612)
6   Foundation                    	0x00000001a6b7bd7c +[NSXPCInterface interfaceWithProtocol:] + 44 (NSXPCInterface.m:136)
7   CoreServices                  	0x00000001a7af2b08 __43+[_LSDDeviceIdentifierService XPCInterface]_block_invoke + 48 (LSDDeviceIdentifierService.mm:286)
8   libdispatch.dylib             	0x00000001afbd6dd4 _dispatch_client_callout + 20 (object.m:576)
9   libdispatch.dylib             	0x00000001afbd8654 _dispatch_once_callout + 32 (once.c:52)
10  CoreServices                  	0x00000001a7aed4dc +[_LSDDeviceIdentifierService XPCInterface] + 156 (LSDDeviceIdentifierService.mm:285)
11  CoreServices                  	0x00000001a7aecaac ___LSDServiceGetXPCConnection_block_invoke_2 + 140 (LSDService.mm:434)
12  CoreServices                  	0x00000001a7aebe34 LaunchServices::_LSLazyLoadObjectForKeyWithLock(NSMutableDictionary*, objc_object*, LaunchServices::unfair_lock_mutex&, objc_object* () block_pointer) + 132 (LSSynchronization.mm:63)
13  CoreServices                  	0x00000001a7aebcac _LSDServiceGetXPCConnection + 232 (LSDService.mm:419)
14  CoreServices                  	0x00000001a7ace718 _LSDServiceGetXPCProxyForServiceClass + 32 (LSDService.mm:468)
15  CoreServices                  	0x00000001a7ace6b8 +[_LSDService synchronousXPCProxyWithErrorHandler:] + 72 (LSDService.mm:491)
16  CoreServices                  	0x00000001a7ace390 __51-[LSApplicationWorkspace deviceIdentifierForVendor]_block_invoke + 176 (LSApplicationWorkspace.m:3551)
17  CoreServices                  	0x00000001a7ace1d4 _LSRetryForConnectionInterrupted + 56 (LSErrorUtils.mm:182)
18  CoreServices                  	0x00000001a7ace134 -[LSApplicationWorkspace deviceIdentifierForVendor] + 160 (LSApplicationWorkspace.m:3549)
19  UIKitCore                     	0x00000001aa2f1b50 -[UIDevice identifierForVendor] + 40 (UIDevice.m:1010)
20  SensorsAnalyticsSDK           	0x00000001038566a8 +[SAIdentifier idfv] + 120 (SAIdentifier.m:270)
21  SensorsAnalyticsSDK           	0x0000000103856720 +[SAIdentifier hardwareID] + 48 (SAIdentifier.m:297)
22  SensorsAnalyticsSDK           	0x0000000103846a30 -[SADeviceIDPropertyPlugin prepare] + 56 (SADeviceIDPropertyPlugin.m:43)
23  SensorsAnalyticsSDK           	0x0000000103863564 -[SAPropertyPluginManager registerPropertyPlugin:] + 640 (SAPropertyPluginManager.m:98)
24  SensorsAnalyticsSDK           	0x000000010388e724 __45-[SensorsAnalyticsSDK registerPropertyPlugin]_block_invoke + 484 (SensorsAnalyticsSDK.m:301)
25  libdispatch.dylib             	0x00000001afbd513c _dispatch_call_block_and_release + 32 (init.c:1530)
26  libdispatch.dylib             	0x00000001afbd6dd4 _dispatch_client_callout + 20 (object.m:576)
27  libdispatch.dylib             	0x00000001afbde400 _dispatch_lane_serial_drain + 748 (queue.c:3900)
28  libdispatch.dylib             	0x00000001afbdef30 _dispatch_lane_invoke + 380 (queue.c:3991)
29  libdispatch.dylib             	0x00000001afbe9cb4 _dispatch_root_queue_drain_deferred_wlh + 288 (queue.c:6998)
30  libdispatch.dylib             	0x00000001afbe9528 _dispatch_workloop_worker_thread + 404 (queue.c:6592)
31  libsystem_pthread.dylib       	0x0000000204780934 _pthread_wqthread + 288 (pthread.c:2696)
32  libsystem_pthread.dylib       	0x000000020477d0cc start_wqthread + 8 (:-1)

Thread 5 name:
Thread 5:
0   libsystem_kernel.dylib        	0x00000001f098b060 access + 8 (:-1)
1   Foundation                    	0x00000001a6bca444 -[NSBundle initWithPath:] + 344 (NSBundle.m:997)
2   Foundation                    	0x00000001a721d110 __25+[NSBundle allFrameworks]_block_invoke + 268 (NSBundle.m:1428)
3   libdispatch.dylib             	0x00000001afbd6dd4 _dispatch_client_callout + 20 (object.m:576)
4   libdispatch.dylib             	0x00000001afbd8654 _dispatch_once_callout + 32 (once.c:52)
5   Foundation                    	0x00000001a721d000 +[NSBundle allFrameworks] + 84 (NSBundle.m:1427)
6   AccessibilityUtilities        	0x00000001b20849d0 __43-[AXBinaryMonitor evaluateExistingBinaries]_block_invoke + 96 (AXBinaryMonitor.m:122)
7   libdispatch.dylib             	0x00000001afbd513c _dispatch_call_block_and_release + 32 (init.c:1530)
8   libdispatch.dylib             	0x00000001afbd6dd4 _dispatch_client_callout + 20 (object.m:576)
9   libdispatch.dylib             	0x00000001afbd9f6c _dispatch_queue_override_invoke + 928 (queue.c:4967)
10  libdispatch.dylib             	0x00000001afbe8894 _dispatch_root_queue_drain + 392 (queue.c:7136)
11  libdispatch.dylib             	0x00000001afbe909c _dispatch_worker_thread2 + 156 (queue.c:7204)
12  libsystem_pthread.dylib       	0x00000002047808f8 _pthread_wqthread + 228 (pthread.c:2709)
13  libsystem_pthread.dylib       	0x000000020477d0cc start_wqthread + 8 (:-1)

Thread 6:
0   libsystem_pthread.dylib       	0x000000020477d0c4 start_wqthread + 0 (:-1)

Thread 7 name:
Thread 7:
0   dyld                          	0x00000001cb4abfb0 dyld3::MachOFile::read_uleb128(Diagnostics&, unsigned char const*&, unsigned char const*) + 92 (MachOFile.cpp:2814)
1   dyld                          	0x00000001cb4b3eac dyld3::MachOFile::trieWalk(Diagnostics&, unsigned char const*, unsigned char const*, char const*) + 384 (MachOFile.cpp:2953)
2   dyld                          	0x00000001cb4b38bc dyld4::Loader::hasExportedSymbol(Diagnostics&, dyld4::RuntimeState&, char const*, dyld4::Loader::ExportedSymbolMode, dyld4::Loader::ResolverMode, dyld4::Loader::ResolvedSymbol*, dyld3::Array<dyld4:... + 396 (Loader.cpp:2797)
3   dyld                          	0x00000001cb4b3b70 dyld4::Loader::hasExportedSymbol(Diagnostics&, dyld4::RuntimeState&, char const*, dyld4::Loader::ExportedSymbolMode, dyld4::Loader::ResolverMode, dyld4::Loader::ResolvedSymbol*, dyld3::Array<dyld4:... + 1088 (Loader.cpp:2929)
4   dyld                          	0x00000001cb4c6f48 dyld4::APIs::dlsym(void*, char const*) + 844 (DyldAPIs.cpp:1889)
5   Security                      	0x00000001b04e3890 __sec_protocol_options_access_handle_block_invoke + 56 (SecProtocol.c:104)
6   libdispatch.dylib             	0x00000001afbd6dd4 _dispatch_client_callout + 20 (object.m:576)
7   libdispatch.dylib             	0x00000001afbd8654 _dispatch_once_callout + 32 (once.c:52)
8   Security                      	0x00000001b04ca914 sec_protocol_options_access_handle + 124 (SecProtocol.c:101)
9   Security                      	0x00000001b04ca420 sec_protocol_options_set_verify_block + 104 (SecProtocol.c:1085)
10  CFNetwork                     	0x00000001a8ec4c1c NWIOConnection::_tlsConfigure(NSObject<OS_sec_protocol_options>*) + 192 (NWIOConnection.cpp:4293)
11  CFNetwork                     	0x00000001a8ec4b10 invocation function for block in NWIOConnection::_setupConnection(void () block_pointer) + 200 (NWIOConnection.cpp:1693)
12  Network                       	0x00000001a82b5f4c nw_parameters_create_quic_connection_with_tls_fallback + 304 (parameters.m:2301)
13  CFNetwork                     	0x00000001a8e0cdf8 NWIOConnection::open() + 1072 (NWIOConnection.cpp:130)
14  CFNetwork                     	0x00000001a8e0c870 Tube::_onqueue_startConnection() + 456 (Tube.cpp:1020)
15  CFNetwork                     	0x00000001a8e0b988 invocation function for block in Tube::_onqueue_prepConnection(void () block_pointer, void (int) block_pointer) + 1740 (Tube.cpp:845)
16  CFNetwork                     	0x00000001a8ed22d8 invocation function for block in Tube::_onqueue_prepConnection(void () block_pointer, void (int) block_pointer) + 36 (Tube.cpp:862)
17  libdispatch.dylib             	0x00000001afbd513c _dispatch_call_block_and_release + 32 (init.c:1530)
18  libdispatch.dylib             	0x00000001afbd6dd4 _dispatch_client_callout + 20 (object.m:576)
19  libdispatch.dylib             	0x00000001afbde400 _dispatch_lane_serial_drain + 748 (queue.c:3900)
20  libdispatch.dylib             	0x00000001afbdef64 _dispatch_lane_invoke + 432 (queue.c:3991)
21  libdispatch.dylib             	0x00000001afbe0284 _dispatch_workloop_invoke + 1756 (queue.c:4570)
22  libdispatch.dylib             	0x00000001afbe9cb4 _dispatch_root_queue_drain_deferred_wlh + 288 (queue.c:6998)
23  libdispatch.dylib             	0x00000001afbe9528 _dispatch_workloop_worker_thread + 404 (queue.c:6592)
24  libsystem_pthread.dylib       	0x0000000204780934 _pthread_wqthread + 288 (pthread.c:2696)
25  libsystem_pthread.dylib       	0x000000020477d0cc start_wqthread + 8 (:-1)

Thread 8 name:
Thread 8:
0   libsystem_kernel.dylib        	0x00000001f09856c8 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib        	0x00000001f0988ec8 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib        	0x00000001f0988de0 mach_msg_overwrite + 436 (mach_msg.c:0)
3   libsystem_kernel.dylib        	0x00000001f0988c20 mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                	0x00000001a7d00f5c __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624)
5   CoreFoundation                	0x00000001a7d00600 __CFRunLoopRun + 1208 (CFRunLoop.c:3007)
6   CoreFoundation                	0x00000001a7cffcd8 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420)
7   Foundation                    	0x00000001a6c20b5c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373)
8   Foundation                    	0x00000001a6c209ac -[NSRunLoop(NSRunLoop) runUntilDate:] + 64 (NSRunLoop.m:420)
9   UIKitCore                     	0x00000001aa34d81c -[UIEventFetcher threadMain] + 420 (UIEventFetcher.m:1207)
10  Foundation                    	0x00000001a6c37428 __NSThread__start__ + 732 (NSThread.m:991)
11  libsystem_pthread.dylib       	0x000000020478206c _pthread_start + 136 (pthread.c:931)
12  libsystem_pthread.dylib       	0x000000020477d0d8 thread_start + 8 (:-1)

Thread 9:
0   libsystem_pthread.dylib       	0x000000020477d0c4 start_wqthread + 0 (:-1)

Thread 10:
0   libsystem_pthread.dylib       	0x000000020477d0c4 start_wqthread + 0 (:-1)


Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x00000002046a52c3   x5: 0x000000016f219160   x6: 0x000000000000006e   x7: 0x0000000000000000
    x8: 0x907b3f3f46edf3e3   x9: 0x907b3f3d4e898d23  x10: 0x0000000000000200  x11: 0x000000016f218c90
   x12: 0x0000000000000000  x13: 0x00000000001ff800  x14: 0x0000000000000010  x15: 0x0000000000000000
   x16: 0x0000000000000148  x17: 0x0000000208647ec0  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x0000000000000103  x21: 0x0000000208647fa0  x22: 0x00000003008f0ec0  x23: 0x0000000000000000
   x24: 0x0000000000000000  x25: 0x000000020b12c000  x26: 0x00000002075b3000  x27: 0x000000002b870064
   x28: 0x0000000000000018   fp: 0x000000016f2190d0   lr: 0x0000000204783c0c
    sp: 0x000000016f2190b0   pc: 0x00000001f09902ec cpsr: 0x40001000
   esr: 0x56000080  Address size fault

Can you reproduce the bug?

Sometimes

Reproduction Steps

No response

Version

10.54.0

What Atlas Services are you using?

Local Database only

Are you using encryption?

No

Platform OS and version(s)

iOS17.5,iOS17.6,iOS17.7,iOS18.1

Build environment

xcode16.0

Copy link

sync-by-unito bot commented Nov 19, 2024

➤ PM Bot commented:

Jira ticket: RCOCOA-2459

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

No branches or pull requests

1 participant