tags:

views:

20

answers:

0

I'm adapting the third part of ScrollViewSuite to display a large map in my app. Unfortunately, it's sometimes very easy to crash Apple's unmodified sample code on my device- a 2nd gen iPod Touch. If I swipe and pinch many times and very quickly, the app will crash with low memory. If this happens, it can be consistently and quickly reproduced.

But If I reboot the device, the app won't crash, although sometimes it will get a level 1 memory warning. Then if I try again in the next day or two, it will again crash consistently. This makes me wonder whether there's something wrong going on with my device, especially since I can't find any other reports of this.

I've run the app in the simulator and on the device with Instruments which hasn't detected any memory leaks.

Any suggestions?