Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: tainted on April 19, 2009, 11:33:21 am
-
Hi all,
I cannot use the C::B Valgrind plugin. The message i get when i want to use the plugin is:
valgrind --version
execvp(valgrind, --version) failed with error 2!
valgrind --leak-check=yes --xml=yes "bin/Debug/test_wx"
execvp(valgrind, --leak-check=yes, --xml=yes, bin/Debug/test_wx, ) failed with error 2!
C::B version i use is SVN build 5380
Has anyone encountered this problem?
-
Hi all,
I cannot use the C::B Valgrind plugin. The message i get when i want to use the plugin is:
valgrind --version
execvp(valgrind, --version) failed with error 2!
valgrind --leak-check=yes --xml=yes "bin/Debug/test_wx"
execvp(valgrind, --leak-check=yes, --xml=yes, bin/Debug/test_wx, ) failed with error 2!
C::B version i use is SVN build 5380
Has anyone encountered this problem?
You need to install valgrind to be able to use it.
-
Right! How stupid of me.
Thanks
But still i have no results. I ran Valgrind MemCheck but I got no message. I deliberately
introduced memory leaks in my app but i cannot get anything out of the execution of this plugin.
-
But still i have no results. I ran Valgrind MemCheck but I got no message. I deliberately
introduced memory leaks in my app but i cannot get anything out of the execution of this plugin.
Do you mean, that the Valgrind and Valgrind messages tab in the logger pane is empty ?
-
valgrind --leak-check=yes --xml=yes "bin/Debug/test_wx"
Try the command the plug-in creates manually on the shell, any output there ?
-
Do you mean, that the Valgrind and Valgrind messages tab in the logger pane is empty ?
Exactly.
@killerbot
I will try that but right now i have some problems building my project.