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?
Quote from: 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?
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.
Quote from: tainted on April 19, 2009, 01:12:32 PM
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 ?
Quote
valgrind --leak-check=yes --xml=yes "bin/Debug/test_wx"
Try the command the plug-in creates manually on the shell, any output there ?
Quote from: jens on April 19, 2009, 01:18:55 PM
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.