ios – 什么可能导致libdispatch-manager线程崩溃?

ios – 什么可能导致libdispatch-manager线程崩溃?,第1张

概述Date/Time: 2013-05-22 21:31:31.863 -0400 OS Version: iOS 6.1.3 (10B329) Report Version: 104 Exception Type: EXC_CRASH (SIGSEGV) Exception Codes: 0x0000000000000000, 0x0000000000000000 Crash @H_404_4@
Date/Time: 2013-05-22 21:31:31.863 -0400  OS Version: iOS 6.1.3 (10B329)  Report Version: 104  Exception Type: EXC_CRASH (SIGSEGV)  Exception Codes: 0x0000000000000000,0x0000000000000000  Crashed Thread: 1  Thread 0 name: dispatch queue: com.apple.main-thread  Thread 0:  0 CoreFoundation 0x3203f950 -[NSArrayM dealloc] + 128    1 Foundation 0x32999218 -[NSFunctionExpression dealloc] + 56  2 Foundation 0x329991d8 -[NSKeyPathExpression dealloc] + 36  3 Foundation 0x3299914c -[NSComparisonPredicate dealloc] + 40  4 CoreData 0x31f6b672 -[NSFetchedResultsController(PrivateMethods) _managedobjectContextDIDChange:] + 1362  5 CoreFoundation 0x32045034 _CFXNotificationPost + 1424  6 Foundation 0x3295b594 -[NSNotificationCenter postNotificationname:object:userInfo:] + 68  7 CoreData 0x31ef9712 -[NSManagedobjectContext(_NSInternalNotificationHandling) _postObjectsDIDChangeNotificationWithUserInfo:] + 74  8 CoreData 0x31ef8c72 -[NSManagedobjectContext(_NSInternalChangeProcessing) _createAndPostChangeNotification:withDeletions:withUpdates:withrefreshes:] + 294  9 CoreData 0x31e7abf4 - [NSManagedobjectContext(_NSInternalChangeProcessing) _processRecentChanges:] + 2676  10 CoreData 0x31e7a10a _performRunLoopAction + 266  11 CoreFoundation 0x320c96ca __CFRUNLOOP_IS_CALliNG_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 18  12 CoreFoundation 0x320c79bc __CFRunLoopDoObservers + 272  13 CoreFoundation 0x320c7d12 __CFRunLoopRun + 738  14 CoreFoundation 0x3203aeb8 CFRunLoopRunspecific + 352  15 CoreFoundation 0x3203ad44 CFRunLoopRunInMode + 100    16 GraphiCSServices 0x35bef2e6 GSEventRunModal + 70  17 UIKit 0x33f502fc UIApplicationMain + 1116  18 MyApp 0x00003fd6 main (main.m:16)  19 MyApp 0x00003f8c 0x1000 + 12172  Thread 1 name: dispatch queue: com.apple.libdispatch-manager  Thread 1 Crashed:  0 libsystem_kernel.dylib 0x3a486648 kevent64 + 24  1 libdispatch.dylib 0x3a3b6974 _dispatch_mgr_invoke + 792  2 libdispatch.dylib 0x3a3b6654 _dispatch_mgr_thread$VARIANT$mp + 32
@H_404_4@解决方法 这个崩溃几乎肯定没有发生在调度管理器线程上(尽管崩溃报告声称),因为它在kevent64系统调用中被内核阻塞.

CrashReporter可能错误地识别了崩溃的线程,或者您的进程可能已从外部发送了SEGV信号.

如果你在这里列出的那些线程旁边还有其他线程,那么值得查看它们是否可能是崩溃的线程,否则罪魁祸首就是主线程上的dealloc.

@H_404_4@ @H_404_4@ @H_404_4@ @H_404_4@ 总结

以上是内存溢出为你收集整理的ios – 什么可能导致libdispatch-manager线程崩溃?全部内容,希望文章能够帮你解决ios – 什么可能导致libdispatch-manager线程崩溃?所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/web/1065073.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-26
下一篇 2022-05-26

发表评论

登录后才能评论

评论列表(0条)

保存