|
From: Alfredo R. U. <al...@vi...> - 2005-09-26 16:05:13
|
Hello, I'm developing a Linux server that uses the inb system call. When I execute the server under Valgrind I get the following error: ==10719== Process terminating with default action of signal 4 (SIGILL) ==10719== Illegal opcode at address 0x8055A3B ==10719== at 0x8055A3B: inb (io.h:48) ==10719== by 0x805592C: LinuxSpecialKey::start_log(void*) (LinuxSpecialKey.cpp:195) ==10719== by 0x1B919E50: pthread_start_thread (in /lib/libpthread-0.10.so) ==10719== by 0x1BB21929: clone (in /lib/libc-2.3.2.so) This is a link to inb online man page: http://www.die.net/doc/linux/man/man2/inb.2.html I have searched Valgrind mailing list but I have not found anything related to this error. Your help is really appreciated. Thanks. |