https://bugs.kde.org/show_bug.cgi?id=474443
--- Comment #11 from Jane <j...@gwxeda.com> --- "My suspicion is that when you have leak detection on the leak count up to the execve() is getting added to the error count." My suspicion is valgrind has bug in this case. Seems --errors-for-leak-kinds default is [definite, possible], right? But in my experience, those two kinds of leak always do not count into error summary. And for this case, If I do what you said, i.e. --leak-check=full and --show-leak-kinds=all --errors-for-leak-kinds=none or without the three options, I got the same error summary now. -- You are receiving this mail because: You are watching all bug changes.