|
From: Rak <ra...@ho...> - 2005-10-14 17:51:40
|
Tom Hughes <tom <at> compton.nu> writes: > > In message <loom.20051014T163455-681 <at> post.gmane.org> > rak_25 <at> hotmail.com wrote: > > > Valgrind does not crash but it gives me this error messgae and abort the > > program. Is this a bug or I am doing something wrong? > > It's a bug - specifically an instruction that is not supported. Please > raise a bug for this on the bug tracker. > > > vex amd64->IR: unhandled instruction bytes: 0xF 0xAD 0xC2 0xD3 > > That's "SHRD %cl,Gv,Ev" which the amd64 engine doesn't support currently. > > Tom > Submited Bug 114412: vex amd64->IR: unhandled instruction bytes: 0xF 0xAD 0xC2 0xD3 Thanks, Rak |