| Summary: | Valgrind Crashed on raspberian armv71 instrtuction set | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | Pejman <pncprograms> |
| Component: | vex | Assignee: | Julian Seward <jseward> |
| Status: | REPORTED --- | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | 3.12.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Unspecified | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | the output of valgrind -v | ||
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.