编译报错:
ASan runtime does not come first in initial library list; you should either link runtime to your application or manually preload it with LD_PRELOAD.
解决方法:
gcc - Asan : Issue with asan library loading - Stack Overflow
这边通过删除/etc/ld.so.preload文件解决
文章讲述了ASan运行时错误,即ASan未出现在初始库列表中,解决办法是将运行时链接到应用程序或手动使用LD_PRELOAD预加载,以及提到在StackOverflow上找到的一种通过删除/etc/ld.so.preload来处理gcc-Asan库加载问题的方法。
3611

被折叠的 条评论
为什么被折叠?



