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

--- Comment #3 from Filip Jorissen <filip.joris...@builtwins.com> ---
I'm getting:

==15== Memcheck, a memory error detector
==15== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
==15== Using Valgrind-3.22.0.GIT and LibVEX; rerun with -h for copyright info
==15== Command: pwd
==15== 
--15-- <<
--15--    ------ REDIR STATE after VG_(redir_initialise) ------
--15--    TOPSPECS of soname (hardwired)
--15--      ld-linux-x86-64.so.2      strlen                         RL->
(0000.0) 0x580bfe72
--15--      ld-linux-x86-64.so.2      index                          RL->
(0000.0) 0x580bfe8c
--15--    ------ ACTIVE ------
--15--     0xffffffffff600000 (???                 ) R-> (0000.0) 0x580bfe54
???
--15--     0xffffffffff600400 (???                 ) R-> (0000.0) 0x580bfe5e
???
--15--     0xffffffffff600800 (???                 ) R-> (0000.0) 0x580bfe68
???
--15-- >>
--15-- Reading syms from /usr/bin/pwd
--15--    svma 0x0000002710, avma 0x000010a710
--15-- <<
--15--    ------ REDIR STATE after VG_(redir_notify_new_DebugInfo) ------
--15--    TOPSPECS of soname NONE filename /usr/bin/pwd
--15--    TOPSPECS of soname (hardwired)
--15--      ld-linux-x86-64.so.2      strlen                         RL->
(0000.0) 0x580bfe72
--15--      ld-linux-x86-64.so.2      index                          RL->
(0000.0) 0x580bfe8c
--15--    ------ ACTIVE ------
--15--     0xffffffffff600000 (???                 ) R-> (0000.0) 0x580bfe54
???
--15--     0xffffffffff600400 (???                 ) R-> (0000.0) 0x580bfe5e
???
--15--     0xffffffffff600800 (???                 ) R-> (0000.0) 0x580bfe68
???
--15-- >>
--15-- Reading syms from /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
--15--    svma 0x0000002090, avma 0x0004002090


MWE for future reference:
echo FROM ubuntu:22.04 > Dockerfile
echo "RUN apt-get update && apt-get -y install g++ autoconf libtool libtool-bin
git subversion gfortran cmake ant" >> Dockerfile
echo "RUN git clone git://sourceware.org/git/valgrind.git && cd valgrind &&
./autogen.sh && ./configure --prefix=/usr/local && make -j8 && make install
-j7" >> Dockerfile
echo "RUN apt-get update && apt-get install -y libc6-dbg" >> Dockerfile
docker image build -t testvalgrind .
docker run -t testvalgrind valgrind --trace-redir=yes pwd

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

Reply via email to