Fatal signal 11 and INVALID HEAP ADDRESS IN dlfree error when using glShaderBinary

≯℡__Kan透↙ 提交于 2019-12-05 21:06:23

I once had the same error "ABORTING: INVALID HEAP ADDRESS IN dlfree" in my program.

The issue was nowhere from where the signal was thrown. Rather there was a memory corruption happening at a totally unrelated place in my code.

It took a bit of time for me to figure it out, but fixing the memory corruption fixed this problem. Try to disable parts of your code and locate the memory corruption.

Hope this helps.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!