|
From: John R. <jr...@bi...> - 2012-11-05 15:35:35
|
> ==14178== Invalid read of size 2 > ==14178== at 0x4A094C0: memcpy@@GLIBC_2.14 (mc_replace_strmem.c:653) > ==14178== Address 0x8b3256e is 750 bytes inside a block of size 40,704 alloc'd > ==14178== at 0x4A074CD: malloc (vg_replace_malloc.c:236) > ==14178== by 0x4A07657: realloc (vg_replace_malloc.c:525) Something peculiar is happening because of the realloc(). Re-run with --track-origins=yes. Re-run together with vgdb. Stop at this complaint, and use vgdb to print the status of the entire buffer. -- |