[FFmpeg-trac] #2927(undetermined:new): h264: deadlock with fuzzed file (when threads > 1)

FFmpeg trac at avcodec.org
Mon Sep 2 02:56:23 CEST 2013


#2927: h264: deadlock with fuzzed file (when threads > 1)
-------------------------------------+-------------------------------------
               Reporter:  ami_stuff  |                  Owner:
                   Type:  defect     |                 Status:  new
               Priority:  normal     |              Component:
                Version:             |  undetermined
  unspecified                        |               Keywords:
             Blocked By:             |               Blocking:
Reproduced by developer:  0          |  Analyzed by developer:  0
-------------------------------------+-------------------------------------
 {{{
 knoppix at Microknoppix:/media/sdb1$ gdb ffmpeg-HEAD-c042684/ffmpeg_g
 GNU gdb (GDB) 7.4.1-debian
 Copyright (C) 2012 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later
 <http://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
 and "show warranty" for details.
 This GDB was configured as "i486-linux-gnu".
 For bug reporting instructions, please see:
 <http://www.gnu.org/software/gdb/bugs/>...
 Reading symbols from /media/sdb1/ffmpeg-HEAD-c042684/ffmpeg_g...done.
 (gdb) r -i ./h264_dead.avi -f null -
 Starting program: /media/sdb1/ffmpeg-HEAD-c042684/ffmpeg_g -i
 ./h264_dead.avi -f null -
 [Thread debugging using libthread_db enabled]
 Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
 ffmpeg version 2.0-c042684 Copyright (c) 2000-2013 the FFmpeg developers
   built on Aug 30 2013 20:55:53 with gcc 4.7 (Debian 4.7.2-5)
   configuration: --disable-yasm --disable-ffprobe --disable-ffserver
 --enable-gpl
   libavutil      52. 42.100 / 52. 42.100
   libavcodec     55. 29.100 / 55. 29.100
   libavformat    55. 15.100 / 55. 15.100
   libavdevice    55.  3.100 / 55.  3.100
   libavfilter     3. 82.102 /  3. 82.102
   libswscale      2.  5.100 /  2.  5.100
   libswresample   0. 17.103 /  0. 17.103
   libpostproc    52.  3.100 / 52.  3.100
 [h264 @ 0x9105640] missing picture in access unit with size 1103
 [h264 @ 0x9105640] missing picture in access unit with size 8679
 [h264 @ 0x9105640] missing picture in access unit with size 11231
 [h264 @ 0x9105640] missing picture in access unit with size 6734
 [h264 @ 0x9105640] missing picture in access unit with size 8321
 [h264 @ 0x9105640] missing picture in access unit with size 5562
 [h264 @ 0x9105640] missing picture in access unit with size 1065
 [h264 @ 0x9105640] missing picture in access unit with size 10464
 [h264 @ 0x9105640] missing picture in access unit with size 1689
 Input #0, avi, from './h264_dead.avi':
   Metadata:
     encoder         : Lavf55.15.100
   Duration: 00:00:15.13, start: 0.000000, bitrate: 578 kb/s
     Stream #0:0: Video: h264 (High 4:4:4 Predictive) (H264 / 0x34363248),
 gbrp, 320x240, 15 fps, 15 tbr, 15 tbn, 30 tbc
 [New Thread 0xb7c64b70 (LWP 4530)]
 [New Thread 0xb7464b70 (LWP 4531)]
 [New Thread 0xb6c64b70 (LWP 4532)]
 [New Thread 0xb6464b70 (LWP 4533)]
 [New Thread 0xb5c64b70 (LWP 4534)]
 [New Thread 0xb5464b70 (LWP 4535)]
 [New Thread 0xb4c64b70 (LWP 4536)]
 [New Thread 0xb4464b70 (LWP 4537)]
 [New Thread 0xb3c64b70 (LWP 4538)]
 [New Thread 0xb3464b70 (LWP 4539)]
 [New Thread 0xb2c64b70 (LWP 4540)]
 [New Thread 0xb2464b70 (LWP 4541)]
 [New Thread 0xb1c64b70 (LWP 4542)]
 [New Thread 0xb1464b70 (LWP 4543)]
 [New Thread 0xb0c64b70 (LWP 4544)]
 [New Thread 0xb0464b70 (LWP 4545)]
 [New Thread 0xafc64b70 (LWP 4546)]
 [New Thread 0xaf464b70 (LWP 4547)]
 Output #0, null, to 'pipe:':
   Metadata:
     encoder         : Lavf55.15.100
     Stream #0:0: Video: rawvideo (G3[0][8] / 0x8003347), gbrp, 320x240,
 q=2-31, 200 kb/s, 90k tbn, 15 tbc
 Stream mapping:
   Stream #0:0 -> #0:0 (h264 -> rawvideo)
 Press [q] to stop, [?] for help
 [h264 @ 0x910bfe0] non-existing PPS 1 referenced
 [h264 @ 0x910bfe0] decode_slice_header error
 [h264 @ 0x910bfe0] QP 56 out of range
 [h264 @ 0x910bfe0] decode_slice_header error
 [h264 @ 0x910bfe0] top block unavailable for requested intra mode at 3 0
 [h264 @ 0x910bfe0] error while decoding MB 3 0, bytestream (10726)
 [h264 @ 0x910bfe0] Reference 3 >= 2
 [h264 @ 0x910bfe0] error while decoding MB 4 0, bytestream (1601)
 [h264 @ 0x910bfe0] Reference 4 >= 2
 [h264 @ 0x910bfe0] error while decoding MB 10 0, bytestream (693)
 [h264 @ 0x910bfe0] Reference 2 >= 2
 [h264 @ 0x910bfe0] error while decoding MB 1 1, bytestream (2331)
 [h264 @ 0x910bfe0] abs_diff_pic_num overflow
 [h264 @ 0x910bfe0] decode_slice_header error
 [h264 @ 0x9178d20] mmco: unref short failure
 [h264 @ 0x9178d20] number of reference frames (0+5) exceeds max (4;
 probably corrupt input), discarding one
 [h264 @ 0x9178d20] Reference 4 >= 2
 [h264 @ 0x9178d20] error while decoding MB 10 0, bytestream (1703)
 [h264 @ 0x9178d20] concealing 300 DC, 300 AC, 300 MV errors in B frame
 [h264 @ 0x91792e0] cabac_init_idc overflow
 [h264 @ 0x91792e0] decode_slice_header error
 [h264 @ 0x91792e0] Reference 2 >= 2
 [h264 @ 0x91792e0] error while decoding MB 6 1, bytestream (360)
 [h264 @ 0x91792e0] reference picture missing during reorder
     Last message repeated 1 times
 [h264 @ 0x91792e0] Missing reference picture, default is 65568
     Last message repeated 1 times
 [h264 @ 0x91792e0] Reference 4 >= 4
 [h264 @ 0x91792e0] error while decoding MB 17 0, bytestream (13152)
 [h264 @ 0x91792e0] reference picture missing during reorder
 [h264 @ 0x91792e0] reference count overflow
 [h264 @ 0x91792e0] decode_slice_header error
 [h264 @ 0x91792e0] reference picture missing during reorder
 [h264 @ 0x91792e0] Missing reference picture, default is 65572
 [h264 @ 0x91792e0] top block unavailable for requested intra mode at 11 0
 [h264 @ 0x91792e0] error while decoding MB 11 0, bytestream (11808)
 [h264 @ 0x91792e0] Reference 2 >= 2
 [h264 @ 0x91792e0] error while decoding MB 14 1, bytestream (307)
 [h264 @ 0x91792e0] top block unavailable for requested intra4x4 mode -1 at
 3 0
 [h264 @ 0x91792e0] error while decoding MB 3 0, bytestream (10492)
 [h264 @ 0x91792e0] Reference 2 >= 2
 [h264 @ 0x91792e0] error while decoding MB 12 0, bytestream (181)
 [h264 @ 0x91792e0] deblocking_filter_idc 11 out of range
 [h264 @ 0x91792e0] decode_slice_header error
 [h264 @ 0x91792e0] error while decoding MB 0 8, bytestream (-22)
 [h264 @ 0x91792e0] Reference 5 >= 4
 [h264 @ 0x91792e0] error while decoding MB 8 2, bytestream (9678)
 [h264 @ 0x91792e0] Reference 7 >= 4
 [h264 @ 0x91792e0] error while decoding MB 10 0, bytestream (10828)
 [h264 @ 0x91792e0] cabac_init_idc overflow
 [h264 @ 0x91792e0] decode_slice_header error
 [h264 @ 0x91792e0] Reference 4 >= 4
 [h264 @ 0x91792e0] error while decoding MB 18 0, bytestream (8021)
 [h264 @ 0x91792e0] Reference 4 >= 4
 [h264 @ 0x91792e0] error while decoding MB 2 2, bytestream (9879)
 [h264 @ 0x91792e0] Reference 5 >= 2
 [h264 @ 0x91792e0] error while decoding MB 13 0, bytestream (1241)
 [h264 @ 0x91792e0] slice type too large (24) at 16 7
 [h264 @ 0x91792e0] decode_slice_header error
 [h264 @ 0x91792e0] illegal reordering_of_pic_nums_idc
 [h264 @ 0x91792e0] decode_slice_header error
 [h264 @ 0x91792e0] Reference 2 >= 2
 [h264 @ 0x91792e0] error while decoding MB 0 2, bytestream (1307)
 [h264 @ 0x91792e0] gray chroma
 [h264 @ 0x91792e0] error while decoding MB 3 0, bytestream (10724)
 [h264 @ 0x91792e0] Reference 2 >= 2
 [h264 @ 0x91792e0] error while decoding MB 14 1, bytestream (873)
 [h264 @ 0x91792e0] top block unavailable for requested intra mode at 14 0
 [h264 @ 0x91792e0] error while decoding MB 14 0, bytestream (12743)
 [h264 @ 0x91792e0] cabac_init_idc overflow
 [h264 @ 0x91792e0] decode_slice_header error
 [h264 @ 0x91792e0] Reference 2 >= 2
 [h264 @ 0x91792e0] error while decoding MB 14 1, bytestream (2085)
 [h264 @ 0x91792e0] Reference 5 >= 4
 [h264 @ 0x91792e0] error while decoding MB 10 0, bytestream (10480)
 [h264 @ 0x91792e0] Reference 2 >= 2
 [h264 @ 0x91792e0] error while decoding MB 6 4, bytestream (1310)
 [h264 @ 0x91792e0] reference overflow 59 > 15 or 0 > 15
 [h264 @ 0x91792e0] decode_slice_header error
 [h264 @ 0x91792e0] concealing 296 DC, 296 AC, 296 MV errors in P frame
 [h264 @ 0x9179880] no frame!
 [h264 @ 0x9179e20] top block unavailable for requested intra4x4 mode -1 at
 19 0
 [h264 @ 0x9179e20] error while decoding MB 19 0, bytestream (8243)
 [h264 @ 0x9179e20] concealing 300 DC, 300 AC, 300 MV errors in P frame
 [h264 @ 0x917a4a0] left block unavailable for requested intra4x4 mode -1
 at 0 4
 [h264 @ 0x917a4a0] error while decoding MB 0 4, bytestream (10409)
 [h264 @ 0x917a4a0] concealing 269 DC, 269 AC, 269 MV errors in P frame
 [h264 @ 0x919df80] Reference 4 >= 2
 [h264 @ 0x919df80] error while decoding MB 2 1, bytestream (2048)
 [h264 @ 0x919df80] concealing 300 DC, 300 AC, 300 MV errors in B frame
 [h264 @ 0x910cf20] no frame!
 [h264 @ 0x919e540] Reference 6 >= 4
 [h264 @ 0x919e540] error while decoding MB 0 0, bytestream (7880)
 [null @ 0x9109c40] Encoder did not produce proper pts, making some up.
 [h264 @ 0x919e540] concealing 300 DC, 300 AC, 300 MV errors in P frame
 [h264 @ 0x910bfe0] Reference 7 >= 4
 [h264 @ 0x910bfe0] error while decoding MB 1 0, bytestream (7926)
 [h264 @ 0x910bfe0] concealing 300 DC, 300 AC, 300 MV errors in P frame
 Error while decoding stream #0:0: Invalid data found when processing input
 [h264 @ 0x9178d20] Reference 7 >= 4
 [h264 @ 0x9178d20] error while decoding MB 3 0, bytestream (5916)
 [h264 @ 0x9178d20] concealing 300 DC, 300 AC, 300 MV errors in P frame
 [h264 @ 0x91792e0] Reference 4 >= 4
 [h264 @ 0x91792e0] error while decoding MB 1 0, bytestream (10583)
 [h264 @ 0x91792e0] concealing 300 DC, 300 AC, 300 MV errors in P frame
 [h264 @ 0x9179880] Reference 3 >= 2
 [h264 @ 0x9179880] error while decoding MB 6 0, bytestream (2737)
 [h264 @ 0x9179880] concealing 300 DC, 300 AC, 300 MV errors in B frame
 [h264 @ 0x9179e20] Reference 4 >= 4
 [h264 @ 0x9179e20] error while decoding MB 6 1, bytestream (8959)
 [h264 @ 0x9179e20] concealing 300 DC, 300 AC, 300 MV errors in P frame
 [h264 @ 0x917a4a0] no frame!
 Error while decoding stream #0:0: Invalid data found when processing input
 [h264 @ 0x919e540] no frame!
 [h264 @ 0x919df80] [h264 @ 0x910cf20] concealing 279 DC, 279 AC, 279 MV
 errors in B frame
 [h264 @ 0x910bfe0] reference picture missing during reorder
 [h264 @ 0x910bfe0] Missing reference picture, default is 65608
 concealing 37 DC, 37 AC, 37 MV errors in B frame
 [h264 @ 0x9178d20] no frame!
 [h264 @ 0x910bfe0] Reference 4 >= 4
 [h264 @ 0x910bfe0] error while decoding MB 13 1, bytestream (3748)
 [h264 @ 0x910bfe0] concealing 300 DC, 300 AC, 300 MV errors in P frame
 [h264 @ 0x91792e0] Reference 5 >= 4
 [h264 @ 0x91792e0] error while decoding MB 9 0, bytestream (12487)
 [h264 @ 0x9179880] Reference 5 >= 2
 [h264 @ 0x9179880] error while decoding MB 16 0, bytestream (2936)
 [h264 @ 0x9179880] concealing 300 DC, 300 AC, 300 MV errors in B frame
 [h264 @ 0x9179e20] gray chroma
 [h264 @ 0x9179e20] error while decoding MB 2 1, bytestream (5927)
 Error while decoding stream #0:0: Invalid data found when processing input
 [h264 @ 0x9179e20] concealing 300 DC, 300 AC, 300 MV errors in P frame
 [h264 @ 0x91792e0] concealing 300 DC, 300 AC, 300 MV errors in P frame
 Error while decoding stream #0:0: Invalid data found when processing input
 [h264 @ 0x917a4a0] Reference 5 >= 5
 [h264 @ 0x917a4a0] error while decoding MB 14 2, bytestream (8721)
 [h264 @ 0x910cf20] no frame!
 [h264 @ 0x917a4a0] concealing 295 DC, 295 AC, 295 MV errors in P frame
 [h264 @ 0x919e540] Reference 4 >= 4
 [h264 @ 0x910bfe0] [h264 @ 0x919df80] Reference 2 >= 2
 [h264 @ 0x919df80] error while decoding MB 9 0, bytestream (2680)
 [h264 @ 0x919df80] Error while decoding stream #0:0: Invalid data found
 when processing input
 cabac_init_idc overflow
 [h264 @ 0x910bfe0] decode_slice_header error
 concealing 300 DC, 300 AC, 300 MV errors in B frame
 [h264 @ 0x919e540] [h264 @ 0x9178d20] number of reference frames (0+5)
 exceeds max (4; probably corrupt input), discarding one
 error while decoding MB 6 0, bytestream (9375)
 [h264 @ 0x9178d20] [h264 @ 0x919e540] concealing 300 DC, 300 AC, 300 MV
 errors in P frame
 reference count overflow
 [h264 @ 0x9178d20] decode_slice_header error
 [h264 @ 0x91792e0] number of reference frames (0+5) exceeds max (4;
 probably corrupt input), discarding one
 [h264 @ 0x91792e0] Reference 4 >= 2
 [h264 @ 0x91792e0] error while decoding MB 11 0, bytestream (3585)
 [h264 @ 0x91792e0] concealing 300 DC, 300 AC, 300 MV errors in B frame
 [h264 @ 0x919df80] no frame!
 [h264 @ 0x9179880] Reference 6 >= 5
 [h264 @ 0x9179880] error while decoding MB 18 2, bytestream (10420)
 [h264 @ 0x9179880] concealing 291 DC, 291 AC, 291 MV errors in P frame
 [h264 @ 0x917a4a0] concealing 284 DC, 284 AC, 284 MV errors in P frame
 [h264 @ 0x9179e20] Reference 2 >= 2
 [h264 @ 0x9179e20] error while decoding MB 5 1, bytestream (3546)
 [h264 @ 0x9179e20] concealing 300 DC, 300 AC, 300 MV errors in B frame
 Error while decoding stream #0:0: Invalid data found when processing input
 [h264 @ 0x919e540] gray chroma
 [h264 @ 0x919e540] error while decoding MB 0 9, bytestream (6936)
 [h264 @ 0x919e540] concealing 169 DC, 169 AC, 169 MV errors in P frame
 [h264 @ 0x910cf20] no frame!
 [h264 @ 0x91792e0] no frame!
 [h264 @ 0x9178d20] gray chroma
 [h264 @ 0x9179880] cabac_init_idc overflow
 [h264 @ 0x910bfe0] [h264 @ 0x9105640] [h264 @ 0x9178d20] Reference 3 >= 2
 missing picture in access unit with size 10641
 [h264 @ 0x910bfe0] error while decoding MB 19 3, bytestream (3571)
 error while decoding MB 4 6, bytestream (9067)
 [h264 @ 0x9178d20] concealing 225 DC, 225 AC, 225 MV errors in P frame
 [h264 @ 0x910bfe0] concealing 270 DC, 270 AC, 270 MV errors in B frame
 [h264 @ 0x9179880] decode_slice_header error
 [h264 @ 0x9179e20] number of reference frames (0+5) exceeds max (4;
 probably corrupt input), discarding one
 [h264 @ 0x9179e20] no frame!
 Error while decoding stream #0:0: Invalid data found when processing input
 [h264 @ 0x917a4a0] Reference 2 >= 2
 [h264 @ 0x917a4a0] error while decoding MB 7 0, bytestream (4077)
 Error while decoding stream #0:0: Invalid data found when processing input
 [h264 @ 0x919df80] Reference 5 >= 4
 [h264 @ 0x919df80] error while decoding MB 10 1, bytestream (7133)
 [h264 @ 0x917a4a0] concealing 300 DC, 300 AC, 300 MV errors in B frame
 [h264 @ 0x919df80] concealing 300 DC, 300 AC, 300 MV errors in P frame
 Error while decoding stream #0:0: Invalid data found when processing input
 [h264 @ 0x919e540] concealing 276 DC, 276 AC, 276 MV errors in P frame
 [h264 @ 0x910bfe0] [h264 @ 0x910cf20] Reference 2 >= 2
 [h264 @ 0x910cf20] error while decoding MB 7 1, bytestream (3285)
 [h264 @ 0x910cf20] [h264 @ 0x9178d20] Missing reference picture, default
 is 65680
 [h264 @ 0x9178d20] illegal memory management control operation 10
 concealing 300 DC, 300 AC, 300 MV errors in B frame
 Reference 4 >= 4
 [h264 @ 0x910bfe0] error while decoding MB 6 0, bytestream (4654)
 [h264 @ 0x91792e0] number of reference frames (0+5) exceeds max (4;
 probably corrupt input), discarding one
 [h264 @ 0x910bfe0] concealing 300 DC, 300 AC, 300 MV errors in P frame
 [h264 @ 0x9178d20] Reference 6 >= 6
 [h264 @ 0x9178d20] error while decoding MB 1 0, bytestream (6771)
 [h264 @ 0x9178d20] concealing 300 DC, 300 AC, 300 MV errors in P frame
 [h264 @ 0x91792e0] concealing 298 DC, 298 AC, 298 MV errors in P frame
 Error while decoding stream #0:0: Invalid data found when processing input
 [h264 @ 0x9105640] missing picture in access unit with size 6254
 [h264 @ 0x9179e20] no frame!
 [h264 @ 0x9179880] Reference 5 >= 4
 [h264 @ 0x9179880] error while decoding MB 19 1, bytestream (6216)
 [h264 @ 0x917a4a0] Reference 5 >= 4
 [h264 @ 0x917a4a0] error while decoding MB 5 0, bytestream (5476)
 [h264 @ 0x9179880] [h264 @ 0x917a4a0] concealing 300 DC, 300 AC, 300 MV
 errors in P frame
 [h264 @ 0x919df80] Reference 4 >= 4
 [h264 @ 0x919df80] error while decoding MB 7 1, bytestream (7144)
 [h264 @ 0x919df80] slice type too large (24) at 7 1
 [h264 @ 0x919df80] decode_slice_header error
 [h264 @ 0x919df80] concealing 300 DC, 300 AC, 300 MV errors in P frame
 concealing 300 DC, 300 AC, 300 MV errors in P frame
 [h264 @ 0x919e540] Reference 4 >= 2
 [h264 @ 0x919e540] error while decoding MB 2 3, bytestream (2354)
 [h264 @ 0x919e540] concealing 287 DC, 287 AC, 287 MV errors in B frame
 [h264 @ 0x910cf20] Reference 4 >= 4
 [h264 @ 0x910cf20] error while decoding MB 18 0, bytestream (5674)
 [h264 @ 0x910cf20] concealing 300 DC, 300 AC, 300 MV errors in P frame
 [h264 @ 0x9105640] missing picture in access unit with size 7549
 [h264 @ 0x910bfe0] no frame!
 [h264 @ 0x9178d20] abs_diff_pic_num overflow
 [h264 @ 0x9178d20] decode_slice_header error
 [h264 @ 0x91792e0] mmco: unref short failure
 [h264 @ 0x91792e0] number of reference frames (0+5) exceeds max (4;
 probably corrupt input), discarding one
 Error while decoding stream #0:0: Invalid data found when processing input
 [h264 @ 0x919df80] reference count overflow
 [h264 @ 0x91792e0] concealing 197 DC, 197 AC, 197 MV errors in P frame
 [h264 @ 0x919df80] decode_slice_header error
 [h264 @ 0x9179e20] Reference 8 >= 4
 [h264 @ 0x9179e20] [h264 @ 0x919e540] mmco: unref short failure
 error while decoding MB 5 0, bytestream (6335)
 [h264 @ 0x9179e20] concealing 300 DC, 300 AC, 300 MV errors in P frame
 [h264 @ 0x910cf20] reference picture missing during reorder
 Error while decoding stream #0:0: Invalid data found when processing input
 [h264 @ 0x910cf20] reference picture missing during reorder
 [h264 @ 0x910cf20] Missing reference picture, default is 65728
 [h264 @ 0x917a4a0] concealing 92 DC, 92 AC, 92 MV errors in B frame
     Last message repeated 1 times
 [h264 @ 0x910cf20]     Last message repeated 1 times
 [h264 @ 0x919e540] Reference 2 >= 2
 [h264 @ 0x9179880] Reference 2 >= 2
 [h264 @ 0x9105640] missing picture in access unit with size 6317
 Reference 10 >= 4
 [h264 @ 0x910cf20] error while decoding MB 15 0, bytestream (1033)
 [h264 @ 0x9179880] error while decoding MB 16 8, bytestream (2083)
 [h264 @ 0x9179880] concealing 173 DC, 173 AC, 173 MV errors in B frame
 [h264 @ 0x910bfe0] Reference 3 >= 2
 [h264 @ 0x910bfe0] error while decoding MB 7 0, bytestream (2125)
 [h264 @ 0x910bfe0] concealing 300 DC, 300 AC, 300 MV errors in B frame
 [h264 @ 0x9178d20] no frame!
 [h264 @ 0x919e540] error while decoding MB 15 4, bytestream (1526)
 [h264 @ 0x91792e0] Reference 3 >= 2
 [h264 @ 0x91792e0] error while decoding MB 3 1, bytestream (2049)
 [h264 @ 0x910cf20] concealing 300 DC, 300 AC, 300 MV errors in P frame
 [h264 @ 0x91792e0] reference picture missing during reorder
     Last message repeated 1 times
 [h264 @ 0x91792e0] Missing reference picture, default is 65734
     Last message repeated 1 times
 [h264 @ 0x919e540] concealing 254 DC, 254 AC, 254 MV errors in B frame
 [h264 @ 0x91792e0] Reference 4 >= 4
 [h264 @ 0x91792e0] error while decoding MB 2 2, bytestream (6126)
 [h264 @ 0x91792e0] illegal memory management control operation 21
 [h264 @ 0x91792e0] Reference 3 >= 2
 [h264 @ 0x91792e0] error while decoding MB 12 2, bytestream (1817)
 [h264 @ 0x91792e0] reference picture missing during reorder
 [h264 @ 0x91792e0] Missing reference picture, default is 65736
 [h264 @ 0x91792e0] Reference 4 >= 4
 [h264 @ 0x91792e0] error while decoding MB 7 1, bytestream (5439)
 [h264 @ 0x91792e0] Reference 3 >= 2
 [h264 @ 0x91792e0] error while decoding MB 3 0, bytestream (1767)
 [h264 @ 0x91792e0] reference picture missing during reorder
 [h264 @ 0x91792e0] Missing reference picture, default is 65738
 [h264 @ 0x91792e0] gray chroma
 [h264 @ 0x91792e0] error while decoding MB 0 1, bytestream (28)
 [h264 @ 0x9179880] mmco: unref short failure
 [h264 @ 0x9179880] number of reference frames (0+5) exceeds max (4;
 probably corrupt input), discarding one
 [h264 @ 0x91792e0] concealing 300 DC, 300 AC, 300 MV errors in P frame
 [h264 @ 0x9179880] reference count overflow
 [h264 @ 0x9179880] decode_slice_header error
 [h264 @ 0x9179e20] mmco: unref short failure
 [h264 @ 0x9179e20] number of reference frames (0+5) exceeds max (4;
 probably corrupt input), discarding one
 [h264 @ 0x917a4a0] Reference 4 >= 4
 [h264 @ 0x917a4a0] error while decoding MB 1 0, bytestream (5753)
 [h264 @ 0x9179e20] Reference 2 >= 2
 [h264 @ 0x9179e20] [h264 @ 0x917a4a0] concealing 300 DC, 300 AC, 300 MV
 errors in P frame
 [h264 @ 0x919e540] error while decoding MB 0 0, bytestream (-7)
 [h264 @ 0x919df80] Reference 3 >= 3
 error while decoding MB 1 2, bytestream (2436)
 [h264 @ 0x919df80] [h264 @ 0x9179e20] Error while decoding stream #0:0:
 Invalid data found when processing input
 concealing 300 DC, 300 AC, 300 MV errors in B frame
 [h264 @ 0x910cf20] Reference 5 >= 2
 [h264 @ 0x910cf20] error while decoding MB 13 4, bytestream (1660)
 [h264 @ 0x919df80] concealing 256 DC, 256 AC, 256 MV errors in B frame
 [h264 @ 0x919e540] concealing 300 DC, 300 AC, 300 MV errors in I frame
 [h264 @ 0x910bfe0] top block unavailable for requested intra mode at 2 0
 [h264 @ 0x910bfe0] error while decoding MB 2 0, bytestream (5709)
 [h264 @ 0x910bfe0] error while decoding MB 16 1, bytestream (2286)
 concealing 300 DC, 300 AC, 300 MV errors in P frame
 [h264 @ 0x91792e0] reference count overflow
 [h264 @ 0x91792e0] decode_slice_header error
 [h264 @ 0x9179880] [h264 @ 0x910cf20] concealing 300 DC, 300 AC, 300 MV
 errors in B frame
 [h264 @ 0x9178d20] Reference 2 >= 2
 [h264 @ 0x9178d20] error while decoding MB 9 0, bytestream (1487)
 [h264 @ 0x9178d20] concealing 300 DC, 300 AC, 300 MV errors in B frame
 mmco: unref short failure
 [h264 @ 0x9179880] number of reference frames (0+5) exceeds max (4;
 probably corrupt input), discarding one
 [h264 @ 0x9179e20] Reference 7 >= 4
 [h264 @ 0x9179e20] error while decoding MB 15 1, bytestream (5651)
 [h264 @ 0x9179880] concealing 6 DC, 6 AC, 6 MV errors in B frame
 [h264 @ 0x917a4a0] Reference 3 >= 3
 [h264 @ 0x917a4a0] error while decoding MB 4 1, bytestream (1599)
 [h264 @ 0x9179e20] concealing 300 DC, 300 AC, 300 MV errors in P frame
 [h264 @ 0x919df80] top block unavailable for requested intra mode at 2 0
 [h264 @ 0x919df80] error while decoding MB 2 0, bytestream (1655)
 [h264 @ 0x919df80] concealing 300 DC, 300 AC, 300 MV errors in B frame
 [h264 @ 0x917a4a0] concealing 300 DC, 300 AC, 300 MV errors in B frame
 [h264 @ 0x910cf20] concealing 253 DC, 253 AC, 253 MV errors in B frame
 [h264 @ 0x910bfe0] top block unavailable for requested intra4x4 mode -1 at
 5 0
 [h264 @ 0x910bfe0] error while decoding MB 5 0, bytestream (6612)
 [h264 @ 0x919e540] gray chroma
 [h264 @ 0x910bfe0] concealing 300 DC, 300 AC, 300 MV errors in P frame
 [h264 @ 0x9178d20] Reference 3 >= 3
 [h264 @ 0x9178d20] error while decoding MB 0 1, bytestream (531)
 [h264 @ 0x9178d20] concealing 300 DC, 300 AC, 300 MV errors in B frame
 [h264 @ 0x9179880] Reference 4 >= 4
 [h264 @ 0x9179880] error while decoding MB 1 0, bytestream (6482)
 [h264 @ 0x919e540] error while decoding MB 5 7, bytestream (4473)
 [h264 @ 0x9179880] concealing 300 DC, 300 AC, 300 MV errors in P frame
 [h264 @ 0x919e540] concealing 204 DC, 204 AC, 204 MV errors in P frame
 [h264 @ 0x91792e0] gray chroma
 [h264 @ 0x91792e0] error while decoding MB 10 8, bytestream (1529)
 [h264 @ 0x91792e0] concealing 179 DC, 179 AC, 179 MV errors in B frame
 [h264 @ 0x9179e20] Reference 3 >= 3
 [h264 @ 0x9179e20] error while decoding MB 0 6, bytestream (960)
 [h264 @ 0x917a4a0] Reference 2 >= 2
 [h264 @ 0x917a4a0] error while decoding MB 10 2, bytestream (1023)
 [h264 @ 0x9179e20] concealing 229 DC, 229 AC, 229 MV errors in B frame
 [h264 @ 0x917a4a0] Reference 6 >= 4
 [h264 @ 0x917a4a0] error while decoding MB 15 0, bytestream (1693)
 [h264 @ 0x917a4a0] concealing 300 DC, 300 AC, 300 MV errors in p frame
 [h264 @ 0x919df80] Reference 7 >= 3
 [h264 @ 0x919df80] error while decoding MB 13 0, bytestream (1222)
 [h264 @ 0x910cf20] top block unavailable for requested intra4x4 mode -1 at
 0 0
 [h264 @ 0x910cf20] error while decoding MB 0 0, bytestream (619)
 [h264 @ 0x919df80] concealing 300 DC, 300 AC, 300 MV errors in B frame
 [h264 @ 0x910bfe0] [h264 @ 0x9178d20] Reference 2 >= 2
 [h264 @ 0x9178d20] error while decoding MB 7 0, bytestream (717)
 concealing 255 DC, 255 AC, 255 MV errors in B frame
 [h264 @ 0x9178d20] concealing 300 DC, 300 AC, 300 MV errors in B frame
 [h264 @ 0x919e540] Reference 2 >= 2
 [h264 @ 0x919e540] error while decoding MB 4 2, bytestream (656)
 [h264 @ 0x91792e0] Reference 4 >= 4
 [h264 @ 0x91792e0] error while decoding MB 5 0, bytestream (3449)
 [h264 @ 0x919e540] concealing 300 DC, 300 AC, 300 MV errors in B frame
 [h264 @ 0x9179880] Reference 6 >= 3
 [h264 @ 0x9179880] error while decoding MB 7 1, bytestream (719)
 [h264 @ 0x910cf20] Reference 2 >= 2
 [h264 @ 0x91792e0] [h264 @ 0x910cf20] error while decoding MB 7 4,
 bytestream (101)
 [h264 @ 0x910cf20] [h264 @ 0x9179880] Reference 2 >= 2
 [h264 @ 0x9179880] error while decoding MB 12 0, bytestream (639)
 concealing 262 DC, 262 AC, 262 MV errors in B frame
 concealing 300 DC, 300 AC, 300 MV errors in P frame
 [h264 @ 0x917a4a0] Reinit context to 16x160, pix_fmt: 0
 [h264 @ 0x9179880] gray chroma
 [h264 @ 0x9179880] error while decoding MB 12 3, bytestream (694)
 [h264 @ 0x9179880] concealing 277 DC, 277 AC, 277 MV errors in P frame
 [h264 @ 0x9179e20] Reference 4 >= 2
 [h264 @ 0x9179e20] error while decoding MB 14 0, bytestream (497)
 [h264 @ 0x917a4a0] deblocking_filter_idc 4 out of range
 [h264 @ 0x917a4a0] decode_slice_header error
 [h264 @ 0x9179e20] concealing 300 DC, 300 AC, 300 MV errors in B frame
 [h264 @ 0x919df80] cabac_init_idc overflow
 [h264 @ 0x919df80] decode_slice_header error
 [h264 @ 0x9105640] missing picture in access unit with size 217
 [h264 @ 0x919e540] left block unavailable for requested intra mode at 0 0
 [h264 @ 0x919e540] error while decoding MB 0 0, bytestream (1155)
 [h264 @ 0x910bfe0] mmco: unref short failure
     Last message repeated 1 times
 [h264 @ 0x910bfe0] This stream was generated by a broken encoder, invalid
 8x8 inference
 [h264 @ 0x910bfe0] decode_slice_header error

 Program received signal SIGINT, Interrupt.
 0xb7f8bea5 in __pthread_cond_wait (cond=0x9177804, mutex=0x917787c)
     at pthread_cond_wait.c:153
 153     pthread_cond_wait.c: No such file or directory.
 (gdb) bt
 #0  0xb7f8bea5 in __pthread_cond_wait (cond=0x9177804, mutex=0x917787c)
     at pthread_cond_wait.c:153
 #1  0x085cd75c in submit_packet (avpkt=0xbffff2a8, p=0x9177acc)
     at libavcodec/pthread.c:515
 #2  ff_thread_decode_frame (avctx=avctx at entry=0x9105640,
     picture=picture at entry=0x919eb00,
     got_picture_ptr=got_picture_ptr at entry=0xbffff504,
     avpkt=avpkt at entry=0xbffff2a8) at libavcodec/pthread.c:602
 #3  0x08676db4 in avcodec_decode_video2 (avctx=0x9105640,
     picture=picture at entry=0x919eb00,
     got_picture_ptr=got_picture_ptr at entry=0xbffff504,
     avpkt=avpkt at entry=0xbffff750) at libavcodec/utils.c:1980
 #4  0x080b366d in decode_video (ist=ist at entry=0x9107740,
     pkt=pkt at entry=0xbffff750, got_output=got_output at entry=0xbffff504)
     at ffmpeg.c:1668
 #5  0x080b758a in output_packet (pkt=0xbffff6e8, ist=0x9107740)
     at ffmpeg.c:1866
 #6  process_input (file_index=1) at ffmpeg.c:3085
 #7  0x080a2e33 in transcode_step () at ffmpeg.c:3181
 #8  transcode () at ffmpeg.c:3233
 #9  main (argc=<optimized out>, argv=<optimized out>) at ffmpeg.c:3411
 (gdb)
 }}}

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2927>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list