drd/tests/sem_open: Change the semaphore name (#331839)
[valgrind.git] / memcheck / tests / partial_load_dflt.stderr.expr-s390x-mvc
blob250cc5729ace75e8e744f2ea7bc26e96b00ac881
2 Invalid read of size 1
3    at 0x........: main (partial_load.c:16)
4  Address 0x........ is 0 bytes after a block of size 7 alloc'd
5    at 0x........: calloc (vg_replace_malloc.c:...)
6    by 0x........: main (partial_load.c:14)
8 Invalid read of size 8
9    at 0x........: main (partial_load.c:23)
10  Address 0x........ is 1 bytes inside a block of size 8 alloc'd
11    at 0x........: calloc (vg_replace_malloc.c:...)
12    by 0x........: main (partial_load.c:20)
14 Invalid read of size 2
15    at 0x........: main (partial_load.c:30)
16  Address 0x........ is 0 bytes inside a block of size 1 alloc'd
17    at 0x........: calloc (vg_replace_malloc.c:...)
18    by 0x........: main (partial_load.c:28)
20 Invalid read of size 8
21    at 0x........: main (partial_load.c:37)
22  Address 0x........ is 0 bytes inside a block of size 8 free'd
23    at 0x........: free (vg_replace_malloc.c:...)
24    by 0x........: main (partial_load.c:36)
27 HEAP SUMMARY:
28     in use at exit: ... bytes in ... blocks
29   total heap usage: ... allocs, ... frees, ... bytes allocated
31 For a detailed leak analysis, rerun with: --leak-check=full
33 For counts of detected and suppressed errors, rerun with: -v
34 ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)