|
From: Gnanasekar R <gna...@gm...> - 2012-06-01 08:19:33
|
Hi, I followed the instruction as mentioned in the below link and patched Valgrind 3.7.0 for armv5. https://bugs.kde.org/show_bug.cgi?id=276897#c0<val...@li...> However when I run it on my arm I am seeing the following error always(Illegal instrcution). Am I missing anything. It seemed to crib about ld-2.9.so lib as well. */bin # valgrind date ==907== Memcheck, a memory error detector ==907== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al. ==907== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info ==907== Command: date ==907== ==907== ==907== Process terminating with default action of signal 4 (SIGILL) ==907== Illegal opcode at address 0x61D20004 ==907== at 0x40007C0: ??? (in /lib/ld-2.9.so) ==907== ==907== HEAP SUMMARY: ==907== in use at exit: 0 bytes in 0 blocks ==907== total heap usage: 0 allocs, 0 frees, 0 bytes allocated ==907== ==907== All heap blocks were freed -- no leaks are possible ==907== ==907== For counts of detected and suppressed errors, rerun with: -v ==907== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) Illegal instruction * Can anyone tell me what is going wrong? |