objective c - Getting Program received signal: “SIGKILL” when closing my application in multi tasking bar in iphone sdk -
i getting program received signal: “sigkill” exception when close application in multitasking bar of device.can suggest me why happening , how resolve it?
anyone's appreciated.
thanks all, monish.
maybe experiencing snow leopard feature?
to support improved shutdown, application needs mark “dirty” or “clean,” depending on whether has unsaved changes , needs work before quitting, or can terminated without further notice. when system shuts down, clean applications terminated (via sigkill) without further interaction.
http://developer.apple.com/library/mac/#releasenotes/macosx/whatsnewinosx/articles/macosx10_6.html -> improved shutdown
Comments
Post a Comment