|
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? |
|
From: Baurzhan I. <ib...@ra...> - 2012-06-01 10:24:15
|
Hello Gnanasekar, On Fri, Jun 01, 2012 at 01:49:21PM +0530, Gnanasekar R wrote: > I followed the instruction as mentioned in the below link and patched > Valgrind 3.7.0 for armv5. ... > ==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) I've experienced the same problem (http://thread.gmane.org/gmane.comp.debugging.valgrind/11478/focus=11794), but didn't have time to dig into that. You may want to provide disassembly up to 0x40007C0. If it's also svc, provide also the data John Reiser asked for in the thread above. With kind regards, Baurzhan. |