|
From: Carlos M. <cm...@de...> - 2005-10-10 19:45:59
|
I get the following error when running valgrind (v3.0.1) on my executable: (1) vex x86->IR: unhandled instruction bytes: 0xEF 0xC9 0xC3 0x90 (1) ==14174== (1) ==14174== Process terminating with default action of signal 4 (SIGILL): dumping core (1) ==14174== Illegal opcode at address 0x80ADC94 (1) ==14174== at 0x80ADC94: outl(unsigned, unsigned short) (io.h:96) Is there a work around for this error ? Should I open a bug ? The system running valgrind is: $ uname -a Linux sleuth9 2.4.20-31.9_S9BaseOS #1 SMP Fri Sep 9 13:44:43 PDT 2005 i686 i686 i386 GNU/Linux Thanks is advance for your help. Carlos Munoz |