Ticket #752: valgrind.txt

File valgrind.txt, 3.5 KB (added by Diana Muscalu, 15 years ago)

valgrind report

Line 
1==18248== Memcheck, a memory error detector
2==18248== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al.
3==18248== Using Valgrind-3.6.1-Debian and LibVEX; rerun with -h for copyright info
4==18248== Command: ffmpeg -i corruptfile -f null -
5==18248==
6ffmpeg version N-35772-g366605f, Copyright (c) 2000-2011 the FFmpeg developers
7 built on Dec 13 2011 22:32:03 with gcc 4.6.1
8 configuration:
9 libavutil 51. 32. 0 / 51. 32. 0
10 libavcodec 53. 44. 0 / 53. 44. 0
11 libavformat 53. 25. 0 / 53. 25. 0
12 libavdevice 53. 4. 0 / 53. 4. 0
13 libavfilter 2. 53. 0 / 2. 53. 0
14 libswscale 2. 1. 0 / 2. 1. 0
15==18248== Conditional jump or move depends on uninitialised value(s)
16==18248== at 0x4C28293: free (vg_replace_malloc.c:366)
17==18248== by 0xA3E7BB: ??? (in /usr/local/bin/ffmpeg)
18==18248== by 0x4D3AD9: ??? (in /usr/local/bin/ffmpeg)
19==18248== by 0x46E174: ??? (in /usr/local/bin/ffmpeg)
20==18248== by 0x4FD244: ??? (in /usr/local/bin/ffmpeg)
21==18248== by 0x43F8C5: ??? (in /usr/local/bin/ffmpeg)
22==18248== by 0x443590: ??? (in /usr/local/bin/ffmpeg)
23==18248== by 0x4437E6: ??? (in /usr/local/bin/ffmpeg)
24==18248== by 0x435B4C: ??? (in /usr/local/bin/ffmpeg)
25==18248== by 0x52F130C: (below main) (libc-start.c:226)
26==18248==
27==18248== Invalid free() / delete / delete[]
28==18248== at 0x4C282E0: free (vg_replace_malloc.c:366)
29==18248== by 0xA3E7BB: ??? (in /usr/local/bin/ffmpeg)
30==18248== by 0x4D3AD9: ??? (in /usr/local/bin/ffmpeg)
31==18248== by 0x46E174: ??? (in /usr/local/bin/ffmpeg)
32==18248== by 0x4FD244: ??? (in /usr/local/bin/ffmpeg)
33==18248== by 0x43F8C5: ??? (in /usr/local/bin/ffmpeg)
34==18248== by 0x443590: ??? (in /usr/local/bin/ffmpeg)
35==18248== by 0x4437E6: ??? (in /usr/local/bin/ffmpeg)
36==18248== by 0x435B4C: ??? (in /usr/local/bin/ffmpeg)
37==18248== by 0x52F130C: (below main) (libc-start.c:226)
38==18248== Address 0x31786469 is not stack'd, malloc'd or (recently) free'd
39==18248==
40==18248== Invalid free() / delete / delete[]
41==18248== at 0x4C282E0: free (vg_replace_malloc.c:366)
42==18248== by 0xA3E7BB: ??? (in /usr/local/bin/ffmpeg)
43==18248== by 0x4D3AE1: ??? (in /usr/local/bin/ffmpeg)
44==18248== by 0x46E174: ??? (in /usr/local/bin/ffmpeg)
45==18248== by 0x4FD244: ??? (in /usr/local/bin/ffmpeg)
46==18248== by 0x43F8C5: ??? (in /usr/local/bin/ffmpeg)
47==18248== by 0x443590: ??? (in /usr/local/bin/ffmpeg)
48==18248== by 0x4437E6: ??? (in /usr/local/bin/ffmpeg)
49==18248== by 0x435B4C: ??? (in /usr/local/bin/ffmpeg)
50==18248== by 0x52F130C: (below main) (libc-start.c:226)
51==18248== Address 0x1263643030 is not stack'd, malloc'd or (recently) free'd
52==18248==
53[avi @ 0x5674820] premature end of file while reading INFO tag
54corruptfile: Operation not permitted
55==18248==
56==18248== HEAP SUMMARY:
57==18248== in use at exit: 8,353 bytes in 1 blocks
58==18248== total heap usage: 24 allocs, 25 frees, 1,666,263 bytes allocated
59==18248==
60==18248== LEAK SUMMARY:
61==18248== definitely lost: 8,353 bytes in 1 blocks
62==18248== indirectly lost: 0 bytes in 0 blocks
63==18248== possibly lost: 0 bytes in 0 blocks
64==18248== still reachable: 0 bytes in 0 blocks
65==18248== suppressed: 0 bytes in 0 blocks
66==18248== Rerun with --leak-check=full to see details of leaked memory
67==18248==
68==18248== For counts of detected and suppressed errors, rerun with: -v
69==18248== Use --track-origins=yes to see where uninitialised values come from
70==18248== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 4 from 4)