Summary: | valgrind defaults to unstripped ld-linux-x86-64.so | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | 96wvn6bz |
Component: | general | Assignee: | Julian Seward <jseward> |
Status: | RESOLVED DUPLICATE | ||
Severity: | wishlist | CC: | pjfloyd, sam |
Priority: | NOR | ||
Version First Reported In: | 3.24.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
96wvn6bz
2025-04-08 14:22:33 UTC
(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". Didn't get an answer, and I think that this is a duplicate. *** This bug has been marked as a duplicate of bug 286864 *** |