我的应用程序异常退出信号11.我不知道这意味着什么.没有崩溃日志,调试器没有显示错误.该应用程序刚刚消失.
我得到了以下日志.
Apr 27 21:31:31 unknown Apollo[1408] <Warning>: bring tab <VUIWebController: 0x2dcf30> to front
Apr 27 21:31:31 unknown configd[29] <Notice>: jetsam: kernel termination snapshot being created
Apr 27 21:31:32 unknown com.apple.launchd[1] <Notice>: (UIKitApplication:com.apple.mobilemail[0x81d8]) Exited: Killed: 9
Apr 27 21:31:32 unknown com.apple.launchd[1] <Notice>: (UIKitApplication:com.ihanghai.apollo[0x4f16]) Bug: launchd_core_logic.c:3795 (24506):0
Apr 27 21:31:32 unknown SpringBoard[33] <Warning>: Application 'Mail' exited abnormally with signal 9: Killed: 9
Apr 27 21:31:32 unknown com.apple.debugserver-50[1407] <Warning>: 1 [057f/1503]: error: ::read ( 4, 0x2ffc29f0, 1024 ) => -1 err = …Run Code Online (Sandbox Code Playgroud) 我有一个iPhone应用程序.它似乎运行良好.当我连接到一个供应的iPhone Xcode和运行应用程序,控制台登录管理器窗口,退出与主屏幕键的应用程序时,总是抱怨分段故障.
有没有其他人看过这个,你是否知道问题可能是什么?我使用一个线程在后台加载网页,但我在退出时停止了线程.
我的应用确实保存了一些持久信息.当我使用构建和分析函数时,我得到了2个潜在的内存泄漏,但在每种情况下我都在分配一个对象并将其保存在一个数组中.
任何想法,还是这是正常的?