Quote:
Originally Posted by gchishti
I mean it crashes on other nibs too some times.
|
Are you checking for memory warnings? Usually problems that crop up after repeating the same thing multiple times are a result of memory leaks and running out of memory.
In a low memory condition your views get unloaded, forcing them to be reloaded the next time around.
Crashes frequently show errors that are only vaguely related to the root cause. You will have to do some digging to hunt down the cause of your crash.