blob: 81378438b9f7a29dd890bf04344c871267aecb57 [file] [log] [blame]
njn25e49d8e72002-09-23 09:36:25 +00001
2Invalid free() / delete / delete[]
3 at 0x........: free (vg_clientfuncs.c:...)
4 by 0x........: main (memalign_test.c:17)
5 by 0x........: __libc_start_main (...libc...)
njn25cac76cb2002-09-23 11:21:57 +00006 by 0x........: valloc@@GLIBC_2.0 (in /.../tests/memalign_test)
njn25e49d8e72002-09-23 09:36:25 +00007 Address 0x........ is 0 bytes inside a block of size 111110 free'd
8 at 0x........: free (vg_clientfuncs.c:...)
9 by 0x........: main (memalign_test.c:15)
10 by 0x........: __libc_start_main (...libc...)
njn25cac76cb2002-09-23 11:21:57 +000011 by 0x........: valloc@@GLIBC_2.0 (in /.../tests/memalign_test)
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: 10 allocs, 11 frees, 611105 bytes allocated.
16For a detailed leak analysis, rerun with: --leak-check=yes
17For counts of detected errors, rerun with: -v