In order to search for memory leaks in my application based on the Liv555 library, I tried to run it using valgrind. It results in the following error:
vex amd64->IR: unhandled instruction bytes: 0xC5 0xF9 0x57 0xC0 0xC5 0xFA 0x10 0x15
Running it on another computer does not result in this error (it runs just fine), so I expect this to be the result of some library version. Could this be the problem? If so, does anyone know which library could be causing the error?
The output of valgrind with the -v -v options is located here.
Here the FAQ with exact explanation.
Search for “vex x86->IR: unhandled instruction bytes”
Here the issue:
Looks like you’ve using binary (/usr/lib/libFLAC.so.8.2.0) compiled with intel SSE4 optimization (strncmp_sse42) which is not supported on amd you’ve using (Arch and hwcaps: AMD64, amd64-sse3-cx16).