malloc: *** error for object 0x6080000bd200: Invalid pointer dequeued from free list *** set a break

Posted just coding

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了malloc: *** error for object 0x6080000bd200: Invalid pointer dequeued from free list *** set a break相关的知识,希望对你有一定的参考价值。

在集成第三方sdk的时候碰到这个问题,

malloc: *** error for object 0x6080000bd200: Invalid pointer dequeued from free list
*** set a breakpoint in malloc_error_break to debug

解决方法:对应版本的头文件要判断系统版本后做相应的引用

以上是关于malloc: *** error for object 0x6080000bd200: Invalid pointer dequeued from free list *** set a break的主要内容,如果未能解决你的问题,请参考以下文章

使用malloc函数出现段错误-一级指针-二级指针

使用malloc函数出现段错误-一级指针-二级指针

iOS之深入解析malloc的底层原理

如何在 Xcode4 中设置 malloc_error_break

如何“在 malloc_error_break 中设置断点进行调试”

iOS & OpenCV:在设备上调试 malloc_error_break