【发布时间】:2012-12-10 10:48:27
【问题描述】:
我收到此错误,导致我的应用程序崩溃:
..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,不,我没有收到任何内存磨损
标签: ios