https://bugs.kde.org/show_bug.cgi?id=378249
Bug ID: 378249 Summary: Valgrind Crashed on raspberian armv71 instrtuction set Product: valgrind Version: 3.12.0 Platform: Other OS: unspecified Status: UNCONFIRMED Severity: crash Priority: NOR Component: vex Assignee: jsew...@acm.org Reporter: pncprogr...@gmail.com Target Milestone: --- Created attachment 104802 --> https://bugs.kde.org/attachment.cgi?id=104802&action=edit 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. -- You are receiving this mail because: You are watching all bug changes.