调试 iOS 特别崩溃报告:

发布于 2024-10-10 01:51:58 字数 1168 浏览 4 评论 0原文

我的一个用户给我发送了一堆崩溃日志,其中大多数都是这样读的 -

Thread 0 Crashed:
0   libobjc.A.dylib                 0x33479466 objc_msgSend + 18
1   CoreFoundation                  0x33a770c6 __CFNotificationCenterDarwinCallBack + 18
2   CoreFoundation                  0x33a5dbe0 __CFMachPortPerform + 204
3   CoreFoundation                  0x33a556f8     __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 20
4   CoreFoundation                  0x33a556bc __CFRunLoopDoSource1 + 160
5   CoreFoundation                  0x33a47f76 __CFRunLoopRun + 514
6   CoreFoundation                  0x33a47c80 CFRunLoopRunSpecific + 224
7   CoreFoundation                  0x33a47b88 CFRunLoopRunInMode + 52
8   GraphicsServices                0x33b0e4a4 GSEventRunModal + 108
9   GraphicsServices                0x33b0e550 GSEventRun + 56
10  UIKit                           0x32099322 -[UIApplication _run] + 406
11  UIKit                           0x32096e8c UIApplicationMain + 664
12  Nav                             0x00002ea2 main (main.m:14)
13  Nav                             0x00002e38 start + 44

这对我来说没有任何意义,我是否遗漏了一些非常明显的东西?

谢谢,
特贾。

One of my users has sent me a bunch of crash logs, in which the majority of them read like this -

Thread 0 Crashed:
0   libobjc.A.dylib                 0x33479466 objc_msgSend + 18
1   CoreFoundation                  0x33a770c6 __CFNotificationCenterDarwinCallBack + 18
2   CoreFoundation                  0x33a5dbe0 __CFMachPortPerform + 204
3   CoreFoundation                  0x33a556f8     __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 20
4   CoreFoundation                  0x33a556bc __CFRunLoopDoSource1 + 160
5   CoreFoundation                  0x33a47f76 __CFRunLoopRun + 514
6   CoreFoundation                  0x33a47c80 CFRunLoopRunSpecific + 224
7   CoreFoundation                  0x33a47b88 CFRunLoopRunInMode + 52
8   GraphicsServices                0x33b0e4a4 GSEventRunModal + 108
9   GraphicsServices                0x33b0e550 GSEventRun + 56
10  UIKit                           0x32099322 -[UIApplication _run] + 406
11  UIKit                           0x32096e8c UIApplicationMain + 664
12  Nav                             0x00002ea2 main (main.m:14)
13  Nav                             0x00002e38 start + 44

This doesn't really make any sense to me, am I missing something really obvious?

Thanks,
Teja.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

雪化雨蝶 2024-10-17 01:51:58

There is a wonderful blog post entitled So you crashed in objc_msgSend(). I strongly encourage you to read it. It should teach you how to find out what's going on here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文