Qt Creator中的Valgrind

时间:2017-08-06 12:02:05

标签: qt-creator

使用Qt Creator的Memcheck功能返回以下内容:

valgrind: Bad option: --xml=yes, but no XML destination specified
valgrind: --xml=yes has been specified, but there is no XML output
valgrind: destination.  You must specify an XML output destination
valgrind: using --xml-fd, --xml-file or --xml-socket.
valgrind: Use --help for more information or consult the user manual.
Analyzing finished.
** Unknown error **

配置中是否有某些内容未正确设置,或者这是否是Qt Creator错误?我无法在设置中的任何位置看到我可能注入命令行参数或设置XML文件输出。

1 个答案:

答案 0 :(得分:7)

它应该是valgrind-3.13中的xml-socket bug

现在,如果你想毫无问题地使用valgrind,你可以降级到valgrind-3.12。