Valgrind fails on most apps on amd64
Bug #148465 reported by
Thomas Zander
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Valgrind |
Fix Released
|
Medium
|
|||
valgrind (Ubuntu) |
Fix Released
|
Medium
|
Alexander Sack |
Bug Description
A library I use seems to trigger this problem 100% accurately;
vex amd64->IR: unhandled instruction bytes: 0x66 0x66 0x66 0x66
valgrind: Unrecognised instruction at address 0x4016321.
Your program just tried to execute an instruction that Valgrind
did not recognise.
I understand from a colleague that this has already been fixed in valgrind upstream; would be great to get this fix shipped in gutsy.
Related branches
Changed in valgrind: | |
status: | Unknown → Fix Released |
Changed in valgrind: | |
importance: | Unknown → Medium |
To post a comment you must log in.
Hi,
valgrind x86_64 currently stumbles over this instruction:
66 66 66 66 2e 0f 1f nopw %cs:0x0( %rax,%rax, 1)