drd/tests/sem_open: Change the semaphore name (#331839)
[valgrind.git] / memcheck / tests / noisy_child.stderr.exp
blob2f583438bb776fc224dccf40794814b0e2f09858
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)
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)
16 HEAP SUMMARY:
17 in use at exit: ... bytes in ... blocks
18 total heap usage: ... allocs, ... frees, ... bytes allocated
20 For a detailed leak analysis, rerun with: --leak-check=full
22 For counts of detected and suppressed errors, rerun with: -v
23 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)