Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Hope all is well,. I currently encounter a crash running on iPad3(ios6.0.1), so far I haven't encountered a crash running on the same app deployed on iPad2(ios5.1). I was just doing a very fast swiping on carousel component (sencha touch).

While observing the logs, I always see a "Received memory warning." log on iPad3(ios6) than iPad2(ios5) like 6:2 ratio.

Another observation: when I turn-off the device(iPad3), the crashes will happen after longer use on the app. (it looks like there's still enough memory on that time O_O )

Before the app will go forward to Phonegap 2.*, I would like to understand how come it happens on iPad3(iOS6)-knowing that its faster/greater memory.

share|improve this question
Any error logs & codes ? – Shivan Raptor Jan 3 at 3:27
The codes are just using Ext.Create from Sencha touch. at the same time.. var someStore = Ext.getStore('some_store_sencha');. while swiping on each page on carousel...... The error codes are -> 2013-01-03 10:18:38.723 App-Name[267:907] Received memory warning. 2013-01-03 10:18:39.336 App-Name[267:907] Received memory warning. – Roseele Dahang Jan 3 at 3:50
can you check Memory Leak using Instruments ? You probably have some leaks. – Shivan Raptor Jan 3 at 4:41

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.