【发布时间】:2013-10-22 21:20:21
【问题描述】:
当我浏览我的应用程序一段时间后,我的 iPod 4G 上出现此错误,整个屏幕变白或应用程序挂起,然后我必须重新启动应用程序。
**malloc: *** mmap(size=24576) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug**
我知道 error code=12 通常表示内存问题,但我已将 ARC 用于我的应用程序。
当我快速连续单击应用程序中的多个按钮时会发生同样的错误。
我为这个问题做了谷歌,但找不到任何东西。
任何帮助将不胜感激。
提前致谢。
【问题讨论】:
标签: iphone ios memory-management memory-leaks