Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Done
-
Affects Version/s: Qt Creator 3.6.1
-
Fix Version/s: Qt Creator 4.15.0-beta1
-
Component/s: Analyzer: Valgrind / Callgrind / Memcheck
-
Labels:None
-
Commits:c5cc771656b068cec6ed253dbe010bf363d3fcc8 (qt-creator/qt-creator/master)
Description
the console app valgrind works out of the box with valgrind executable: "valgrind". If I add options to the valgrind execuateable: "valgrind --tool=memcheck --leak-check=full --show-leak-kinds=definite --errors-for-leak-kinds=definite" it doesnt work.
We use specific valgrind options within our jenkins build system and also want the same options on local valgrind run.