Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

sspbond007

macrumors member
Original poster
Hi,
Please somebody help me.

I'm developing an application, in which I implemented maps, UIImagePicker, and used Sqlite3 for database.
My application gets terminated when I run it on iphone(no problem on simulator) with the following message:

Program exited with status value:101.

This happens randomly mostly after opening map 8-9 times or after accessing database for about 40-50 times.
I observed the memory allocation and leaks, there is no leak and when application terminate the net memory allocation is between 2.5Mb - 6Mb.
 
101 means your app was killed because the device was out of memory. You should look at the console log in Xcode.

You need to respond to memory warnings.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.