Tencent / matrix

Matrix is a plugin style, non-invasive APM system developed by WeChat.
Other
11.65k stars 1.89k forks source link

升级到Xcode 14后,为什么符号解析不出来了 #833

Open xkwoo opened 1 year ago

xkwoo commented 1 year ago

手机型号:如: Iphone XS

手机系统版本:iOS 16

matrix版本:如: 2.0.0

问题描述:matrixCrash堆栈符号解析异常

堆栈/日志: 1)xcode 13的crash堆栈: Thread 0 Crashed: 0 libobjc.A.dylib 0x00000001c88f1c08 0x1c88f0000 + 7176 (objc_msgSend) 1 libsystem_trace.dylib 0x00000001e6353404 0x1e634d000 + 25604 2 libsystem_trace.dylib 0x00000001e63511a0 0x1e634d000 + 16800 3 libsystem_trace.dylib 0x00000001e63586e4 0x1e634d000 + 46820 4 CoreFoundation 0x00000001cf66d028 0x1cf5c8000 + 675880 (_CFLogvEx3) 5 Foundation 0x00000001c9a549f4 0x1c99b0000 + 674292 6 Foundation 0x00000001c9a53384 0x1c99b0000 + 668548 (NSLog) 7 CloudLink 0x00000001059f9950 0x1029f0000 + 50370896 (-[MatrixTester wrongFormatCrash]) 8 CloudLink 0x0000000105f6e5d4 0x1029f0000 + 56092116 (-[WKFRootViewController addEvent:]) 9 UIKitCore 0x00000001d19d3d54 0x1d1785000 + 2420052 10 UIKitCore 0x00000001d19d3a34 0x1d1785000 + 2419252 11 CloudLink 0x0000000105dbd3fc 0x1029f0000 + 54318076 (-[UIControl(TrackEvent) wk_sendAction:to:forEvent:]) 12 UIKitCore 0x00000001d19d33c8 0x1d1785000 + 2417608 13 UIKitCore 0x00000001d19d326c 0x1d1785000 + 2417260 14 UIKitCore 0x00000001d19d2ea4 0x1d1785000 + 2416292 15 UIKitCore 0x00000001d18b85e0 0x1d1785000 + 1258976 16 CoreFoundation 0x00000001cf659d60 0x1cf5c8000 + 597344 17 CoreFoundation 0x00000001cf5e22d0 0x1cf5c8000 + 107216 18 CoreFoundation 0x00000001cf643c7c 0x1cf5c8000 + 507004 19 CoreFoundation 0x00000001cf648ed4 0x1cf5c8000 + 528084 (CFRunLoopRunSpecific) 20 GraphicsServices 0x000000020894a368 0x208949000 + 4968 (GSEventRunModal) 21 UIKitCore 0x00000001d1b273d0 0x1d1785000 + 3810256 22 UIKitCore 0x00000001d1b27034 0x1d1785000 + 3809332 (UIApplicationMain) 23 CloudLink 0x00000001029f8120 0x1029f0000 + 33056 (main) 24 unknown 0x00000001edcb0960 0x0000 + 8284473696

2)xcode 14的crash堆栈: Thread 0 Crashed: 0 libobjc.A.dylib 0x00000001c88f1c08 0x1c88f0000 + 7176 (objc_msgSend) 1 libsystem_trace.dylib 0x00000001e6353404 0x1e634d000 + 25604 2 libsystem_trace.dylib 0x00000001e63511a0 0x1e634d000 + 16800 3 libsystem_trace.dylib 0x00000001e63586e4 0x1e634d000 + 46820 4 CoreFoundation 0x00000001cf66d028 0x1cf5c8000 + 675880 (_CFLogvEx3) 5 Foundation 0x00000001c9a549f4 0x1c99b0000 + 674292 6 Foundation 0x00000001c9a53384 0x1c99b0000 + 668548 (NSLog) 7 CloudLink 0x00000001036b09d8 0x100e28000 + 42502616 8 CloudLink 0x0000000103c88644 0x100e28000 + 48629316 9 UIKitCore 0x00000001d19d3d34 0x1d1785000 + 2420020 10 UIKitCore 0x00000001d19d3a34 0x1d1785000 + 2419252 11 CloudLink 0x0000000103a47c78 0x100e28000 + 46267512 12 UIKitCore 0x00000001d19d33c8 0x1d1785000 + 2417608 13 UIKitCore 0x00000001d19d326c 0x1d1785000 + 2417260 14 UIKitCore 0x00000001d19d2ea4 0x1d1785000 + 2416292 15 UIKitCore 0x00000001d18b85e0 0x1d1785000 + 1258976 16 CoreFoundation 0x00000001cf659d60 0x1cf5c8000 + 597344 17 CoreFoundation 0x00000001cf5e22d0 0x1cf5c8000 + 107216 18 CoreFoundation 0x00000001cf643c7c 0x1cf5c8000 + 507004 19 CoreFoundation 0x00000001cf648ed4 0x1cf5c8000 + 528084 (CFRunLoopRunSpecific) 20 GraphicsServices 0x000000020894a368 0x208949000 + 4968 (GSEventRunModal) 21 UIKitCore 0x00000001d1b273d0 0x1d1785000 + 3810256 22 UIKitCore 0x00000001d1b27034 0x1d1785000 + 3809332 (UIApplicationMain) 23 CloudLink 0x0000000100e2f314 0x100e28000 + 29460 24 unknown 0x00000001edcb0960 0x0000 + 8284473696