blob: 5463e17ff46fca28f3427268477fad1821424b92 [file] [log] [blame]
njn25e49d8e72002-09-23 09:36:25 +00001
2Invalid write of size 1
3 at 0x........: main (malloc2.c:39)
4 by 0x........: __libc_start_main (...libc...)
njn12f4c8a2002-11-18 11:46:48 +00005 by 0x........: (within /.../tests/malloc2)
njn25e49d8e72002-09-23 09:36:25 +00006 Address 0x........ is 0 bytes inside a block of size 429 free'd
njn3e884182003-04-15 13:03:23 +00007 at 0x........: free (vg_replace_malloc.c:...)
njn25e49d8e72002-09-23 09:36:25 +00008 by 0x........: main (malloc2.c:38)
9 by 0x........: __libc_start_main (...libc...)
njn12f4c8a2002-11-18 11:46:48 +000010 by 0x........: (within /.../tests/malloc2)
njn25e49d8e72002-09-23 09:36:25 +000011
12Invalid free() / delete / delete[]
njn3e884182003-04-15 13:03:23 +000013 at 0x........: free (vg_replace_malloc.c:...)
njn25e49d8e72002-09-23 09:36:25 +000014 by 0x........: main (malloc2.c:43)
15 by 0x........: __libc_start_main (...libc...)
njn12f4c8a2002-11-18 11:46:48 +000016 by 0x........: (within /.../tests/malloc2)
njn25e49d8e72002-09-23 09:36:25 +000017 Address 0x........ is 0 bytes inside a block of size 429 free'd
njn3e884182003-04-15 13:03:23 +000018 at 0x........: free (vg_replace_malloc.c:...)
njn25e49d8e72002-09-23 09:36:25 +000019 by 0x........: main (malloc2.c:38)
20 by 0x........: __libc_start_main (...libc...)
njn12f4c8a2002-11-18 11:46:48 +000021 by 0x........: (within /.../tests/malloc2)
njn25e49d8e72002-09-23 09:36:25 +000022
23ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
24malloc/free: in use at exit: 0 bytes in 0 blocks.
25malloc/free: 443 allocs, 444 frees, 265463 bytes allocated.
26For a detailed leak analysis, rerun with: --leak-check=yes
27For counts of detected errors, rerun with: -v