glibc detected double free or corruption error问题解决

来源:互联网 发布:nginx视频教程 百度云 编辑:程序博客网 时间:2024/04/29 02:52

That's an old Linux C++ error. Not new news.

To fix it so you can run the program just type:

    export MALLOC_CHECK_=0

 

before running the program.