[valgrind] [Bug 435441] valgrind fails to interpose malloc on musl 1.2.2 due to weak symbol name and no libc soname

2023-01-25 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=435441 Paul Floyd changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[valgrind] [Bug 435441] valgrind fails to interpose malloc on musl 1.2.2 due to weak symbol name and no libc soname

2023-01-23 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=435441 --- Comment #8 from Paul Floyd --- Pushed the change. I want to check that there is no falllout before closing this. commit 5a6f1c1322d742308aaa4b3c1d937942b3de6c5a (HEAD -> master, origin/master, origin/HEAD) Author: Paul Floyd Date: Mon Jan 23

[valgrind] [Bug 435441] valgrind fails to interpose malloc on musl 1.2.2 due to weak symbol name and no libc soname

2023-01-22 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=435441 Paul Floyd changed: What|Removed |Added Assignee|jsew...@acm.org |pjfl...@wanadoo.fr -- You are receiving this

[valgrind] [Bug 435441] valgrind fails to interpose malloc on musl 1.2.2 due to weak symbol name and no libc soname

2023-01-22 Thread Sam James
https://bugs.kde.org/show_bug.cgi?id=435441 Sam James changed: What|Removed |Added Ever confirmed|0 |1 Status|REPORTED

[valgrind] [Bug 435441] valgrind fails to interpose malloc on musl 1.2.2 due to weak symbol name and no libc soname

2022-07-09 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=435441 --- Comment #6 from Paul Floyd --- No new failures on FreeBSD. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 435441] valgrind fails to interpose malloc on musl 1.2.2 due to weak symbol name and no libc soname

2022-07-07 Thread Sam James
https://bugs.kde.org/show_bug.cgi?id=435441 Sam James changed: What|Removed |Added CC||s...@gentoo.org -- You are receiving this mail

[valgrind] [Bug 435441] valgrind fails to interpose malloc on musl 1.2.2 due to weak symbol name and no libc soname

2021-11-22 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=435441 --- Comment #5 from Paul Floyd --- Have you tested this on other platforms? My concern with this is that it is an essential piece of code. I've seen lots of problems with pthread functions across Linux/FreeBSD/Solaris/Musl with various combinations of

[valgrind] [Bug 435441] valgrind fails to interpose malloc on musl 1.2.2 due to weak symbol name and no libc soname

2021-11-04 Thread Michael Forney
https://bugs.kde.org/show_bug.cgi?id=435441 --- Comment #4 from Michael Forney --- Created attachment 143217 --> https://bugs.kde.org/attachment.cgi?id=143217=edit Patch to handle weak symbols as global Here's a patch that fixes the issue for me by setting *is_global_out=True for STB_WEAK

[valgrind] [Bug 435441] valgrind fails to interpose malloc on musl 1.2.2 due to weak symbol name and no libc soname

2021-04-16 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=435441 Paul Floyd changed: What|Removed |Added CC||pjfl...@wanadoo.fr -- You are receiving this

[valgrind] [Bug 435441] valgrind fails to interpose malloc on musl 1.2.2 due to weak symbol name and no libc soname

2021-04-07 Thread Szabolcs Nagy
https://bugs.kde.org/show_bug.cgi?id=435441 Szabolcs Nagy changed: What|Removed |Added CC||nsz@gmail.com --- Comment #3 from Szabolcs

[valgrind] [Bug 435441] valgrind fails to interpose malloc on musl 1.2.2 due to weak symbol name and no libc soname

2021-04-06 Thread Michael Forney
https://bugs.kde.org/show_bug.cgi?id=435441 --- Comment #2 from Michael Forney --- With --soname-synonyms=somalloc=libc.musl-x86_64.so.1 the warnings go away, but this is because it makes valgrind unable to track free as well as malloc: ==31116== HEAP SUMMARY: ==31116== in use at exit: 0

[valgrind] [Bug 435441] valgrind fails to interpose malloc on musl 1.2.2 due to weak symbol name and no libc soname

2021-04-06 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=435441 Tom Hughes changed: What|Removed |Added CC||t...@compton.nu --- Comment #1 from Tom Hughes