https://bugs.kde.org/show_bug.cgi?id=385409

--- Comment #39 from Florian Weimer <fwei...@redhat.com> ---
(In reply to Vadim Barkov from comment #38)
> (In reply to Florian Weimer from comment #30)
> 
> Floarian,
> 
> I can't reproduce the problem that you describe. Could you take my patch
> (attachment 114327 [details]) and test against your executable?

Do you have GCC 7 installed?  Then you can build glibc like this:

git clone --depth 1 git://sourceware.org/git/glibc.git
cd glibc
mkdir build
cd build
../configure --prefix=/usr CFLAGS="-O2 -g -march=z13 -mtune=z13"
make

(Parallel make is supported.)

After that, if valgrind is on PATH, you can run /bin/true like this:

./testrun.sh --tool=valgrind /bin/true

This should report no issues.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to