Re: [Valgrind-users] Lost and confused with bad alloc?

2009-07-21 Thread Nicholas Nethercote
On Wed, Jul 22, 2009 at 9:51 AM, Susan Margulies wrote: > Hello, everyone! I am a bit mystified by a memory leak that valgrind is > reporting (I am easily mystified), and I thought I would quickly post to see > if anyone could help. > > Valgrind reports: > > ==3471== Address 0x5803F74 is 0 bytes a

[Valgrind-users] Lost and confused with bad alloc?

2009-07-21 Thread Susan Margulies
Hello, everyone! I am a bit mystified by a memory leak that valgrind is reporting (I am easily mystified), and I thought I would quickly post to see if anyone could help. Valgrind reports: ==3471== Address 0x5803F74 is 0 bytes after a block of size 4 alloc'd ==3471==at 0x4A06019: operator

Re: [Valgrind-users] Introducing Covergrind Beta 1 - a source code coverage tool

2009-07-21 Thread Christophe-Marie Duquesne
> Also, http://en.wikipedia.org/wiki/Warnock%27s_Dilemma is worth > reading, with respect to lack of answers on mailing lists. It is always interesting to learn how to communicate better. Thank you for this link and for this concept I did not know.