https://bugs.kde.org/show_bug.cgi?id=304980
--- Comment #26 from antoine.mo...@microej.com --- The workaround is to remove the symbols with 0xffffffff address of the binay with the command objcopy [-N symbolname|--strip-symbol=symbolname]. The Elf file shows different type of symbol with address at 0xffffffff: ffffffff 4 OBJECT GLOBAL HIDDEN ABS ffffffff 0 NOTYPE GLOBAL DEFAULT ABS Valgrind crashes only with the symbol with "OBJECT" type. It works with "NOTYPE" type. Do you know why? -- You are receiving this mail because: You are watching all bug changes.