https://bugs.kde.org/show_bug.cgi?id=338365
Étienne Dupuis <svart.ridd...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |svart.ridd...@gmail.com --- Comment #6 from Étienne Dupuis <svart.ridd...@gmail.com> --- Recently, I stumbled upon https://bugs.kde.org/show_bug.cgi?id=409429. The issue can be workarounded by manually installing a more recent version of valgrind on all my runners, and telling my coworkers to do the same on their development platforms. I would have liked to include, at the beginning of my executable something like if (RUNNING_ON_VALGRIND && (VALGRIND_RUNNING_VERSION < 0x0000316)) abort("Valgrind >= 3.16 required, otherwise expect false positive!"); The patch provided in this ticket would have made that possible. Thanks for your time! -- You are receiving this mail because: You are watching all bug changes.