|
From: Amit K. <aku...@br...> - 2007-09-07 19:30:28
|
Hi All,
I am having two problems when I try to run valgrind on my system
1. valgrind ls-l
valgrind: failed to start tool 'memcheck' for platform 'ppc32-linux': No
such fi
le or directory
2. memcheck --leak-check=3Dfull ls -l
--277:0:aspacem NSegment{ANON, start=3D0x38000000, end=3D0x38172FFF,
smode=3DSmFixed,
dev=3D0, ino=3D5784, offset=3D0, fnIdx=3D0, hasR=3D1, hasW=3D0, =
hasX=3D1, hasT=3D0,
mark=3D0, nam
e=3D"/usr/bin/memcheck"}
--277:0:aspacem Valgrind: FATAL: aspacem assertion failed:
--277:0:aspacem segment_is_sane
--277:0:aspacem at m_aspacemgr/aspacemgr.c:1633 (add_segment)
--277:0:aspacem Exiting now.
I am running valgrind on a powerpc target and building it on a linux
host=20
I configured my system with ./configure --host=3Dpowerpc-wrs-linux-gnu
--target=3Dpowerpc-wrs-linux-gnu --build=3Di386-redhat-linux =
--enable-tls
and downloaded memcheck and valgrind executable to the target.
I am working on valgrind 3.2.3.
Any help will be highly appreciated. If you need more details about the
system I would be happy to provide them.
Regards,
Amit
PS I already have the patch for bug 124528.
|