iPhone Application failing to come back from sigkill
        Posted  
        
            by 
                overscore
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by overscore
        
        
        
        Published on 2011-01-15T04:40:43Z
        Indexed on 
            2011/01/15
            4:53 UTC
        
        
        Read the original article
        Hit count: 236
        
I have no idea if this is intended behaviour, but whenever the application exits (say, the user is double-clicking the home button and pressing on the red dash on the icon) I get the dreaded SIGKILL.
Now, when I try to launch the app again all I get is the old screen state and a frozen (I presume ?) program.
It could be because of clunky memory management, but NSZombieEnabled doesn't seem to agree.
Any thoughts ?
© Stack Overflow or respective owner