Comments | |
100 times | Run ok |
100 times+gc() at end | Crash after presenting UI(EXC_BAD_ACCESS) |
100 times+gc() each loop | Crash after reading 5 times (EXC_BAD_ACCESS) |
1000 times | Run ok |
1000 times+gc() at end | Crash after presenting UI(EXC_BAD_ACCESS), during GC (Marking) |
1000 times+gc() each loop | Crash after reading 5 times (EXC_BAD_ACCESS) (evaluating JS function) |