|
From: sunil k. <su...@gm...> - 2007-04-05 13:56:03
|
Hi All, I am getting following error while using valgrind can anybody explain reason behind this. Because of this am not able to test my program furthur. ==8195== 1. Your program has a bug and erroneously jumped to a non-code ==8195== location. If you are running Memcheck and you just saw a ==8195== warning about a bad jump, it's probably your program's fault. ==8195== 2. The instruction is legitimate but Valgrind doesn't handle it, ==8195== i.e. it's Valgrind's fault. If you think this is the case or ==8195== you are not sure, please let us know and we'll try to fix it. ==8195== Either way, Valgrind will now raise a SIGILL signal which will ==8195== probably kill your program. ==8195== ==8195== Process terminating with default action of signal 4 (SIGILL) ==8195== Illegal opcode at address 0x4999BC ==8195== at 0x4999BC: inb (io.h:48) Thanks & Regards, -- Sunil |