https://bugs.kde.org/show_bug.cgi?id=478837
--- Comment #11 from Paul Floyd <pjfl...@wanadoo.fr> --- Should be fixed with these two commits. Can you confirm? commit e5b7c187b72a55fdf329973f213688bf55e9607b (HEAD -> master, origin/master, origin/HEAD) Author: Paul Floyd <pjfl...@wanadoo.fr> Date: Fri Dec 22 20:16:04 2023 +0100 Skip updating rodata avma and tracing when there are non-contiguous rodata sections. commit 171eaee3bd3f83d2d8de363711ffeb27a18ef940 Author: Paul Floyd <pjfl...@wanadoo.fr> Date: Fri Dec 22 19:59:56 2023 +0100 Bug 478837 - valgrind fails to read debug info for rust binaries mold produces binaries with non-contiguous .rodata and .rodata.xxx sections. The code that merges their addresses can only handle 1 rodata which means only contiguous sections can be merged. Since this now seems to be a "normal" case I've changed the warning message to be a SYMTAB_TRACE message. -- You are receiving this mail because: You are watching all bug changes.