本文主要是介绍内存耗尽产生的crash: malloc: *** error for object 0x: pointer being reallocated was not allocated,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
当我们用手机进行暴力测试的时候,当内存耗尽,会产生以下的崩溃信息:
malloc: *** error for object 0x175104000: pointer being reallocated was not allocated
*** set a breakpoint in malloc_error_break to debug
出错的位置都会定位在内存分配的地方,比如alloc一个对象:
我们看下内存消耗,基本把内存耗完了
这篇关于内存耗尽产生的crash: malloc: *** error for object 0x: pointer being reallocated was not allocated的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!