奇怪的 libobjc.a.dylib objc_msgsend 崩溃

问题描述

随处搜索,找不到答案。我遇到了这个问题,导致该应用在许多用户上崩溃。

有多少?

enter image description here

很多!

我无法重现崩溃,我无法从 Crashlytics 日志中了解任何内容

enter image description here

在阅读了一些问题和答案后,我怀疑是 ManagedobjectContext 中的某些原因造成的。

已经访问过:

  1. libobjc.A.dylib objc_msgSend crash occurring with core data usage in background thread

  2. Swift Crash libobjc.A.dylib objc_msgSend

  3. iOS crash libobjc.A.dylib objc_msgSend

  4. Xcode 8.1 release APP crash libobjc.A.dylib objc_msgSend

  5. libobjc.A.dylib objc_msgSend crash occurring with core data usage in background thread

接下来我该怎么办?

崩溃日志:

Crashed: com.apple.main-thread
0  libobjc.A.dylib                0x1b0e720f8 objc_msgSend + 24
1  Foundation                     0x19dcb3b90 __NSThreadPerformPerform + 188
2  CoreFoundation                 0x19c89c76c __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28
3  CoreFoundation                 0x19c89c668 __CFRunLoopDoSource0 + 208
4  CoreFoundation                 0x19c89b9cc __CFRunLoopDoSources0 + 376
5  CoreFoundation                 0x19c895a8c __CFRunLoopRun + 824
6  CoreFoundation                 0x19c89521c CFRunLoopRunSpecific + 600
7  GraphicsServices               0x1b3914784 GSEventRunModal + 164
8  UIKitCore                      0x19f2ce200 -[UIApplication _run] + 1072
9  UIKitCore                      0x19f2d3a74 UIApplicationMain + 168
10 ZoomQuizProd                   0x102a407b0 main + 19 (Appnotificationmanager.swift:19)
11 libdyld.dylib                  0x19c5556c0 start + 4

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)