ios - 在Fabric Crashlytics中获取probeGC崩溃

标签 ios crash ios13

仅在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

最佳答案

可能您可以在这里获得一些信息:
https://forums.developer.apple.com/thread/130095

关于ios - 在Fabric Crashlytics中获取probeGC崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60663957/

相关文章:

node.js - 独立 WatchOS6 应用程序的 APNS 失败

cordova - 在iOS13/iPadOS 13中使用dylib调试零星应用崩溃

ios - 从 Xcode 项目中删除 Bridging Header 后生成错误

ios - 如果将代码共享给其他系统,我是否需要在代码中安装 alamofire

ios - prepareForSegue collectionView 使用 swift

ios - 在启动时检测应用程序崩溃

ios - Firebase InstanceId 未解析的标识符 swift4

按下主页按钮时 iOS 应用程序崩溃(当应用程序暂停时)

windows - 哪些版本的Windows通过其错误报告生成本地故障转储文件?哪个不?

swift - iOS13 中 FCM 的推送通知问题