|
From: Rich C. <rc...@wi...> - 2016-11-18 04:29:50
|
I'm encountering this error: vex x86->IR: unhandled instruction bytes: 0xCB 0x55 0x8B 0xEC 0xCB is an intel x86 far return. Could valgrind be treating malloc memory as a non-code? (case 1 of the error) This code is malloc'ing memory and executing code from it. Thanks, Rich -- Rich Coe rc...@wi... |
|
From: Rich C. <rc...@wi...> - 2016-11-18 04:45:09
|
On Thu, 17 Nov 2016 22:29:43 -0600 Rich Coe <rc...@wi...> wrote: > I'm encountering this error: > vex x86->IR: unhandled instruction bytes: 0xCB 0x55 0x8B 0xEC > 0xCB is an intel x86 far return. > > Could valgrind be treating malloc memory as a non-code? (case 1 of the error) > This code is malloc'ing memory and executing code from it. Nevermind. I found the issue explained here: http://valgrind.10908.n7.nabble.com/How-can-ignore-lib-containing-Unrecognized-instruction-Illegal-opcode-td42321.html Thanks. -- Rich Coe rc...@wi... |