这是在客户的iPad 2 / iOS 4.3上运行.
Thread 0 name: dispatch queue: com.apple.main-threadThread 0 Crashed:0 libsystem_kernel.dylib 0x33ed3a1c __pthread_kill + 81 libsystem_c.dylib 0x354d83b4 pthread_kill + 522 libsystem_c.dylib 0x354d0bf8 abort + 723 libstdc++.6.dylib 0x33671a64 __gnu_cxx::__verbose_terminate_handler() + 3764 libobjc.A.dylib 0x3636906c _objc_terminate + 1045 libstdc++.6.dylib 0x3366fe36 __cxxabiv1::__terminate(voID (*)()) + 466 libstdc++.6.dylib 0x3366fe8a std::terminate() + 107 libstdc++.6.dylib 0x3366ff5a __cxa_throw + 788 libobjc.A.dylib 0x36367c84 objc_exception_throw + 649 Foundation 0x33f69924 __NSThreadPerformPerform + 64810 CoreFoundation 0x33e4ba72 __CFRUNLOOP_IS_CALliNG_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 611 CoreFoundation 0x33e4d758 __CFRunLoopDoSources0 + 37612 CoreFoundation 0x33e4e4e4 __CFRunLoopRun + 22413 CoreFoundation 0x33ddeebc CFRunLoopRunspecific + 22414 CoreFoundation 0x33ddedc4 CFRunLoopRunInMode + 5215 GraphiCSServices 0x33544418 GSEventRunModal + 10816 GraphiCSServices 0x335444c4 GSEventRun + 5617 UIKit 0x34416d62 -[UIApplication _run] + 39818 UIKit 0x34414800 UIApplicationMain + 66419 MyApp 0x000190c4 main (main.m:14)20 MyApp 0x0001907c 0x18000 + 4220
我在哪里开始寻找诊断?
解决方法 程序应将有关异常的信息打印到设备控制台(在连接设备时可在Xcode组织器中查看).看到这些信息会非常非常有帮助._SesthreadPerformPerform由performSelector …系列方法使用.那么看看你对这些方法的使用.特别是,弄清楚你是否可能要求一个对象执行它不支持的选择器.这会引发异常.
总结以上是内存溢出为你收集整理的iphone – SIGABRT在__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__上崩溃全部内容,希望文章能够帮你解决iphone – SIGABRT在__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__上崩溃所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)