Bug 378249 - Valgrind Crashed on raspberian armv71 instrtuction set
Summary: Valgrind Crashed on raspberian armv71 instrtuction set
Status: REPORTED
Alias: None
Product: valgrind
Classification: Developer tools
Component: vex (other bugs)
Version First Reported In: 3.12.0
Platform: Other Unspecified
: NOR crash
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-29 18:09 UTC by Pejman
Modified: 2017-03-29 18:09 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
the output of valgrind -v (53.57 KB, text/plain)
2017-03-29 18:09 UTC, Pejman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pejman 2017-03-29 18:09:33 UTC
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.