| Summary: | illegal opcode memcpy in /lib/ld-2.8.so | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | linuxpenseur |
| Component: | general | Assignee: | Julian Seward <jseward> |
| Status: | RESOLVED UNMAINTAINED | ||
| Severity: | major | CC: | cel, pjfloyd, rtenrten |
| Priority: | NOR | ||
| Version First Reported In: | 3.6.0 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | The error log file obtained when Valgrind-3.6.0 was run on sample executable file | ||
We don't support e500 currently, sorry. Would there be any schedule to add PPC e500v2 support? There is no schedule to add PPC e500v2 support. I think that we can close this one. |
Created attachment 52939 [details] The error log file obtained when Valgrind-3.6.0 was run on sample executable file I am running Valgrind-3.6.0 on PowerPC machine. The details of the PowerPC processor is given below : ********************************************* processor : 0 cpu : e500v2 clock : 799.999992MHz revision : 5.0 (pvr 8021 1050) bogomips : 99.84 total bogomips : 99.84 timebase : 50000000 platform : P2020 DS model : fsl,P2020 ********************************************* I get the correct version of Valgrind when i run the command "valgrind --version" But when i use valgrind on a sample executable file "temp", i get the following error message. ******************************************* ==19630== Illegal opcode at address 0x4019510 ==19630== at 0x4019510: memcpy (in /lib/ld-2.8.so) ==19630== by 0x40021BF: _dl_start_final (in /lib/ld-2.8.so) ==19630== by 0x40162C7: _start (in /lib/ld-2.8.so) ******************************************** The detailed error log is attached with this bug report.