[Valgrind-users] New leaks when running valgrind in a docker container

2017-03-04 Thread Ulrich Hierl
Hi valgrind folk, I am currently transforming my build-slave from a virtual machine to a docker container. One step of my build is to run valgrind. The problem is that I now get new memory leaks that do not occur on the virtual machine. The errors come from libc and std::string, here is an

Re: [Valgrind-users] New leaks when running valgrind in a docker container

2017-03-04 Thread Dan Kegel
On Sat, Mar 4, 2017 at 9:46 AM, Ulrich Hierl wrote: > 101 bytes in 1 blocks are possibly lost in loss record 241 of 365 > at : operator new(unsigned long) > by : std::string::_Rep::_S_create(unsigned long, unsigned long, > std::allocator const&) > by : char*

Re: [Valgrind-users] Migrating Valgrind sources from SVN to GIT

2017-03-04 Thread Ivo Raisr
2017-02-24 20:21 GMT+01:00 Ivo Raisr : > Dear Valgrind community, > > We are pleased to announce an imminent migration of Valgrind sources > from existing Subversion SCM to modern git SCM, as discussed during > our FOSDEM 2017 Valgrind devroom. So far a number of very useful