https://bugs.kde.org/show_bug.cgi?id=502566
Paul Floyd <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Paul Floyd <[email protected]> --- (In reply to 96wvn6bz from comment #0) > SUMMARY > valgrind default to /usr/lib/ld-linux-x86-64.so.2, which on my system is > stripped. I have glibc-debug installed, which installs the unstripped > version to /usr/lib/debug/usr/lib/, however valgrind does not use this. > Using LD_LIBRARY_PATH=/usr/lib/debug/usr/lib/ valgrind, does not fix the > problem. debuginfod is installed and running. Is the file in /usr/lib/debug/usr/lib/ really a full shared library file with debuginfo? On most systems .debug files are ELF files with just debuginfo (produced with strip). If it is just debuginfo then 'flle' will report "no program header". -- You are receiving this mail because: You are watching all bug changes.
