首页 > 解决方案 > 在 Fabric Crashlytics 中发生 probeGC 崩溃

问题描述

此崩溃仅在 iOS 13.3.1 和 13.4.0 上发生

这次崩溃是随机发生的,对我的客户来说是一种真正的威慑。

我已将面料库更新到最新版本(1.10.2)。

Crashed: com.apple.main-thread
0  libobjc.A.dylib                0x1947be090 objc_msgSend + 16
1  Foundation                     0x194e564f0 probeGC + 120
2  Foundation                     0x194d6cd64 -[NSConcreteMapTable rehashAround:] + 204
3  Foundation                     0x194d6cc68 -[NSConcreteMapTable removeObjectForKey:] + 248
4  UIKitCore                      0x198fbd484 _UIAnalyticsGatherMultitouchAnalytics + 632
5  UIKitCore                      0x198b38a10 -[UIApplication sendEvent:] + 204
6  UIKitCore                      0x198bb0c20 __dispatchPreprocessedEventFromEventQueue + 5880
7  UIKitCore                      0x198bb317c __handleEventQueueInternal + 4924
8  UIKitCore                      0x198babff0 __handleHIDEventFetcherDrain + 108
9  CoreFoundation                 0x194a18a00 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24
10 CoreFoundation                 0x194a18958 __CFRunLoopDoSource0 + 80
11 CoreFoundation                 0x194a180f0 __CFRunLoopDoSources0 + 180
12 CoreFoundation                 0x194a1323c __CFRunLoopRun + 1080
13 CoreFoundation                 0x194a12adc CFRunLoopRunSpecific + 464
14 GraphicsServices               0x19e9b3328 GSEventRunModal + 104
15 UIKitCore                      0x198b2063c UIApplicationMain + 1936
16 xxxxxxxxxxxxxxx                0x1029863dc main + 17 (main.m:17)
17 libdyld.dylib                  0x19489c360 start + 4

标签: ioscrashios13

解决方案


也许你可以在这里得到一些信息: https ://forums.developer.apple.com/thread/130095


推荐阅读