Reputation: 28720
I have updated to xcode 3.2.3 iphone os sdk 4.0. now when application enters in background state and when i double tap home screen to quit the bg running app. I receive Kill in gdb. Does some one knows about it ?
Upvotes: 0
Views: 65
Reputation: 4649
If your quit app app it's no longer running, so GDB get KILL signal, nothing wrong..
Upvotes: 1