| Summary: | vex amd64->IR: unhandled instruction bytes: 0xDD 0xB5 0x68 0xFE (fnsave) | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | Francesco <francesco.19745> |
| Component: | vex | Assignee: | Julian Seward <jseward> |
| Status: | REPORTED --- | ||
| Severity: | crash | CC: | njn, wangsj001 |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Bug Depends on: | |||
| Bug Blocks: | 253451 | ||
*** Bug 267534 has been marked as a duplicate of this bug. *** |
Version: (using KDE Devel) Compiler: gcc 3.4.0 OS: Linux Some C code that exercises the bug is below: int main() { int loc[100]; // vex amd64->IR: unhandled instruction bytes: 0xDD 0xB5 0x68 0xFE asm("fnsave %0\n" : :"m"(loc)); }