Re: [Valgrind-users] valgrind always fails with out of memory

2020-09-08 Thread Mario Emmenlauer
On 08.09.20 12:25, Mario Emmenlauer wrote: > > On 08.09.20 12:04, Mario Emmenlauer wrote: >> The error I get most frequently is (full output attached in log.txt) >> ==32== Valgrind's memory management: out of memory: >> ==32==newSuperblock's request for 6864695621860790272 bytes

Re: [Valgrind-users] valgrind always fails with out of memory

2020-09-08 Thread Mario Emmenlauer
On 08.09.20 12:04, Mario Emmenlauer wrote: > The error I get most frequently is (full output attached in log.txt) > ==32== Valgrind's memory management: out of memory: > ==32==newSuperblock's request for 6864695621860790272 bytes failed. > ==32== 114,106,368 bytes have

[Valgrind-users] valgrind always fails with out of memory

2020-09-08 Thread Mario Emmenlauer
Dear All, many years ago, I've been using valgrind frequently and successfully, admittedly without ever giving it much thought! Thanks for the awesome tool. Now I'm setting up a larger CI system and want automatic memcheck for our tests. However, in the whole past year, I could not get a single