Now --track-fds=yes is only informational message (and it's even suppressed with -q), but sometimes (for using valgrind in CI testing) it's useful to consider it's an error if fd is leaked. Please add --track-fds=error which would output (not suppressible) error message and exit with --error-exitcode if fd leak is occurred. Thanks,
There is some work being done with fds, see https://bugs.kde.org/show_bug.cgi?id=471222 The main problem here is that the fd checking is done in core, not in any tool (specifically memcheck). Core doesn't have any error processing mechanisms (there was something in the past but it was removed). And if we make it an error we also want the suppression mechanism to work with it.
See also https://bugs.kde.org/show_bug.cgi?id=362680 which contains a description how to resurrect CoreErrors (but no patch yet?)
*** This bug has been marked as a duplicate of bug 362680 ***