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的主要内容,如果未能解决你的问题,请参考以下文章
如何在 Xcode4 中设置 malloc_error_break