From: Mark W. <ma...@kl...> - 2024-11-13 00:29:56
|
Hi Rm, On Tue, Nov 12, 2024 at 04:05:41PM -0300, Rm Beer wrote: > Hello, I come here to complain about the negligence committed by the > developers in the 'Bug List' of the valgrind site: > > https://bugs.kde.org/show_bug.cgi?id=495761 > > Nobody is able to read what I write, I repeatedly repeat that the > Operating System or the distro has nothing to do with it, that the > error comes from the valgrind source code. We do read what you write and we care about making sure things work for you. But it isn't clear you reading our answers. Your distro needs to provide the symbols/debuginfo for ld.so otherwise valgrind cannot work. In the bug you say you are using ArchLinux. A quick search seems to indicate the other people using ArchLinux that encounter the issue you are seeing do have a solution. export DEBUGINFOD_URLS="https://debuginfod.archlinux.org" See here: https://bbs.archlinux.org/viewtopic.php?pid=2036171#p2036171 More background info on your distribution and debuginfo can be found here: https://wiki.archlinux.org/title/Debuginfod https://wiki.archlinux.org/title/Debugging Hope that helps. Cheers, Mark |