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

NetworkStatus crash NetworkStatus.NetworkStatus.status() -> (Swift.String, Swift.String?, __C.CTCarrier?) SIGTRAP #636

Open
xernaj opened this issue Nov 13, 2024 · 2 comments

Comments

@xernaj
Copy link

xernaj commented Nov 13, 2024

Hi All,

Great work on the library so far.

We've had a bug report come in re: NetworkStatus instrumentation. NetworkStatus.NetworkStatus.status() -> (Swift.String, Swift.String?, __C.CTCarrier?) (NetworkStatus.swift:29)

Has anyone seen this before? Report excerpt below:

Parent Process:   [1]

Date/Time:       2024-11-13T13:13:35.999Z
Launch Time:     2024-11-13T12:57:36Z
OS Version:      iPhone OS 17.4.1 (21E236)
Report Version:  104

Exception Type:  SIGTRAP
Exception Codes: TRAP_BRKPT at 0x19d5c506c
Crashed Thread:  28

Thread 28 Crashed:
0   CoreFoundation                       0x000000019d5c506c CF_IS_OBJC + 76
1   CoreFoundation                       0x000000019d5fd57c __CFStringIsCF + 44
2   Foundation                           0x000000019c464ad0 static (extension in Foundation):Swift.String._unconditionallyBridgeFromObjectiveC(__C.NSString?) -> Swift.String + 196
3   <appnameredacted>                    0x0000000104e20d74 NetworkStatus.NetworkStatus.status() -> (Swift.String, Swift.String?, __C.CTCarrier?) (NetworkStatus.swift:29)
4   <appnameredacted>                    0x0000000104e218a0 NetworkStatus.NetworkStatusInjector.inject(span: OpenTelemetryApi.Span) -> () (NetworkStatusInjector.swift:21)
5   <appnameredacted>                    0x0000000104e1c7a4 static URLSessionInstrumentation.URLSessionLogger.processAndLogRequest(_: Foundation.URLRequest, sessionTaskId: Swift.String, instrumentation: URLSessionInstrumentation.URLSessionInstrumentation, shouldInjectHeaders: Swift.Bool) -> Foundation.URLRequest? (URLSessionLogger.swift:92)
6   <appnameredacted>                    0x0000000104e1076c closure #1 (__C.NSURLSession, Swift.AnyObject, (Any?, __C.NSURLResponse?, Swift.Error?) -> ()?) -> __C.NSURLSessionTask in closure #1 (ObjectiveC.Selector) -> () in URLSessionInstrumentation.URLSessionInstrumentation.(injectIntoNSURLSessionAsyncDataAndDownloadTaskMethods in _F818B2EEA90FD328A0D707D80B0155AC)() -> () (URLSessionInstrumentation.swift:264)
7   <appnameredacted>                    0x0000000104e10e94 reabstraction thunk helper from @escaping @callee_guaranteed (@guaranteed __C.NSURLSession, @guaranteed Swift.AnyObject, @guaranteed @escaping @callee_guaranteed (@in_guaranteed Any?, @guaranteed __C.NSURLResponse?, @guaranteed Swift.Error?) -> ()?) -> (@owned __C.NSURLSessionTask) to @escaping @callee_unowned @convention(block) (@unowned __C.NSURLSession, @unowned Swift.AnyObject, @unowned @escaping @callee_unowned @convention(block) (@unowned Swift.AnyObject?, @unowned __C.NSURLResponse?, @unowned __C.NSError?) -> ()?) -> (@autoreleased __C.NSURLSessionTask) (<compiler-generated>:0)
8   <appnameredacted>                    0x0000000104ccd130 $s17<appnameredacted>16CacheTileOverlayC04loadD7FromUrl2at6resultySo06MKTileE4Patha_y10Foundation4DataVSg_s5Error_pSgtctFyyYbcfU_ (CacheTileOverlay.swift:30)
9   <appnameredacted>                    0x0000000104ccd3f8 $sIegh_IeyBh_TR (<compiler-generated>:0)
10  libdispatch.dylib                    0x00000001a54b913c _dispatch_call_block_and_release + 28
11  libdispatch.dylib                    0x00000001a54badd4 _dispatch_client_callout + 16
12  libdispatch.dylib                    0x00000001a54cca6c _dispatch_root_queue_drain + 860
13  libdispatch.dylib                    0x00000001a54cd09c _dispatch_worker_thread2 + 152
14  libsystem_pthread.dylib              0x00000001f95a0ee4 _pthread_wqthread + 224
15  libsystem_pthread.dylib              0x00000001f95a0fc0 start_wqthread + 4```

Thanks!
@bryce-b
Copy link
Member

bryce-b commented Nov 13, 2024

Thanks for the feedback. We've not seen this crash before. How often is it occurring? Can you provide the complete stack trace? Also, which version of the sdk are you using?

@xernaj
Copy link
Author

xernaj commented Nov 13, 2024

Hi, we've only seen it once but are monitoring it now in case it happens again.

SDK: opentelemetry-swift 1.10.1

Full stack trace:

Incident Identifier: 18154dbb-0d74-4b0b-9aa3-0bb9cda9d07e
CrashReporter Key:   15BF7EAD-FBDF-4D9A-9C88-C205960CA54A
Hardware Model:      iPhone14,5
Process:         <appnameredacted> [14749]
Version:         6.14 (61400)
Code Type:       arm64
Parent Process:   [1]

Date/Time:       2024-11-13T13:13:35.999Z
Launch Time:     2024-11-13T12:57:36Z
OS Version:      iPhone OS 17.4.1 (21E236)
Report Version:  104

Exception Type:  SIGTRAP
Exception Codes: TRAP_BRKPT at 0x19d5c506c
Crashed Thread:  28

Thread 28 Crashed:
0   CoreFoundation                       0x000000019d5c506c CF_IS_OBJC + 76
1   CoreFoundation                       0x000000019d5fd57c __CFStringIsCF + 44
2   Foundation                           0x000000019c464ad0 static (extension in Foundation):Swift.String._unconditionallyBridgeFromObjectiveC(__C.NSString?) -> Swift.String + 196
3   <appnameredacted>                    0x0000000104e20d74 NetworkStatus.NetworkStatus.status() -> (Swift.String, Swift.String?, __C.CTCarrier?) (NetworkStatus.swift:29)
4   <appnameredacted>                    0x0000000104e218a0 NetworkStatus.NetworkStatusInjector.inject(span: OpenTelemetryApi.Span) -> () (NetworkStatusInjector.swift:21)
5   <appnameredacted>                    0x0000000104e1c7a4 static URLSessionInstrumentation.URLSessionLogger.processAndLogRequest(_: Foundation.URLRequest, sessionTaskId: Swift.String, instrumentation: URLSessionInstrumentation.URLSessionInstrumentation, shouldInjectHeaders: Swift.Bool) -> Foundation.URLRequest? (URLSessionLogger.swift:92)
6   <appnameredacted>                    0x0000000104e1076c closure #1 (__C.NSURLSession, Swift.AnyObject, (Any?, __C.NSURLResponse?, Swift.Error?) -> ()?) -> __C.NSURLSessionTask in closure #1 (ObjectiveC.Selector) -> () in URLSessionInstrumentation.URLSessionInstrumentation.(injectIntoNSURLSessionAsyncDataAndDownloadTaskMethods in _F818B2EEA90FD328A0D707D80B0155AC)() -> () (URLSessionInstrumentation.swift:264)
7   <appnameredacted>                    0x0000000104e10e94 reabstraction thunk helper from @escaping @callee_guaranteed (@guaranteed __C.NSURLSession, @guaranteed Swift.AnyObject, @guaranteed @escaping @callee_guaranteed (@in_guaranteed Any?, @guaranteed __C.NSURLResponse?, @guaranteed Swift.Error?) -> ()?) -> (@owned __C.NSURLSessionTask) to @escaping @callee_unowned @convention(block) (@unowned __C.NSURLSession, @unowned Swift.AnyObject, @unowned @escaping @callee_unowned @convention(block) (@unowned Swift.AnyObject?, @unowned __C.NSURLResponse?, @unowned __C.NSError?) -> ()?) -> (@autoreleased __C.NSURLSessionTask) (<compiler-generated>:0)
8   <appnameredacted>                    0x0000000104ccd130 $s17<appnameredacted>16CacheTileOverlayC04loadD7FromUrl2at6resultySo06MKTileE4Patha_y10Foundation4DataVSg_s5Error_pSgtctFyyYbcfU_ (CacheTileOverlay.swift:30)
9   <appnameredacted>                    0x0000000104ccd3f8 $sIegh_IeyBh_TR (<compiler-generated>:0)
10  libdispatch.dylib                    0x00000001a54b913c _dispatch_call_block_and_release + 28
11  libdispatch.dylib                    0x00000001a54badd4 _dispatch_client_callout + 16
12  libdispatch.dylib                    0x00000001a54cca6c _dispatch_root_queue_drain + 860
13  libdispatch.dylib                    0x00000001a54cd09c _dispatch_worker_thread2 + 152
14  libsystem_pthread.dylib              0x00000001f95a0ee4 _pthread_wqthread + 224
15  libsystem_pthread.dylib              0x00000001f95a0fc0 start_wqthread + 4

Thread 0:
0   GeoAnalytics                         0x0000000242c9a0b4 +[GEOAPPortal(daily_usage_counts) reportDailyUsageCountType:] + 28
1   CoreFoundation                       0x000000019d5ed7a8 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 144
2   CoreFoundation                       0x000000019d5ed170 ___CFXRegistrationPost_block_invoke + 84
3   CoreFoundation                       0x000000019d5ed0b8 _CFXRegistrationPost + 436
4   CoreFoundation                       0x000000019d5ec608 _CFXNotificationPost + 724
5   Foundation                           0x000000019c47ef10 -[NSNotificationCenter postNotificationName:object:userInfo:] + 88
6   UIKitCore                            0x000000019f9c704c -[UIApplication _sendWillEnterForegroundCallbacks] + 208
7   UIKitCore                            0x000000019f9c57cc __101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]_block_invoke_2 + 1268
8   UIKitCore                            0x000000019f9c5298 _UIScenePerformActionsWithLifecycleActionMask + 108
9   UIKitCore                            0x000000019fa4b934 __101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]_block_invoke + 212
10  UIKitCore                            0x000000019f974ac4 -[_UISceneLifecycleMultiplexer _performBlock:withApplicationOfDeactivationReasons:fromReasons:] + 216
11  UIKitCore                            0x000000019f97353c -[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:] + 604
12  UIKitCore                            0x000000019f972ea4 -[_UISceneLifecycleMultiplexer uiScene:transitionedFromState:withTransitionContext:] + 244
13  UIKitCore                            0x000000019f972d74 __186-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:]_block_invoke + 144
14  UIKitCore                            0x000000019f972c7c +[BSAnimationSettings(UIKit) tryAnimatingWithSettings:fromCurrentState:actions:completion:] + 732
15  UIKitCore                            0x000000019f972504 _UISceneSettingsDiffActionPerformChangesWithTransitionContextAndCompletion + 220
16  UIKitCore                            0x000000019f9721b4 -[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:] + 312
17  UIKitCore                            0x000000019fd02e20 __64-[UIScene scene:didUpdateWithDiff:transitionContext:completion:]_block_invoke.226 + 608
18  UIKitCore                            0x000000019f971328 -[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:] + 212
19  UIKitCore                            0x000000019f971198 -[UIScene scene:didUpdateWithDiff:transitionContext:completion:] + 240
20  UIKitCore                            0x000000019f970fd8 -[UIApplicationSceneClientAgent scene:handleEvent:withCompletion:] + 332
21  FrontBoardServices                   0x00000001b61a3524 -[FBSScene updater:didUpdateSettings:withDiff:transitionContext:completion:] + 656
22  FrontBoardServices                   0x00000001b61a3270 __94-[FBSWorkspaceScenesClient _queue_updateScene:withSettings:diff:transitionContext:completion:]_block_invoke_2 + 148
23  FrontBoardServices                   0x00000001b61a310c -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 164
24  FrontBoardServices                   0x00000001b61a3028 __94-[FBSWorkspaceScenesClient _queue_updateScene:withSettings:diff:transitionContext:completion:]_block_invoke + 340
25  libdispatch.dylib                    0x00000001a54badd4 _dispatch_client_callout + 16
26  libdispatch.dylib                    0x00000001a54be86c _dispatch_block_invoke_direct + 284
27  FrontBoardServices                   0x00000001b619f490 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 48
28  FrontBoardServices                   0x00000001b619f410 -[FBSMainRunLoopSerialQueue _targetQueue_performNextIfPossible] + 236
29  FrontBoardServices                   0x00000001b619f2e8 -[FBSMainRunLoopSerialQueue _performNextFromRunLoopSource] + 24
30  CoreFoundation                       0x000000019d5f562c __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24
31  CoreFoundation                       0x000000019d5f48a8 __CFRunLoopDoSource0 + 172
32  CoreFoundation                       0x000000019d5f3058 __CFRunLoopDoSources0 + 240
33  CoreFoundation                       0x000000019d5f1d88 __CFRunLoopRun + 824
34  CoreFoundation                       0x000000019d5f1968 CFRunLoopRunSpecific + 604
35  GraphicsServices                     0x00000001e18e74e0 GSEventRunModal + 160
36  UIKitCore                            0x000000019fa64edc -[UIApplication _run] + 884
37  UIKitCore                            0x000000019fa64518 UIApplicationMain + 336
38  <appnameredacted>                    0x0000000104ccb19c main (AppDelegate.swift:16)
39  ???                                  0x00000001c0b12d84 0x0 + 0

Thread 1:
0   libsystem_kernel.dylib               0x00000001e5b22084 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x00000001f95a0fc0 start_wqthread + 4

Thread 2:
0   libsystem_kernel.dylib               0x00000001e5b19af8 mach_msg2_trap + 8
1   libsystem_kernel.dylib               0x00000001e5b197a8 mach_msg_overwrite + 432
2   libsystem_kernel.dylib               0x00000001e5b195e8 mach_msg + 20
3   CoreFoundation                       0x000000019d5f401c __CFRunLoopServiceMachPort + 156
4   CoreFoundation                       0x000000019d5f1f04 __CFRunLoopRun + 1204
5   CoreFoundation                       0x000000019d5f1968 CFRunLoopRunSpecific + 604
6   Foundation                           0x000000019c4804a8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 208
7   Foundation                           0x000000019c4aa4e8 -[NSRunLoop(NSRunLoop) runUntilDate:] + 60
8   UIKitCore                            0x000000019f9c7ac8 -[UIEventFetcher threadMain] + 416
9   Foundation                           0x000000019c4f1a9c __NSThread__start__ + 728
10  libsystem_pthread.dylib              0x00000001f95a1a90 _pthread_start + 132
11  libsystem_pthread.dylib              0x00000001f95a0fcc thread_start + 4

Thread 3:
0   libsystem_kernel.dylib               0x00000001e5b22084 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x00000001f95a0fc0 start_wqthread + 4

Thread 4:
0   <appnameredacted>                    0x0000000104e8864c mach_exception_callback (PLCrashReporter.m:291)
1   <appnameredacted>                    0x0000000104e94294 exception_server_thread (PLCrashMachExceptionServer.m:770)
2   libsystem_pthread.dylib              0x00000001f95a1a90 _pthread_start + 132
3   libsystem_pthread.dylib              0x00000001f95a0fcc thread_start + 4

Thread 5:
0   libsystem_kernel.dylib               0x00000001e5b1a49c __psynch_cvwait + 8
1   Foundation                           0x000000019c4dbf14 -[NSCondition waitUntilDate:] + 128
2   <appnameredacted>                    0x0000000104dcd790 closure #1 () -> () in OpenTelemetrySdk.(BatchWorker in _D3BA272E1BF3A6629844E81BE10748FD).main() -> () (BatchSpanProcessor.swift:108)
3   <appnameredacted>                    0x0000000104dcd85c @objc OpenTelemetrySdk.(BatchWorker in _D3BA272E1BF3A6629844E81BE10748FD).main() -> () (<compiler-generated>:0)
4   Foundation                           0x000000019c4f1a9c __NSThread__start__ + 728
5   libsystem_pthread.dylib              0x00000001f95a1a90 _pthread_start + 132
6   libsystem_pthread.dylib              0x00000001f95a0fcc thread_start + 4

Thread 6:
0   libsystem_kernel.dylib               0x00000001e5b1a49c __psynch_cvwait + 8
1   Foundation                           0x000000019c4dbf14 -[NSCondition waitUntilDate:] + 128
2   <appnameredacted>                    0x0000000104d65d34 closure #1 () -> () in OpenTelemetrySdk.(BatchWorker in _83C1C869F54F286B05DDA1273306B8AF).main() -> () (BatchLogRecordProcessor.swift:94)
3   <appnameredacted>                    0x0000000104d65e00 @objc OpenTelemetrySdk.(BatchWorker in _83C1C869F54F286B05DDA1273306B8AF).main() -> () (<compiler-generated>:0)
4   Foundation                           0x000000019c4f1a9c __NSThread__start__ + 728
5   libsystem_pthread.dylib              0x00000001f95a1a90 _pthread_start + 132
6   libsystem_pthread.dylib              0x00000001f95a0fcc thread_start + 4

Thread 7:
0   libsystem_kernel.dylib               0x00000001e5b19af8 mach_msg2_trap + 8
1   libsystem_kernel.dylib               0x00000001e5b197a8 mach_msg_overwrite + 432
2   libsystem_kernel.dylib               0x00000001e5b195e8 mach_msg + 20
3   CoreFoundation                       0x000000019d5f401c __CFRunLoopServiceMachPort + 156
4   CoreFoundation                       0x000000019d5f1f04 __CFRunLoopRun + 1204
5   CoreFoundation                       0x000000019d5f1968 CFRunLoopRunSpecific + 604
6   CFNetwork                            0x000000019e950c48 estimatedPropertyListSize + 38224
7   Foundation                           0x000000019c4f1a9c __NSThread__start__ + 728
8   libsystem_pthread.dylib              0x00000001f95a1a90 _pthread_start + 132
9   libsystem_pthread.dylib              0x00000001f95a0fcc thread_start + 4

Thread 8:
0   libsystem_kernel.dylib               0x00000001e5b22084 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x00000001f95a0fc0 start_wqthread + 4

Thread 9:
0   libsystem_kernel.dylib               0x00000001e5b22084 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x00000001f95a0fc0 start_wqthread + 4

Thread 10:
0   libsystem_kernel.dylib               0x00000001e5b22084 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x00000001f95a0fc0 start_wqthread + 4

Thread 11:
0   libsystem_kernel.dylib               0x00000001e5b22084 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x00000001f95a0fc0 start_wqthread + 4

Thread 12:
0   libsystem_kernel.dylib               0x00000001e5b22084 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x00000001f95a0fc0 start_wqthread + 4

Thread 13:
0   libsystem_kernel.dylib               0x00000001e5b22084 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x00000001f95a0fc0 start_wqthread + 4

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

Thread 15:
0   libsystem_pthread.dylib              0x00000001f95a0fb8 start_wqthread + 0

Thread 16:
0   libsystem_kernel.dylib               0x00000001e5b22084 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x00000001f95a0fc0 start_wqthread + 4

Thread 17:
0   libsystem_kernel.dylib               0x00000001e5b22084 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x00000001f95a0fc0 start_wqthread + 4

Thread 18:
0   libsystem_kernel.dylib               0x00000001e5b1a49c __psynch_cvwait + 8
1   JavaScriptCore                       0x00000001b4bbecec scavenger_thread_main + 1312
2   libsystem_pthread.dylib              0x00000001f95a1a90 _pthread_start + 132
3   libsystem_pthread.dylib              0x00000001f95a0fcc thread_start + 4

Thread 19:
0   libsystem_kernel.dylib               0x00000001e5b22084 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x00000001f95a0fc0 start_wqthread + 4

Thread 20:
0   libsystem_kernel.dylib               0x00000001e5b22084 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x00000001f95a0fc0 start_wqthread + 4

Thread 21:
0   AGXMetalG14                          0x000000023bc8c7fc 0x23b9a9000 + 3028988
1   AGXMetalG14                          0x000000023bc8c648 0x23b9a9000 + 3028552
2   AGXMetalG14                          0x000000023bc8c848 0x23b9a9000 + 3029064
3   AGXMetalG14                          0x000000023c0f236c 0x23b9a9000 + 7639916
4   VectorKit                            0x00000001bb08dea4 ggl::MetalResourceManager::deleteResource(ggl::MetalResource*) + 228
5   VectorKit                            0x00000001bb091624 ___ZN3ggl20MetalResourceManager22commandBufferCompletedEy_block_invoke + 192
6   libdispatch.dylib                    0x00000001a54b913c _dispatch_call_block_and_release + 28
7   libdispatch.dylib                    0x00000001a54badd4 _dispatch_client_callout + 16
8   libdispatch.dylib                    0x00000001a54c2400 _dispatch_lane_serial_drain + 744
9   libdispatch.dylib                    0x00000001a54c2f64 _dispatch_lane_invoke + 428
10  libdispatch.dylib                    0x00000001a54cdcb4 _dispatch_root_queue_drain_deferred_wlh + 284
11  libdispatch.dylib                    0x00000001a54cd528 _dispatch_workloop_worker_thread + 400
12  libsystem_pthread.dylib              0x00000001f95a0f20 _pthread_wqthread + 284
13  libsystem_pthread.dylib              0x00000001f95a0fc0 start_wqthread + 4

Thread 22:
0   libsystem_kernel.dylib               0x00000001e5b22084 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x00000001f95a0fc0 start_wqthread + 4

Thread 23:
0   libsystem_pthread.dylib              0x00000001f95a0fb8 start_wqthread + 0

Thread 24:
0   libsystem_kernel.dylib               0x00000001e5b22084 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x00000001f95a0fc0 start_wqthread + 4

Thread 25:
0   libsystem_kernel.dylib               0x00000001e5b22084 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x00000001f95a0fc0 start_wqthread + 4

Thread 26:
0   libsystem_kernel.dylib               0x00000001e5b22084 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x00000001f95a0fc0 start_wqthread + 4

Thread 27:
0   libsystem_blocks.dylib               0x00000001f959c4c8 HelperBase<GenericInline>::destroyBlock(Block_layout*, bool, unsigned char*) + 68
1   libsystem_blocks.dylib               0x00000001f959c450 _call_dispose_helpers_excp + 68
2   libsystem_blocks.dylib               0x00000001f959c3ec _Block_release + 248
3   libobjc.A.dylib                      0x00000001954f9f84 AutoreleasePoolPage::releaseUntil(objc_object**) + 208
4   libobjc.A.dylib                      0x00000001954f9e10 objc_autoreleasePoolPop + 256
5   libdispatch.dylib                    0x00000001a54b913c _dispatch_call_block_and_release + 28
6   libdispatch.dylib                    0x00000001a54badd4 _dispatch_client_callout + 16
7   libdispatch.dylib                    0x00000001a54c2400 _dispatch_lane_serial_drain + 744
8   libdispatch.dylib                    0x00000001a54c2f64 _dispatch_lane_invoke + 428
9   libdispatch.dylib                    0x00000001a54cdcb4 _dispatch_root_queue_drain_deferred_wlh + 284
10  libdispatch.dylib                    0x00000001a54cd528 _dispatch_workloop_worker_thread + 400
11  libsystem_pthread.dylib              0x00000001f95a0f20 _pthread_wqthread + 284
12  libsystem_pthread.dylib              0x00000001f95a0fc0 start_wqthread + 4

Thread 29:
0   libsystem_kernel.dylib               0x00000001e5b22084 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x00000001f95a0fc0 start_wqthread + 4

Thread 30:
0   libsystem_kernel.dylib               0x00000001e5b22084 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x00000001f95a0fc0 start_wqthread + 4

Thread 31:
0   libsystem_kernel.dylib               0x00000001e5b22084 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x00000001f95a0fc0 start_wqthread + 4

Thread 32:
0   libsystem_kernel.dylib               0x00000001e5b22084 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x00000001f95a0fc0 start_wqthread + 4

Thread 33:
0   libsystem_pthread.dylib              0x00000001f95a0fb8 start_wqthread + 0

Thread 34:
0   libsystem_kernel.dylib               0x00000001e5b22084 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x00000001f95a0fc0 start_wqthread + 4

Thread 28 crashed with arm64 Thread State:
   x21: 0x0000000300e63c90     x2: 0x000000016c142708    x16: 0x00006c8435013c90     x3: 0x000000016c142710
   x22: 0x000000016c142700     x4: 0x0000000000000004    x17: 0x0000000435013c90   cpsr: 0x0000000020001000
    x5: 0x0000000000003c90    x23: 0x0000000104f54db8     x6: 0x3130303030303030    x18: 0x0000000000000000
   x10: 0x007ffffffffffff8     lr: 0x000000019d5fd57c     x7: 0x0000000000000240    x24: 0x000000012bddf2f0
   x11: 0x0000000300114060     x8: 0x0000000000000000    x19: 0x000000016c142710    x25: 0x00000003014601d0
    x9: 0x00006c8435013c90    x12: 0x00000000a0080001     fp: 0x000000016c1426b0    x26: 0x00000002011d0088
   x13: 0x00000001060c2120     pc: 0x000000019d5c506c    x27: 0x0000000104f83000    x14: 0x01000001feb64f51
   x20: 0x000000016c142708     x0: 0x0000000000000007     sp: 0x000000016c1426b0    x28: 0x000000006c6c6563
   x15: 0x00000001feb64f50     x1: 0x0000000300e63c90

Binary Images:
0x0000000104c08000 -        0x0000000104f3bfff +<appnameredacted> arm64  <84276a4d75f73254881c56664b9fd3ba> /private/var/containers/Bundle/Application/F83D9731-1FE3-440B-B188-B2F47D4BADC5/<appnameredacted>.app/<appnameredacted>
0x00000001050a8000 -        0x00000001050bbfff +DeviceKit arm64  <b9067bfb8ece336cb16f6777a2f79a51> /private/var/containers/Bundle/Application/F83D9731-1FE3-440B-B188-B2F47D4BADC5/<appnameredacted>.app/Frameworks/DeviceKit.framework/DeviceKit
0x00000001050e4000 -        0x00000001050effff +Introspect arm64  <32867d49e2e434e48d12de129f47db6a> /private/var/containers/Bundle/Application/F83D9731-1FE3-440B-B188-B2F47D4BADC5/<appnameredacted>.app/Frameworks/Introspect.framework/Introspect
0x0000000105618000 -        0x000000010574ffff +MSAL arm64  <3ce1b59ea4d53d80b7a668b4b145b152> /private/var/containers/Bundle/Application/F83D9731-1FE3-440B-B188-B2F47D4BADC5/<appnameredacted>.app/Frameworks/MSAL.framework/MSAL
0x00000001954f8000 -        0x0000000195545cc3  libobjc.A.dylib arm64e  <412fd1f44107344388efb3760778f6a7> /usr/lib/libobjc.A.dylib
0x000000019c455000 -        0x000000019cfe0fff  Foundation arm64e  <d92e19c162993e948614c505d5abccdb> /System/Library/Frameworks/Foundation.framework/Foundation
0x000000019d5be000 -        0x000000019daebfff  CoreFoundation arm64e  <3a5f992ad1cd312ebd2ef7c66343a417> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x000000019e6f6000 -        0x000000019ead2fff  CFNetwork arm64e  <a0da81af67733a72a9a5264f31047a16> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x000000019f83a000 -        0x00000001a134afff  UIKitCore arm64e  <7bf01cfc23f1326aafd8ad967ffece28> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x00000001a54b7000 -        0x00000001a54fdfff  libdispatch.dylib arm64e  <b7d9d0a6241437f29d031a25a474e2cf> /usr/lib/system/libdispatch.dylib
0x00000001b3628000 -        0x00000001b4d93f1f  JavaScriptCore arm64e  <05ea21999e0238dea861db68c3407b98> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x00000001b6195000 -        0x00000001b625afff  FrontBoardServices arm64e  <543cf531604f3a1cacea46c89702f8c1> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x00000001ba6bc000 -        0x00000001bb3cafff  VectorKit arm64e  <307713c605ff3814b42673f2346b0779> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x00000001e18e4000 -        0x00000001e18ecfff  GraphicsServices arm64e  <4cb7e98636bf38018f495d8c3c4a2127> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x00000001e5b18000 -        0x00000001e5b51fef  libsystem_kernel.dylib arm64e  <db493af363b132209dd8dd4f86bddfc8> /usr/lib/system/libsystem_kernel.dylib
0x00000001f959a000 -        0x00000001f959eff8  libsystem_blocks.dylib arm64e  <da2c6ff9e53f3e47ac8a03526a135b56> /usr/lib/system/libsystem_blocks.dylib
0x00000001f959f000 -        0x00000001f95abfff  libsystem_pthread.dylib arm64e  <a70c0def058c3cb09ec1453aa7f39df9> /usr/lib/system/libsystem_pthread.dylib
0x000000023b9a9000 -        0x000000023c15efff  AGXMetalG14 arm64e  <1fef1f89b46737b086f8e05bc8a2a629> /System/Library/Extensions/AGXMetalG14.bundle/AGXMetalG14
0x0000000242c20000 -        0x0000000242cecfff  GeoAnalytics arm64e  <8b1ddbb3439e376888024f2c41539b06> /System/Library/PrivateFrameworks/GeoAnalytics.framework/GeoAnalytics

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

No branches or pull requests

2 participants