Possible Duplicate:
The New iPad: Low Memory Warnings Not Appearing?
I have some problems with the memory when downloading lots of PDF documents. Since I couldn't get rid of that until now, I stop downloading on memory warning, display an alert view to tell the user, the app is going to exit and needs to be started again. Not nice, but better than just crashing.
On friday we received the new iPad 3 and tested the app on it. Looks good, apart from the images that need a higher resolution now. I also started the download the app crashes after a while (a longer while than on the iPad 2 though ;) ). Trying to debug the problem, that looks like a memory problem, and running the app from XCode it eventually crashes too without any notice in XCode or stopping where receiving the abort signal.
So I wrote a tiny test app that just messes the memory:
- memory warning received on iPad 2
- crash on iPad 3
Any ideas? I this a known problem?
Thanks in advance.