Memchk (valgrind) reporting inconsistent results in different docker hosts – Ubuntu
I have a fairly robust CI test for a C++ library, these tests (around 50) run over the same docker image but in different machines. In one machine ("A") all the memcheck (valgrind) tests pass (i.e. no memory leaks). In…