开发者

iPhone App Crashing Upon Close/Reopen

All,

The application I have created w开发者_高级运维orks perfectly the first time around, but if I force close it via the bar at the bottom of the screen and open it back up, it crashes and won't reload. The only error I get is Thread 1: Program received signal: "SIGKILL". and there is nothing in the log. This happens both in the iPhone simulator as well as my physical iPhone.

Edit: I have attached the debug log. Like I mentioned, nothing shows. This is the log AFTER the error is thrown and the application crashes.

GNU gdb 6.3.50-20050815 (Apple version gdb-1703) (Thu May 26 17:11:52 UTC 2011)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin".Attaching to process 835.
sharedlibrary apply-load-rules all
Current language:  auto; currently objective-c
(gdb) 

Anyone had an issue like this before?


This is expected behavior. If you close your app through the multitasking bar, you need to restart the debugging process over. I've seen this in development several times. This will not negatively impact your app once it has shipped. This happens because the debugger was connected to the app when it terminated. Your users aren't debugging your app so they won't have this issue.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜