https://bugs.kde.org/show_bug.cgi?id=452387
--- Comment #8 from Paul Floyd <pjfl...@wanadoo.fr> --- I don't know all of the details of this, but memcheck has a requirement in the link loader (ld-xxx.so) that it contain two visible functions, index and strlen (and a few others depending on the platform). If these functions don't get redirected then the result can be large numbers of false positive errors. I think that the real problem is that there is no way for us to distinguish between a ld-xxx.so that does not contain 'index' and one that does but is stripped and we can't see it. If you can rebuild Valgrind you could try commenting out add_hardwired_spec( "ld-linux-armhf.so.3", "index", (Addr)&VG_(arm_linux_REDIR_FOR_index), complain_about_stripped_glibc_ldso ); in m_redir.c in the VGP_arm_linux block of VG_(redir_initialise) -- You are receiving this mail because: You are watching all bug changes.