ACATS tests that fail valgrind check
Olly Betts
olly@survex.com
Thu Jan 13 00:46:00 GMT 2005
On 2005-01-12, Duncan Sands <duncan.sands@math.u-psud.fr> wrote:
> (6) "Address ... after a block ... alloc'd"
> Seems to mean that part of a new block of allocated memory was already
> allocated.
This valgrind error usually means you've run off the end of a malloc()-ed
block of memory. IIRC you get told where the bad read/write happens and
also where the block nearest to that location was allocated.
Cheers,
Olly
More information about the Gcc
mailing list