[Valgrind-users] Problems Building valgrind-3.7.0 on Mageia Linux Cauldron

2011-12-13 Thread Shlomi Fish
Hi all, When I'm trying to build valgrind using this script that tries to emulate the rpm build environment, valgrind finishes with these errors: [SCRIPT] disable_local_lib export LANG="C" unset LANGUAGE unset LC_ALL unset DISPLAY autoreconf CFLAGS="${CFLAGS:--O2 -g -pipe -Wformat -

Re: [Valgrind-users] valgrind support for ARMv5TE with MMU

2011-12-13 Thread Baurzhan Ismagulov
On Mon, Dec 12, 2011 at 08:42:40AM -0800, John Reiser wrote: > In the output from any "svn diff" the header for each file indicates which > version: Thanks for the hint, I haven't thought about that. > Apparently you are on revision 11823, more than 260 revisions before 12084 > of Comment #2.

Re: [Valgrind-users] valgrind support for ARMv5TE with MMU

2011-12-13 Thread John Reiser
> * Apply #2. > * Apply #3 in VEX. > * Revert coregrind/m_dispatch/dispatch-arm-linux.S. > * Apply #6. > > Is this how you've meant it? Yes. > I've tried this on r12305 and was able to build it for arm-linux-gnu. > Running it on PXA255 under Debian results in an illegal instruction at > 0x38041f

[Valgrind-users] malloc wrappers

2011-12-13 Thread janjust
Hey group, I'm wondering if it's possible to intercept the malloc calls without having to call valgrind's malloc wrapper. The reason being is that I'm noticing the wrapper allocating chunks in different sizes than say glibc's malloc. For practical purposes I would only like to record the retur