xcode 报错 malloc: *** error for object 0x6c3c5a4: incorrect checksum for freed object - object was probably modified after being freed. *** set a breakpoint in malloc_error_break to debug------d

大家有时候会遇到这个错误

malloc: *** error for object 0x******: incorrect checksum for freed object - object was probably modified after being freed.
*** set a breakpoint in malloc_error_break to debug

先看下字面意思

对象0x****** 发生了错误:对一个已经被释放了的对象进行了不正确的校验。  你可能对已经被系统释放过的对象进行了修改。请设置一个 malloc_error_break 类型的断点来调试 这个错误

下面总结发生这个错误的常见情况:

1.使用了已释放的内存

2.数组越界

3.发生了资源抢占

具体待续。。。

推荐大家个朋友开的淘宝小店店, 欢迎光临

https://shop545764523.taobao.com/

上一篇:Win7停服,UOS如何应对?


下一篇:HashMap源码解析 非原创