Bug 143326 - vex amd64->IR: unhandled instruction bytes: 0xDD 0xA5 0x68 0xFE (frstor)
Summary: vex amd64->IR: unhandled instruction bytes: 0xDD 0xA5 0x68 0xFE (frstor)
Status: REPORTED
Alias: None
Product: valgrind
Classification: Developer tools
Component: vex (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks: 253451
  Show dependency treegraph
 
Reported: 2007-03-22 06:21 UTC by Francesco
Modified: 2010-10-21 22:24 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Francesco 2007-03-22 06:21:16 UTC
Version:            (using KDE Devel)
Compiler:          gcc 3.4.0 
OS:                Linux

Some C code that exercises the bug:

int main() {
  int loc[100];
  // vex amd64->IR: unhandled instruction bytes: 0xDD 0xA5 0x68 0xFE
  asm("frstor %0\n" : :"m"(loc));
}