blob: d8b584a1fb488f0625eb504301c236f5231bf831 [file] [log] [blame]
njn25e49d8e72002-09-23 09:36:25 +00001
2Invalid free() / delete / delete[]
njn3e884182003-04-15 13:03:23 +00003 at 0x........: free (vg_replace_malloc.c:...)
njn25e49d8e72002-09-23 09:36:25 +00004 by 0x........: main (doublefree.c:10)
5 by 0x........: __libc_start_main (...libc...)
njn12f4c8a2002-11-18 11:46:48 +00006 by 0x........: (within /.../tests/doublefree)
njn25e49d8e72002-09-23 09:36:25 +00007 Address 0x........ is 0 bytes inside a block of size 177 free'd
njn3e884182003-04-15 13:03:23 +00008 at 0x........: free (vg_replace_malloc.c:...)
njn25e49d8e72002-09-23 09:36:25 +00009 by 0x........: main (doublefree.c:10)
10 by 0x........: __libc_start_main (...libc...)
njn12f4c8a2002-11-18 11:46:48 +000011 by 0x........: (within /.../tests/doublefree)
njn25e49d8e72002-09-23 09:36:25 +000012
13ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
14malloc/free: in use at exit: 0 bytes in 0 blocks.
15malloc/free: 1 allocs, 2 frees, 177 bytes allocated.
16For a detailed leak analysis, rerun with: --leak-check=yes
17For counts of detected errors, rerun with: -v