|
From: Sudarshan S. <sud...@gm...> - 2008-05-22 06:12:47
|
Hi, I am getting the following error when i try to run valgrind-3.2.3 on ppc machine. Can anyone please let me know if there is any problem with the way i built valgrind or any other issue. (i used the following to build valgrind sources /configure --host=powerpc-linux --disable-tls make make install) error log: bash-2.05# ./valgrind /bin/date ==3468== Memcheck, a memory error detector. ==3468== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al. ==3468== Using LibVEX rev 1732, a library for dynamic binary translation. ==3468== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP. ==3468== Using valgrind-3.2.3, a dynamic binary instrumentation framework. ==3468== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al. ==3468== For more details, rerun with: -v ==3468== ==3468== ==3468== Process terminating with default action of signal 11 (SIGSEGV) ==3468== Bad permissions for mapped region at address 0x4024BF4 ==3468== at 0x4024BF4: ??? ==3468== by 0x40100E4: (within /lib/ld-2.2.5.so) ==3468== ==3468== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ==3468== malloc/free: in use at exit: 0 bytes in 0 blocks. ==3468== malloc/free: 0 allocs, 0 frees, 0 bytes allocated. ==3468== For counts of detected errors, rerun with: -v ==3468== All heap blocks were freed -- no leaks are possible. Segmentation fault bash-2.05# Regards , Pavan |