File: partial_load_ok.stderr.exp

package info (click to toggle)
valgrind 1%3A3.2.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 27,372 kB
  • ctags: 23,091
  • sloc: ansic: 192,648; xml: 10,723; sh: 4,750; perl: 4,023; makefile: 2,103; asm: 1,813; cpp: 140; haskell: 139
file content (24 lines) | stat: -rw-r--r-- 944 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

Invalid read of size 4
   at 0x........: main (partial_load.c:23)
 Address 0x........ is 1 bytes inside a block of size 4 alloc'd
   at 0x........: calloc (vg_replace_malloc.c:...)
   by 0x........: main (partial_load.c:20)

Invalid read of size 2
   at 0x........: main (partial_load.c:30)
 Address 0x........ is 0 bytes inside a block of size 1 alloc'd
   at 0x........: calloc (vg_replace_malloc.c:...)
   by 0x........: main (partial_load.c:28)

Invalid read of size 4
   at 0x........: main (partial_load.c:37)
 Address 0x........ is 0 bytes inside a block of size 4 free'd
   at 0x........: free (vg_replace_malloc.c:...)
   by 0x........: main (partial_load.c:36)

ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
malloc/free: in use at exit: 0 bytes in 0 blocks.
malloc/free: 4 allocs, 4 frees, 12 bytes allocated.
For a detailed leak analysis,  rerun with: --leak-check=yes
For counts of detected errors, rerun with: -v