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

iOS: delayed crash after start #293

Open
l2dy opened this issue Mar 4, 2024 · 0 comments
Open

iOS: delayed crash after start #293

l2dy opened this issue Mar 4, 2024 · 0 comments

Comments

@l2dy
Copy link

l2dy commented Mar 4, 2024

App crashes after start on iPad.

Crash Log
OS Version:          iPhone OS 17.3.1 (21D61)
Release Type:        User
Report Version:      104

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Termination Reason: SIGNAL 6 Abort trap: 6
Terminating Process: xLog [17787]

Triggered by Thread:  0

Application Specific Information:
abort() called


Last Exception Backtrace:
0   CoreFoundation                	       0x1a46e6678 __exceptionPreprocess + 164
1   libobjc.A.dylib               	       0x19c9e7c80 objc_exception_throw + 60
2   CoreFoundation                	       0x1a462a498 -[__NSArrayM insertObject:atIndex:] + 1292
3   UIKitCore                     	       0x1a7a5aa4c -[UIImageView _setImageViewContentsForAnimatedImage:] + 540
4   UIKitCore                     	       0x1a6869188 -[UIImageView _setImageViewContents:] + 428
5   UIKitCore                     	       0x1a6868f54 -[UIImageView _updateState] + 560
6   UIKitCore                     	       0x1a6868cf8 +[UIView(Animation) performWithoutAnimation:] + 76
7   UIKitCore                     	       0x1a6868bac -[UIImageView _updateImageViewForOldImage:newImage:] + 608
8   UIKitCore                     	       0x1a6832970 -[UIImageView _resolveImagesWithPreviouslyDisplayedImage:] + 836
9   UIKitCore                     	       0x1a68325e8 -[UIImageView _setImage:invalidatingPendingSymbolTransitions:] + 276
10  xLog                          	       0x10264e97c 0x1021a8000 + 4876668
11  xLog                          	       0x1022bec5c 0x1021a8000 + 1141852
12  xLog                          	       0x1022be604 0x1021a8000 + 1140228
13  xLog                          	       0x1022be358 0x1021a8000 + 1139544
14  xLog                          	       0x1022c1619 0x1021a8000 + 1152537
15  xLog                          	       0x1022bfad9 0x1021a8000 + 1145561
16  xLog                          	       0x1022c14d5 0x1021a8000 + 1152213
17  libswift_Concurrency.dylib    	       0x1af8e7a41 completeTaskWithClosure(swift::AsyncContext*, swift::SwiftError*) + 1

Thread 0 name:   Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   libsystem_kernel.dylib        	       0x1ebd05fbc __pthread_kill + 8
1   libsystem_pthread.dylib       	       0x20e583680 pthread_kill + 268
2   libsystem_c.dylib             	       0x1ac6aeb90 abort + 180
3   libc++abi.dylib               	       0x20e4adff8 abort_message + 132
4   libc++abi.dylib               	       0x20e49df90 demangling_terminate_handler() + 348
5   libobjc.A.dylib               	       0x19c9eada4 _objc_terminate() + 144
6   xLog                          	       0x1026abc50 0x1021a8000 + 5258320
7   libc++abi.dylib               	       0x20e4ad3bc std::__terminate(void (*)()) + 16
8   libc++abi.dylib               	       0x20e4b0758 __cxa_rethrow + 204
9   libobjc.A.dylib               	       0x19c9f8cbc objc_exception_rethrow + 44
10  CoreFoundation                	       0x1a462d4a8 CFRunLoopRunSpecific + 784
11  GraphicsServices              	       0x1e7bbb4f8 GSEventRunModal + 164
12  UIKitCore                     	       0x1a6a538a0 -[UIApplication _run] + 888
13  UIKitCore                     	       0x1a6a52edc UIApplicationMain + 340
14  xLog                          	       0x1021ac53c 0x1021a8000 + 17724
15  dyld                          	       0x1c7382dcc start + 2240

Thread 1 name:   Dispatch queue: com.apple.root.user-initiated-qos.cooperative
Thread 1:
0   libdispatch.dylib             	       0x1ac607b28 _dispatch_root_queue_drain + 204
1   libdispatch.dylib             	       0x1ac6083ec _dispatch_worker_thread2 + 156
2   libsystem_pthread.dylib       	       0x20e57f928 _pthread_wqthread + 228
3   libsystem_pthread.dylib       	       0x20e57fa04 start_wqthread + 8

Thread 2 name:   Dispatch queue: com.apple.CFNetwork.Connection
Thread 2:
0   libsystem_platform.dylib      	       0x20e4d8af0 _platform_strcmp + 0
1   Network                       	       0x1a4b4e488 nw_path_snapshot_path + 1040
2   Network                       	       0x1a4b4dc74 nw_path_evaluator_evaluate + 2508
3   Network                       	       0x1a4b4d064 nw_path_create_evaluator_for_endpoint + 68
4   Network                       	       0x1a4b4c1e4 nw_association_activate + 116
5   Network                       	       0x1a4b4b3c4 nw_association_register + 244
6   Network                       	       0x1a4b4a1e8 nw_endpoint_handler_initialize_association + 216
7   Network                       	       0x1a4b49734 nw_endpoint_handler_start + 1492
8   Network                       	       0x1a4b48e0c __nw_connection_start_block_invoke + 960
9   Network                       	       0x1a4bbdd54 nw_connection_start + 496
10  CFNetwork                     	       0x1a578db90 0x1a56d1000 + 773008
11  CFNetwork                     	       0x1a5785ba0 0x1a56d1000 + 740256
12  CFNetwork                     	       0x1a5786b9c 0x1a56d1000 + 744348
13  CFNetwork                     	       0x1a580a90c 0x1a56d1000 + 1284364
14  CFNetwork                     	       0x1a578568c 0x1a56d1000 + 738956
15  CFNetwork                     	       0x1a580b300 0x1a56d1000 + 1286912
16  CFNetwork                     	       0x1a5809c80 0x1a56d1000 + 1281152
17  CFNetwork                     	       0x1a5809e1c 0x1a56d1000 + 1281564
18  libdispatch.dylib             	       0x1ac5f46a8 _dispatch_call_block_and_release + 32
19  libdispatch.dylib             	       0x1ac5f6300 _dispatch_client_callout + 20
20  libdispatch.dylib             	       0x1ac5fd894 _dispatch_lane_serial_drain + 748
21  libdispatch.dylib             	       0x1ac5fe3f8 _dispatch_lane_invoke + 432
22  libdispatch.dylib             	       0x1ac5ff6a8 _dispatch_workloop_invoke + 1756
23  libdispatch.dylib             	       0x1ac609004 _dispatch_root_queue_drain_deferred_wlh + 288
24  libdispatch.dylib             	       0x1ac608878 _dispatch_workloop_worker_thread + 404
25  libsystem_pthread.dylib       	       0x20e57f964 _pthread_wqthread + 288
26  libsystem_pthread.dylib       	       0x20e57fa04 start_wqthread + 8

Thread 3 name:  com.apple.uikit.eventfetch-thread
Thread 3:
0   libsystem_kernel.dylib        	       0x1ebcfd178 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	       0x1ebcfcf10 mach_msg2_internal + 80
2   libsystem_kernel.dylib        	       0x1ebcfce28 mach_msg_overwrite + 436
3   libsystem_kernel.dylib        	       0x1ebcfcc68 mach_msg + 24
4   CoreFoundation                	       0x1a462fa9c __CFRunLoopServiceMachPort + 160
5   CoreFoundation                	       0x1a462d994 __CFRunLoopRun + 1208
6   CoreFoundation                	       0x1a462d3f8 CFRunLoopRunSpecific + 608
7   Foundation                    	       0x1a35c03ec -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212
8   Foundation                    	       0x1a35ed6ac -[NSRunLoop(NSRunLoop) runUntilDate:] + 64
9   UIKitCore                     	       0x1a69b5710 -[UIEventFetcher threadMain] + 420
10  Foundation                    	       0x1a3643d40 __NSThread__start__ + 732
11  libsystem_pthread.dylib       	       0x20e5804d4 _pthread_start + 136
12  libsystem_pthread.dylib       	       0x20e57fa10 thread_start + 8

Thread 4:
0   libsystem_pthread.dylib       	       0x20e57f9fc start_wqthread + 0

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

Thread 6 name:   Dispatch queue: com.apple.root.user-initiated-qos.cooperative
Thread 6:
0   libsystem_kernel.dylib        	       0x1ebcfd1e4 syscall_thread_switch + 8
1   libdispatch.dylib             	       0x1ac607f10 __DISPATCH_ROOT_QUEUE_CONTENDED_WAIT__ + 104
2   libdispatch.dylib             	       0x1ac607d00 _dispatch_root_queue_drain + 676
3   libdispatch.dylib             	       0x1ac6083ec _dispatch_worker_thread2 + 156
4   libsystem_pthread.dylib       	       0x20e57f928 _pthread_wqthread + 228
5   libsystem_pthread.dylib       	       0x20e57fa04 start_wqthread + 8

Thread 7:
0   libsystem_pthread.dylib       	       0x20e57f9fc start_wqthread + 0

Thread 8:
0   libsystem_kernel.dylib        	       0x1ebcfd94c __mmap + 8
1   libsystem_kernel.dylib        	       0x1ebcfd8dc mmap + 60
2   CoreGraphics                  	       0x1a6194b6c CGBitmapAllocateData + 84
3   CoreGraphics                  	       0x1a61947c4 CGBitmapContextInfoCreate + 740
4   CoreGraphics                  	       0x1a619d4a8 CGBitmapContextCreateWithDataAndDictionary + 84
5   CoreGraphics                  	       0x1a619bd34 rip_auto_context_rasterization_loop + 1612
6   CoreGraphics                  	       0x1a619b0b0 rip_auto_context_create_image + 56
7   UIKitCore                     	       0x1a68ff264 -[UIGraphicsImageRendererContext currentImage] + 32
8   UIKitCore                     	       0x1a68ff214 __44-[UIGraphicsImageRenderer imageWithActions:]_block_invoke + 28
9   UIKitCore                     	       0x1a68fe558 -[UIGraphicsRenderer runDrawingActions:completionActions:format:error:] + 360
10  UIKitCore                     	       0x1a68fe3c8 -[UIGraphicsRenderer runDrawingActions:completionActions:error:] + 92
11  UIKitCore                     	       0x1a68fe2f4 -[UIGraphicsImageRenderer imageWithActions:] + 184
12  xLog                          	       0x1022b9718 0x1021a8000 + 1120024
13  xLog                          	       0x1022b95bc 0x1021a8000 + 1119676
14  xLog                          	       0x1022bab31 0x1021a8000 + 1125169
15  xLog                          	       0x1022ba271 0x1021a8000 + 1122929
16  xLog                          	       0x1022ba9dd 0x1021a8000 + 1124829
17  libswift_Concurrency.dylib    	       0x1af8e7a41 completeTaskWithClosure(swift::AsyncContext*, swift::SwiftError*) + 1

Thread 9 name:  com.facebook.react.JavaScript
Thread 9:
0   libsystem_kernel.dylib        	       0x1ebcfd178 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	       0x1ebcfcf10 mach_msg2_internal + 80
2   libsystem_kernel.dylib        	       0x1ebcfce28 mach_msg_overwrite + 436
3   libsystem_kernel.dylib        	       0x1ebcfcc68 mach_msg + 24
4   CoreFoundation                	       0x1a462fa9c __CFRunLoopServiceMachPort + 160
5   CoreFoundation                	       0x1a462d994 __CFRunLoopRun + 1208
6   CoreFoundation                	       0x1a462d3f8 CFRunLoopRunSpecific + 608
7   xLog                          	       0x10252d820 0x1021a8000 + 3692576
8   Foundation                    	       0x1a3643d40 __NSThread__start__ + 732
9   libsystem_pthread.dylib       	       0x20e5804d4 _pthread_start + 136
10  libsystem_pthread.dylib       	       0x20e57fa10 thread_start + 8

Thread 10 name:  hades
Thread 10:
0   libsystem_kernel.dylib        	       0x1ebcfdb1c __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x20e57efd4 _pthread_cond_wait + 1228
2   libc++.1.dylib                	       0x1b4833ecc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3   hermes                        	       0x1042803f8 0x104164000 + 1164280
4   hermes                        	       0x1042801ac 0x104164000 + 1163692
5   libsystem_pthread.dylib       	       0x20e5804d4 _pthread_start + 136
6   libsystem_pthread.dylib       	       0x20e57fa10 thread_start + 8

Thread 11 name:  hermes-chrome-inspector-conn
Thread 11:
0   libsystem_kernel.dylib        	       0x1ebcfdb1c __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x20e57efd4 _pthread_cond_wait + 1228
2   libc++.1.dylib                	       0x1b4833ecc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3   xLog                          	       0x102639670 0x1021a8000 + 4789872
4   xLog                          	       0x1025f318c 0x1021a8000 + 4501900
5   libsystem_pthread.dylib       	       0x20e5804d4 _pthread_start + 136
6   libsystem_pthread.dylib       	       0x20e57fa10 thread_start + 8

Thread 12 name:  hermes-inspector
Thread 12:
0   libsystem_kernel.dylib        	       0x1ebcfdb1c __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x20e57efd4 _pthread_cond_wait + 1228
2   libc++.1.dylib                	       0x1b4833ecc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3   xLog                          	       0x102639670 0x1021a8000 + 4789872
4   xLog                          	       0x1025f318c 0x1021a8000 + 4501900
5   libsystem_pthread.dylib       	       0x20e5804d4 _pthread_start + 136
6   libsystem_pthread.dylib       	       0x20e57fa10 thread_start + 8

Thread 13 name:  hades
Thread 13:
0   libsystem_kernel.dylib        	       0x1ebcfdb1c __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x20e57efd4 _pthread_cond_wait + 1228
2   libc++.1.dylib                	       0x1b4833ecc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3   hermes                        	       0x1042803f8 0x104164000 + 1164280
4   hermes                        	       0x1042801ac 0x104164000 + 1163692
5   libsystem_pthread.dylib       	       0x20e5804d4 _pthread_start + 136
6   libsystem_pthread.dylib       	       0x20e57fa10 thread_start + 8

Thread 14 name:  com.apple.NSURLConnectionLoader
Thread 14:
0   libsystem_kernel.dylib        	       0x1ebcfd178 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	       0x1ebcfcf10 mach_msg2_internal + 80
2   libsystem_kernel.dylib        	       0x1ebcfce28 mach_msg_overwrite + 436
3   libsystem_kernel.dylib        	       0x1ebcfcc68 mach_msg + 24
4   CoreFoundation                	       0x1a462fa9c __CFRunLoopServiceMachPort + 160
5   CoreFoundation                	       0x1a462d994 __CFRunLoopRun + 1208
6   CoreFoundation                	       0x1a462d3f8 CFRunLoopRunSpecific + 608
7   CFNetwork                     	       0x1a592b050 0x1a56d1000 + 2465872
8   Foundation                    	       0x1a3643d40 __NSThread__start__ + 732
9   libsystem_pthread.dylib       	       0x20e5804d4 _pthread_start + 136
10  libsystem_pthread.dylib       	       0x20e57fa10 thread_start + 8

Thread 15:
0   libsystem_kernel.dylib        	       0x1ebcfdb1c __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x20e57efd4 _pthread_cond_wait + 1228
2   libc++.1.dylib                	       0x1b4833ecc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3   xLog                          	       0x102a49288 0x1021a8000 + 9048712
4   xLog                          	       0x102a49590 0x1021a8000 + 9049488
5   libsystem_pthread.dylib       	       0x20e5804d4 _pthread_start + 136
6   libsystem_pthread.dylib       	       0x20e57fa10 thread_start + 8

Thread 16:
0   libsystem_kernel.dylib        	       0x1ebcfd978 __semwait_signal + 8
1   libsystem_c.dylib             	       0x1ac642f20 nanosleep + 220
2   libsystem_c.dylib             	       0x1ac6511dc sleep + 52
3   xLog                          	       0x1026a0750 0x1021a8000 + 5211984
4   libsystem_pthread.dylib       	       0x20e5804d4 _pthread_start + 136
5   libsystem_pthread.dylib       	       0x20e57fa10 thread_start + 8

Thread 17 name:  SentryCrash Exception Handler (Secondary)
Thread 17:
0   libsystem_kernel.dylib        	       0x1ebcfd178 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	       0x1ebcfcf10 mach_msg2_internal + 80
2   libsystem_kernel.dylib        	       0x1ebd01718 thread_suspend + 112
3   xLog                          	       0x1026ac400 0x1021a8000 + 5260288
4   libsystem_pthread.dylib       	       0x20e5804d4 _pthread_start + 136
5   libsystem_pthread.dylib       	       0x20e57fa10 thread_start + 8

Thread 18 name:  SentryCrash Exception Handler (Primary)
Thread 18:
0   libsystem_kernel.dylib        	       0x1ebcfd178 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	       0x1ebcfcf10 mach_msg2_internal + 80
2   libsystem_kernel.dylib        	       0x1ebcfce28 mach_msg_overwrite + 436
3   libsystem_kernel.dylib        	       0x1ebcfcc68 mach_msg + 24
4   xLog                          	       0x1026ac42c 0x1021a8000 + 5260332
5   libsystem_pthread.dylib       	       0x20e5804d4 _pthread_start + 136
6   libsystem_pthread.dylib       	       0x20e57fa10 thread_start + 8

Thread 19 name:  io.sentry.app-hang-tracker
Thread 19:
0   libsystem_kernel.dylib        	       0x1ebcfd978 __semwait_signal + 8
1   libsystem_c.dylib             	       0x1ac642f20 nanosleep + 220
2   Foundation                    	       0x1a3cda6cc +[NSThread sleepForTimeInterval:] + 160
3   xLog                          	       0x102690bc0 0x1021a8000 + 5147584
4   Foundation                    	       0x1a3643d40 __NSThread__start__ + 732
5   libsystem_pthread.dylib       	       0x20e5804d4 _pthread_start + 136
6   libsystem_pthread.dylib       	       0x20e57fa10 thread_start + 8

Thread 20 name:  com.facebook.SocketRocket.NetworkThread
Thread 20:
0   libsystem_kernel.dylib        	       0x1ebcfd178 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	       0x1ebcfcf10 mach_msg2_internal + 80
2   libsystem_kernel.dylib        	       0x1ebcfce28 mach_msg_overwrite + 436
3   libsystem_kernel.dylib        	       0x1ebcfcc68 mach_msg + 24
4   CoreFoundation                	       0x1a462fa9c __CFRunLoopServiceMachPort + 160
5   CoreFoundation                	       0x1a462d994 __CFRunLoopRun + 1208
6   CoreFoundation                	       0x1a462d3f8 CFRunLoopRunSpecific + 608
7   Foundation                    	       0x1a35c03ec -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212
8   xLog                          	       0x102714a18 0x1021a8000 + 5687832
9   Foundation                    	       0x1a3643d40 __NSThread__start__ + 732
10  libsystem_pthread.dylib       	       0x20e5804d4 _pthread_start + 136
11  libsystem_pthread.dylib       	       0x20e57fa10 thread_start + 8

Thread 21 name:  com.apple.CFSocket.private
Thread 21:
0   libsystem_kernel.dylib        	       0x1ebd09860 __select + 8
1   CoreFoundation                	       0x1a46d9778 __CFSocketManager + 636
2   libsystem_pthread.dylib       	       0x20e5804d4 _pthread_start + 136
3   libsystem_pthread.dylib       	       0x20e57fa10 thread_start + 8

Thread 22:
0   libsystem_platform.dylib      	       0x20e4d9050 _platform_memset_pattern16 + 208
1   CoreGraphics                  	       0x1a61a3cac CGBlt_fillBytes + 248
2   CoreGraphics                  	       0x1a61a2f44 argb32_mark + 9176
3   CoreGraphics                  	       0x1a61a0ab8 RIPLayerBltShape + 1108
4   CoreGraphics                  	       0x1a61a0610 ripc_Operation + 628
5   CoreGraphics                  	       0x1a61b7264 CG::DisplayList::executeEntries(std::__1::__wrap_iter<std::__1::shared_ptr<CG::DisplayListEntry const>*>, std::__1::__wrap_iter<std::__1::shared_ptr<CG::DisplayListEntry const>*>, CGContextDelegate*, CGRenderingState*, CGGStack*, CGRect const*, __CFDictionary const*, bool) + 5636
6   CoreGraphics                  	       0x1a61b5a74 CGDisplayListDrawInContextDelegate + 312
7   CoreGraphics                  	       0x1a619beac rip_auto_context_rasterization_loop + 1988
8   CoreGraphics                  	       0x1a619b0b0 rip_auto_context_create_image + 56
9   UIKitCore                     	       0x1a68ff264 -[UIGraphicsImageRendererContext currentImage] + 32
10  UIKitCore                     	       0x1a68ff214 __44-[UIGraphicsImageRenderer imageWithActions:]_block_invoke + 28
11  UIKitCore                     	       0x1a68fe558 -[UIGraphicsRenderer runDrawingActions:completionActions:format:error:] + 360
12  UIKitCore                     	       0x1a68fe3c8 -[UIGraphicsRenderer runDrawingActions:completionActions:error:] + 92
13  UIKitCore                     	       0x1a68fe2f4 -[UIGraphicsImageRenderer imageWithActions:] + 184
14  xLog                          	       0x1022b9718 0x1021a8000 + 1120024
15  xLog                          	       0x1022b95bc 0x1021a8000 + 1119676
16  xLog                          	       0x1022bab31 0x1021a8000 + 1125169
17  xLog                          	       0x1022ba271 0x1021a8000 + 1122929
18  xLog                          	       0x1022ba9dd 0x1021a8000 + 1124829
19  libswift_Concurrency.dylib    	       0x1af8e7a41 completeTaskWithClosure(swift::AsyncContext*, swift::SwiftError*) + 1

Thread 23 name:   Dispatch queue: com.apple.root.user-initiated-qos.cooperative
Thread 23:
0   libsystem_kernel.dylib        	       0x1ebcfd1e4 syscall_thread_switch + 8
1   libdispatch.dylib             	       0x1ac607f10 __DISPATCH_ROOT_QUEUE_CONTENDED_WAIT__ + 104
2   libdispatch.dylib             	       0x1ac607d00 _dispatch_root_queue_drain + 676
3   libdispatch.dylib             	       0x1ac6083ec _dispatch_worker_thread2 + 156
4   libsystem_pthread.dylib       	       0x20e57f928 _pthread_wqthread + 228
5   libsystem_pthread.dylib       	       0x20e57fa04 start_wqthread + 8

Thread 24 name:   Dispatch queue: com.apple.root.user-initiated-qos.cooperative
Thread 24:
0   libsystem_kernel.dylib        	       0x1ebcfd1e4 syscall_thread_switch + 8
1   libdispatch.dylib             	       0x1ac607f10 __DISPATCH_ROOT_QUEUE_CONTENDED_WAIT__ + 104
2   libdispatch.dylib             	       0x1ac607d00 _dispatch_root_queue_drain + 676
3   libdispatch.dylib             	       0x1ac6083ec _dispatch_worker_thread2 + 156
4   libsystem_pthread.dylib       	       0x20e57f928 _pthread_wqthread + 228
5   libsystem_pthread.dylib       	       0x20e57fa04 start_wqthread + 8

Thread 25:
0   libsystem_pthread.dylib       	       0x20e57f9fc start_wqthread + 0

Thread 26 name:  com.apple.CFStream.LegacyThread
Thread 26:
0   libsystem_kernel.dylib        	       0x1ebcfd178 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	       0x1ebcfcf10 mach_msg2_internal + 80
2   libsystem_kernel.dylib        	       0x1ebcfce28 mach_msg_overwrite + 436
3   libsystem_kernel.dylib        	       0x1ebcfcc68 mach_msg + 24
4   CoreFoundation                	       0x1a462fa9c __CFRunLoopServiceMachPort + 160
5   CoreFoundation                	       0x1a462d994 __CFRunLoopRun + 1208
6   CoreFoundation                	       0x1a462d3f8 CFRunLoopRunSpecific + 608
7   CoreFoundation                	       0x1a4737ae0 _legacyStreamRunLoop_workThread + 300
8   libsystem_pthread.dylib       	       0x20e5804d4 _pthread_start + 136
9   libsystem_pthread.dylib       	       0x20e57fa10 thread_start + 8


Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x000000020e4b236f   x5: 0x000000016dc57150   x6: 0x000000000000006e   x7: 0x0000000000000000
    x8: 0x491a983d89d96881   x9: 0x491a983c7c596e41  x10: 0x0000000000000200  x11: 0x000000016dc56c80
   x12: 0x0000000000000000  x13: 0x00000000001ff800  x14: 0x0000000000000010  x15: 0x0000000000000000
   x16: 0x0000000000000148  x17: 0x00000001f58006c0  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x0000000000000103  x21: 0x00000001f58007a0  x22: 0x00000001fae106a8  x23: 0x0000000000000001
   x24: 0x00000002818ac0e0  x25: 0x0000000000000001  x26: 0x00000002821a0230  x27: 0x0000000000000000
   x28: 0x0000000000000001   fp: 0x000000016dc570c0   lr: 0x000000020e583680
    sp: 0x000000016dc570a0   pc: 0x00000001ebd05fbc cpsr: 0x40001000
   far: 0x0000000000000000  esr: 0x56000080  Address size fault

Binary Images:
       0x104574000 -        0x10457ffff libobjc-trampolines.dylib arm64e  <e4220a07d2c038189a9425e8dba387bc> /private/preboot/Cryptexes/OS/usr/lib/libobjc-trampolines.dylib
       0x1039f0000 -        0x103babfff OpenSSL arm64  <8a5f47e48dd83ebe88058434fbfb6bfb> /private/var/containers/Bundle/Application/33C3A41F-B223-42E6-8E64-83D46FC5DA50/xLog.app/Frameworks/OpenSSL.framework/OpenSSL
       0x103c68000 -        0x103c7bfff double-conversion arm64  <0d172d8a14c8394887ab3f3c1e69e76d> /private/var/containers/Bundle/Application/33C3A41F-B223-42E6-8E64-83D46FC5DA50/xLog.app/Frameworks/double-conversion.framework/double-conversion
       0x104124000 -        0x10413bfff glog arm64  <1ae3f905a6d93868b1c77208d7c56d63> /private/var/containers/Bundle/Application/33C3A41F-B223-42E6-8E64-83D46FC5DA50/xLog.app/Frameworks/glog.framework/glog
       0x104164000 -        0x10444ffff hermes arm64  <cf3fb7b9a92e31a8b44f3a08d561c32a> /private/var/containers/Bundle/Application/33C3A41F-B223-42E6-8E64-83D46FC5DA50/xLog.app/Frameworks/hermes.framework/hermes
       0x1021a8000 -        0x1033dffff xLog arm64  <d5d01d3375a13393a72041413fc752bc> /private/var/containers/Bundle/Application/33C3A41F-B223-42E6-8E64-83D46FC5DA50/xLog.app/xLog
       0x1ebcfc000 -        0x1ebd34fef libsystem_kernel.dylib arm64e  <08f02c6b1443366598054a8bee87346e> /usr/lib/system/libsystem_kernel.dylib
       0x20e57e000 -        0x20e589ff3 libsystem_pthread.dylib arm64e  <8f9c865b29f5346badd5fde40e008c66> /usr/lib/system/libsystem_pthread.dylib
       0x1ac639000 -        0x1ac6b6ff3 libsystem_c.dylib arm64e  <6d03d4f6ec2f3c189013b4caf90539af> /usr/lib/system/libsystem_c.dylib
       0x20e499000 -        0x20e4b4fff libc++abi.dylib arm64e  <86d3dd195f9e3d528c65642b72fe0061> /usr/lib/libc++abi.dylib
       0x19c9bc000 -        0x19ca09fe0 libobjc.A.dylib arm64e  <fe61505cf2a93f78b709647d1097a06a> /usr/lib/libobjc.A.dylib
       0x1a45fa000 -        0x1a4b26fff CoreFoundation arm64e  <5a6c1f41bf7032f6a1d65b894dd21362> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
       0x1e7bb8000 -        0x1e7bc0fff GraphicsServices arm64e  <ac07ebbed8bc3e55a13a07bb548734d1> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
       0x1a6827000 -        0x1a82fdfff UIKitCore arm64e  <2d5384466e403c108a5f559c938077a0> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
       0x1c737d000 -        0x1c740569b dyld arm64e  <28d6d2c146ce3d58b744b06a6c573888> /usr/lib/dyld
               0x0 - 0xffffffffffffffff ??? unknown-arch  <00000000000000000000000000000000> ???
       0x1ac5f2000 -        0x1ac638fff libdispatch.dylib arm64e  <c49a5fc2c87339139603004f5d0175e7> /usr/lib/system/libdispatch.dylib
       0x20e4d3000 -        0x20e4d9fe7 libsystem_platform.dylib arm64e  <6b90233485bd347eba40f535347a3417> /usr/lib/system/libsystem_platform.dylib
       0x1a4b27000 -        0x1a56d0fff Network arm64e  <1121f2168b4d3a4cabd11b9bb8e79666> /System/Library/Frameworks/Network.framework/Network
       0x1a56d1000 -        0x1a5aacfff CFNetwork arm64e  <650b083ce6403f12a26732148f1eb6b8> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
       0x1a3594000 -        0x1a40f3fff Foundation arm64e  <5623831d571933a99691759f47d714d1> /System/Library/Frameworks/Foundation.framework/Foundation
       0x1a617f000 -        0x1a6826fff CoreGraphics arm64e  <a4f140e0b011332cae388140bc71c06c> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
       0x1af89e000 -        0x1af8fcffb libswift_Concurrency.dylib arm64e  <51d41f8acf113af689efc1acce7c833b> /usr/lib/swift/libswift_Concurrency.dylib
       0x1b4821000 -        0x1b48aefff libc++.1.dylib arm64e  <88c06a0348273faba02b4dc1fe8a42b6> /usr/lib/libc++.1.dylib
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

1 participant