[valgrind] [Bug 475780] helgrind and drd: undefined symbol for shared library which calls pthread_mutex_init with attribute

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

[valgrind] [Bug 475780] helgrind and drd: undefined symbol for shared library which calls pthread_mutex_init with attribute

2023-10-18 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=475780 --- Comment #3 from Paul Floyd --- As a workaround: export LD_PRELOAD=/lib64/libpthread.so.0 (or whatever is appropriate for your platform). The problem is that the tools do not link with libpthread but they assume that the client exe does. I'm not

[valgrind] [Bug 475780] helgrind and drd: undefined symbol for shared library which calls pthread_mutex_init with attribute

2023-10-18 Thread Piotr Trojanek
https://bugs.kde.org/show_bug.cgi?id=475780 --- Comment #2 from Piotr Trojanek --- (In reply to Paul Floyd from comment #1) > Which version of libc is this with? $ ldd --version | head -n 1 ldd (Debian GLIBC 2.31-13+deb11u7) 2.31 > Do you also get the problem if you don't use

[valgrind] [Bug 475780] helgrind and drd: undefined symbol for shared library which calls pthread_mutex_init with attribute

2023-10-18 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=475780 --- Comment #1 from Paul Floyd --- Which version of libc is this with? Do you also get the problem if you don't use -Wl,-init,activate and you call activate via dlsym? -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 475780] helgrind and drd: undefined symbol for shared library which calls pthread_mutex_init with attribute

2023-10-18 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=475780 Paul Floyd changed: What|Removed |Added CC||pjfl...@wanadoo.fr -- You are receiving this