x86_64-archlinux-gcc-valgrind-no-undef N-91125-g16b4f97b72

Architecturex86
Variantx86_64
CPUgeneric
OSlinux
Ownerubitux2
Compilergcc 7.3.1 (GCC) 20180312
Configuration--prefix=/home/fate/workdirs/x86_64-archlinux-gcc-valgrind-no-undef/install --samples=/home/fate/fate-suite --enable-gpl --enable-memory-poisoning --enable-avresample --cc='ccache cc' --target-exec='valgrind --error-exitcode=1 --malloc-fill=0xa2 --leak-check=full --gen-suppressions=all --suppressions=/home/fate/ffmpeg/tests/fate-valgrind.supp --undef-value-errors=no' --disable-stripping --disable-memory-poisoning
Commentvalgrind-3.13.0 no-undef
RevisionN-91125-g16b4f97b72
DateSat May 19 06:57:00 2018
Status3638 / 3639
Warnings177
Logscompile configure test
1 failed testStatusLast good rev
diffstderrmpegts-probe-pmt-merge1N-121820-g43abd1ced9
No diff output recorded
==23606== Memcheck, a memory error detector
==23606== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==23606== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info
==23606== Command: /home/fate/workdirs/x86_64-archlinux-gcc-valgrind-no-undef/build/ffprobe -show_entries stream=codec_name -print_format default -bitexact -v 0 -merge_pmt_versions 1 -i /home/fate/fate-suite/mpegts/pmtchange.ts
==23606== 
==23606== 
==23606== HEAP SUMMARY:
==23606==     in use at exit: 1,728 bytes in 4 blocks
==23606==   total heap usage: 764 allocs, 760 frees, 6,114,028 bytes allocated
==23606== 
==23606== 1,728 bytes in 4 blocks are definitely lost in loss record 1 of 1
==23606==    at 0x4C2F246: memalign (vg_replace_malloc.c:857)
==23606==    by 0x4C2F361: posix_memalign (vg_replace_malloc.c:1020)
==23606==    by 0xEF9F32: av_malloc (mem.c:87)
==23606==    by 0xEFA138: av_mallocz (mem.c:238)
==23606==    by 0x4CE634: add_pes_stream (mpegts.c:1313)
==23606==    by 0x4CE634: pmt_cb (mpegts.c:2208)
==23606==    by 0x4C8F6F: write_section_data.part.12 (mpegts.c:458)
==23606==    by 0x4C9A63: write_section_data (mpegts.c:417)
==23606==    by 0x4C9A63: handle_packet (mpegts.c:2546)
==23606==    by 0x4C9BB0: handle_packets (mpegts.c:2735)
==23606==    by 0x4C9CF1: mpegts_read_packet (mpegts.c:2986)
==23606==    by 0x54AD69: ff_read_packet (utils.c:856)
==23606==    by 0x54B93B: read_frame_internal (utils.c:1581)
==23606==    by 0x54D783: avformat_find_stream_info (utils.c:3773)
==23606== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: definite
   fun:memalign
   fun:posix_memalign
   fun:av_malloc
   fun:av_mallocz
   fun:add_pes_stream
   fun:pmt_cb
   fun:write_section_data.part.12
   fun:write_section_data
   fun:handle_packet
   fun:handle_packets
   fun:mpegts_read_packet
   fun:ff_read_packet
   fun:read_frame_internal
   fun:avformat_find_stream_info
}
==23606== LEAK SUMMARY:
==23606==    definitely lost: 1,728 bytes in 4 blocks
==23606==    indirectly lost: 0 bytes in 0 blocks
==23606==      possibly lost: 0 bytes in 0 blocks
==23606==    still reachable: 0 bytes in 0 blocks
==23606==         suppressed: 0 bytes in 0 blocks
==23606== 
==23606== For counts of detected and suppressed errors, rerun with: -v
==23606== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)