问题描述
一切运行正常,然后突然出现这个,哦,是的,在此错误之前升级到 Sierra,现在使用 xCode 8.0.
Everything was running fine then suddenly this, oh yeah upgraded to Sierra before this bug and now using xCode 8.0.
Malloc:* 对象 0x1740b6e00 的错误:未分配被释放的指针* 在 malloc_error_break 中设置断点进行调试
Malloc: * error for object 0x1740b6e00: pointer being freed was not allocated* set a breakpoint in malloc_error_break to debug
推荐答案
我与这次崩溃斗争了几个小时,最后我终于发现是 Safari 造成的.这是由于选项 Develop>Device>Automatically show web inspector for JSContext.如果它不起作用,请尝试完全退出 Safari.
I struggled with this crash for hours before i finally figured out that Safari was responsible. It was due to the option Develop>Device>Automatically show web inspector for JSContext. If it doesn't work try quit Safari completely.
这篇关于被释放的 Malloc 指针未分配 -- Ionic1 + cordova-plugin-wkwebview-engine的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!