Home | History | Annotate | Download | only in tests
      1 
      2 Invalid write of size 1
      3    at 0x........: main (noisy_child.c:27)
      4  Address 0x........ is 5 bytes inside a block of size 10 free'd
      5    at 0x........: free (vg_replace_malloc.c:...)
      6    by 0x........: main (noisy_child.c:24)
      7 
      8 Invalid write of size 1
      9    at 0x........: do_parent_badness (noisy_child.c:16)
     10    by 0x........: main (noisy_child.c:37)
     11  Address 0x........ is 0 bytes after a block of size 10 free'd
     12    at 0x........: free (vg_replace_malloc.c:...)
     13    by 0x........: main (noisy_child.c:24)
     14 
     15 
     16 HEAP SUMMARY:
     17     in use at exit: ... bytes in ... blocks
     18   total heap usage: ... allocs, ... frees, ... bytes allocated
     19 
     20 For a detailed leak analysis, rerun with: --leak-check=full
     21 
     22 For counts of detected and suppressed errors, rerun with: -v
     23 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
     24