[valgrind] [Bug 473745] must-be-redirected function - strlen - for valgrind 3.22 but not 3.21

2023-09-02 Thread Filip Jorissen
https://bugs.kde.org/show_bug.cgi?id=473745 --- Comment #11 from Filip Jorissen --- I can confirm that the current HEAD works again for me :) Thanks! -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 473745] must-be-redirected function - strlen - for valgrind 3.22 but not 3.21

2023-09-01 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=473745 Mark Wielaard changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|---

[valgrind] [Bug 473745] must-be-redirected function - strlen - for valgrind 3.22 but not 3.21

2023-09-01 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=473745 --- Comment #9 from Mark Wielaard --- Created attachment 161329 --> https://bugs.kde.org/attachment.cgi?id=161329=edit Explicitly load libc and any sonames that contain mandatory specs We cannot really be lazy loading glibc debuginfo and

[valgrind] [Bug 473745] must-be-redirected function - strlen - for valgrind 3.22 but not 3.21

2023-08-29 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=473745 --- Comment #8 from Paul Floyd --- (In reply to Filip Jorissen from comment #7) > Bisection results: > > This commit works: > 6ce0979884a8f246c80a098333ceef1a7b7f694d > This is the first one that fails: > 60f7e89ba32b54d73b9e36d49e28d0f559ade0b9

[valgrind] [Bug 473745] must-be-redirected function - strlen - for valgrind 3.22 but not 3.21

2023-08-29 Thread Filip Jorissen
https://bugs.kde.org/show_bug.cgi?id=473745 --- Comment #7 from Filip Jorissen --- Bisection results: This commit works: 6ce0979884a8f246c80a098333ceef1a7b7f694d This is the first one that fails: 60f7e89ba32b54d73b9e36d49e28d0f559ade0b9 -- You are receiving this mail because: You are watching

[valgrind] [Bug 473745] must-be-redirected function - strlen - for valgrind 3.22 but not 3.21

2023-08-29 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=473745 --- Comment #6 from Mark Wielaard --- (In reply to Paul Floyd from comment #2) > The only thing that I can think of that could affect that is the delayed > loading of debuginfo. That might be it. If I remember correctly Debian/Ubuntu doesn't keep

[valgrind] [Bug 473745] must-be-redirected function - strlen - for valgrind 3.22 but not 3.21

2023-08-29 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=473745 Mark Wielaard changed: What|Removed |Added CC||m...@klomp.org --- Comment #5 from Mark

[valgrind] [Bug 473745] must-be-redirected function - strlen - for valgrind 3.22 but not 3.21

2023-08-29 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=473745 --- Comment #4 from Paul Floyd --- Hmm I need to think about this a bit more. I thought that --15-- ld-linux-x86-64.so.2 strlen RL-> (.0) 0x580bfe72 would mean it is OK. -- You are receiving this mail because:

[valgrind] [Bug 473745] must-be-redirected function - strlen - for valgrind 3.22 but not 3.21

2023-08-28 Thread Filip Jorissen
https://bugs.kde.org/show_bug.cgi?id=473745 --- Comment #3 from Filip Jorissen --- 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==

[valgrind] [Bug 473745] must-be-redirected function - strlen - for valgrind 3.22 but not 3.21

2023-08-25 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=473745 Paul Floyd changed: What|Removed |Added CC||pjfl...@wanadoo.fr --- Comment #2 from Paul Floyd

[valgrind] [Bug 473745] must-be-redirected function - strlen - for valgrind 3.22 but not 3.21

2023-08-25 Thread Filip Jorissen
https://bugs.kde.org/show_bug.cgi?id=473745 --- Comment #1 from Filip Jorissen --- There was an error in my original post. The clone command that does not work is "git clone git://sourceware.org/git/valgrind.git" instead of "git clone git://sourceware.org/git/valgrind.git -b VALGRIND_3_21_0". At