Ticket #5985: valgrind.txt

File valgrind.txt, 2.0 KB (added by Bela B, 10 years ago)

valgrind output

Line 
1==9624== Invalid read of size 4
2==9624== at 0x828365: avpriv_h264_has_num_reorder_frames (h264dec.c:65)
3==9624== by 0x70C560: compute_pkt_fields (utils.c:974)
4==9624== by 0x70D4C7: parse_packet (utils.c:1447)
5==9624== by 0x70DC0E: read_frame_internal (utils.c:1592)
6==9624== by 0x70FDE2: avformat_find_stream_info (utils.c:3549)
7==9624== by 0x483A17: open_input_file (ffmpeg_opt.c:1019)
8==9624== by 0x480E05: open_files (ffmpeg_opt.c:3135)
9==9624== by 0x481076: ffmpeg_parse_options (ffmpeg_opt.c:3175)
10==9624== by 0x497B43: main (ffmpeg.c:4565)
11==9624== Address 0xcd65a0f556e05d04 is not stack'd, malloc'd or (recently) free'd
12==9624==
13==9624==
14==9624== Process terminating with default action of signal 11 (SIGSEGV)
15==9624== General Protection Fault
16==9624== at 0x828365: avpriv_h264_has_num_reorder_frames (h264dec.c:65)
17==9624== by 0x70C560: compute_pkt_fields (utils.c:974)
18==9624== by 0x70D4C7: parse_packet (utils.c:1447)
19==9624== by 0x70DC0E: read_frame_internal (utils.c:1592)
20==9624== by 0x70FDE2: avformat_find_stream_info (utils.c:3549)
21==9624== by 0x483A17: open_input_file (ffmpeg_opt.c:1019)
22==9624== by 0x480E05: open_files (ffmpeg_opt.c:3135)
23==9624== by 0x481076: ffmpeg_parse_options (ffmpeg_opt.c:3175)
24==9624== by 0x497B43: main (ffmpeg.c:4565)
25==9624==
26==9624== HEAP SUMMARY:
27==9624== in use at exit: 505,473,370 bytes in 16,883 blocks
28==9624== total heap usage: 24,724 allocs, 7,841 frees, 560,121,671 bytes allocated
29==9624==
30==9624== LEAK SUMMARY:
31==9624== definitely lost: 0 bytes in 0 blocks
32==9624== indirectly lost: 0 bytes in 0 blocks
33==9624== possibly lost: 576 bytes in 1 blocks
34==9624== still reachable: 505,472,794 bytes in 16,882 blocks
35==9624== suppressed: 0 bytes in 0 blocks
36==9624== Rerun with --leak-check=full to see details of leaked memory
37==9624==
38==9624== For counts of detected and suppressed errors, rerun with: -v
39==9624== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 6 from 6)
40Killed