|
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 |
|
From: Robert W. <rj...@du...> - 2005-10-10 19:54:35
|
> (1) vex x86->IR: unhandled instruction bytes: 0xEF 0xC9 0xC3 0x90 > (1) =3D=3D14174=3D=3D > (1) =3D=3D14174=3D=3D Process terminating with default action of signal 4 > (SIGILL): dumping core > (1) =3D=3D14174=3D=3D Illegal opcode at address 0x80ADC94 > (1) =3D=3D14174=3D=3D at 0x80ADC94: outl(unsigned, unsigned short) (io= .h:96) >=20 > Is there a work around for this error ? Should I open a bug ? Probably no workaround (unless you can persuade whatever compiler you're using not to use this.) Filing a bug is recommended. OxEF is "out %eax,(%dx)", btw. Regards, Robert, --=20 Robert Walsh Amalgamated Durables, Inc. - "We don't make the things you buy." Email: rj...@du... |