https://bugs.kde.org/show_bug.cgi?id=407039
Tom Hughes <t...@compton.nu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |t...@compton.nu --- Comment #1 from Tom Hughes <t...@compton.nu> --- This is really quite odd: --16904-- Reading syms from /usr/lib/x86_64-linux-gnu/ld-2.29.so --16904-- Considering /usr/lib/x86_64-linux-gnu/ld-2.29.so .. --16904-- .. CRC mismatch (computed c34345a7 wanted 87a50cbd) --16904-- object doesn't have a symbol table It has apparently decided that /usr/lib/x86_64-linux-gnu/ld-2.29.so is it's own debug image, but then the checksum doesn't match. Looking at the code the only way I can see to trigger that is a .gnu_debuglink section in the ELF that contains an absolute path but that would be weird and at least on an 18.04 box there is no .gnu_debuglink in ld.so at all as it uses the new build-id technology. Can you do "readelf -l /usr/lib/x86_64-linux-gnu/ld-2.29.so" and post the output here? -- You are receiving this mail because: You are watching all bug changes.