Created attachment 104802 [details] the output of valgrind -v The valgrind crashes on the simplest program: #include <iostream> using namespace std; int main(){ cout << "Hello valgrind" << endl; return 0; } The problem could be not supported/incomplete instruction set on ARM architecture. uname -a : Linux raspberrypi 4.9.17-v7+ #981 SMP Fri Mar 24 14:21:53 GMT 2017 armv7l GNU/Linux Hardware: raspberry pi compute module with BCM2835 chip.