| Summary: | vex mips->IR: unhandled instruction bytes: 0xB0 0xC4 0xB5 0x40 | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | cristi |
| Component: | vex | Assignee: | Julian Seward <jseward> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | crash | CC: | mips32r2 |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
cristi
2020-11-19 15:18:19 UTC
It looks like you are trying to run a binary that has been compiled with -mips16. Valgrind does not support that. If you want to use Valgrind, please rebuild the software without mips16 flag. |