【发布时间】:2018-09-25 12:20:14
【问题描述】:
项目进入后台,切换wifi网络,进入项目发起网络请求。请求过程会报错。错误信息如下:
xxx(739,0x16ca7f000) malloc:检测到堆损坏,空闲列表为 在 0x280c78fa0 损坏
*** 不正确的保护值:206401777864449
xxx(739,0x16ca7f000) malloc: *** 设置断点 malloc_error_break 进行调试。
【问题讨论】:
-
"malloc: *** set a breakpoint in malloc_error_break to debug" 那你这样做了吗?
-
您是否尝试过在启用 Address Sanitizer 的情况下运行?这是一个关于打开它的问题stackoverflow.com/questions/32150924
-
我已经尝试在 malloc_error_break 中设置断点进行调试,但我没有得到任何东西。
标签: ios