valgrind suppressions: ignore any error triggered by */ld*.so
Instead of ignoring a bazillion slightly different stacktraces, we can just ignore problem where the ld lib is involved, because we can't control the way it will or will not free its resources (see http://pubs.opengroup.org/onlinepubs/009696699/functions/dlclose.html)
Loading
Please register or sign in to comment