我得到這個錯誤導致我的應用程序崩潰:不能分配區域的malloc
..Splash-it(1369,0x5783000) malloc: *** mmap(size=516096) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
我不知道爲什麼錯誤引起的。它是一個內存問題的錯誤?我怎樣才能防止它? 「在malloc_error_break中設置斷點以進行調試」是什麼意思?
感謝您的任何答案。
您的應用程序使用多少內存?在哪個設備上?在此之前你有沒有收到記憶警告? –
新的iPad,並沒有我沒有收到任何內存worning – Alessandro
看看http://stackoverflow.com/questions/8477236/malloc-error-cant-allocate-region-failed-with-error-code- 12任何想法如何爲一些想法。 – DrC