[FFmpeg-trac] #7098(undetermined:new): Segmentation fault: 11 with -hwaccel auto on macOS10.12.6

FFmpeg trac at avcodec.org
Wed Mar 21 07:33:58 EET 2018


#7098: Segmentation fault: 11 with  -hwaccel auto on macOS10.12.6
-------------------------------------+-------------------------------------
             Reporter:  ponpon       |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Segmentation fault: 11 happens with  {{{-hwaccel auto}}}. with {{{-hwaccel
 videotoolbox}}}, it doesn't.
 source is made with
 {{{
 ffmpeg -y -i bridge_close_qcif.y4m -vf scale=720:480 -t 1 480.mp4
 }}}
 from https://xiph-media.net/video/derf/y4m/bridge_close_qcif.y4m

 {{{
 ./ffmpeg -y -hwaccel auto -i 480.mp4 -f null /dev/null
 ffmpeg version N-90389-g72bb955625 Copyright (c) 2000-2018 the FFmpeg
 developers
   built with Apple LLVM version 8.1.0 (clang-802.0.42)
   configuration:
   libavutil      56. 11.100 / 56. 11.100
   libavcodec     58. 14.100 / 58. 14.100
   libavformat    58. 10.100 / 58. 10.100
   libavdevice    58.  2.100 / 58.  2.100
   libavfilter     7. 13.100 /  7. 13.100
   libswscale      5.  0.102 /  5.  0.102
   libswresample   3.  0.101 /  3.  0.101
 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '480.mp4':
   Metadata:
     major_brand     : isom
     minor_version   : 512
     compatible_brands: isomiso2avc1mp41
     encoder         : Lavf58.10.100
   Duration: 00:00:01.00, start: 0.000000, bitrate: 1093 kb/s
     Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p,
 720x480 [SAR 2816:3159 DAR 1408:1053], 1083 kb/s, 29.97 fps, 29.97 tbr,
 30k tbn, 59.94 tbc (default)
     Metadata:
       handler_name    : VideoHandler
 [h264 @ 0x7f9421004800] Using auto hwaccel type videotoolbox with new
 default device.
 Stream mapping:
   Stream #0:0 -> #0:0 (h264 (native) -> wrapped_avframe (native))
 Press [q] to stop, [?] for help
 Segmentation fault: 11
 }}}

 lldblog
 {{{
 lldb ./ffmpeg_g
 (lldb) target create "./ffmpeg_g"
 Current executable set to './ffmpeg_g' (x86_64).
 (lldb) r  -y -hwaccel auto -loglevel debug -i 480.mp4 -f null /dev/null
 Process 19485 launched: './ffmpeg_g' (x86_64)
 ffmpeg version N-90389-g72bb955625 Copyright (c) 2000-2018 the FFmpeg
 developers
   built with Apple LLVM version 8.1.0 (clang-802.0.42)
   configuration:
   libavutil      56. 11.100 / 56. 11.100
   libavcodec     58. 14.100 / 58. 14.100
   libavformat    58. 10.100 / 58. 10.100
   libavdevice    58.  2.100 / 58.  2.100
   libavfilter     7. 13.100 /  7. 13.100
   libswscale      5.  0.102 /  5.  0.102
   libswresample   3.  0.101 /  3.  0.101
 Splitting the commandline.
 Reading option '-y' ... matched as option 'y' (overwrite output files)
 with argument '1'.
 Reading option '-hwaccel' ... matched as option 'hwaccel' (use HW
 accelerated decoding) with argument 'auto'.
 Reading option '-loglevel' ... matched as option 'loglevel' (set logging
 level) with argument 'debug'.
 Reading option '-i' ... matched as input url with argument '480.mp4'.
 Reading option '-f' ... matched as option 'f' (force format) with argument
 'null'.
 Reading option '/dev/null' ... matched as output url.
 Finished splitting the commandline.
 Parsing a group of options: global .
 Applying option y (overwrite output files) with argument 1.
 Applying option loglevel (set logging level) with argument debug.
 Successfully parsed a group of options.
 Parsing a group of options: input url 480.mp4.
 Applying option hwaccel (use HW accelerated decoding) with argument auto.
 Successfully parsed a group of options.
 Opening an input file: 480.mp4.
 [NULL @ 0x102800e00] Opening '480.mp4' for reading
 [file @ 0x102005e40] Setting default whitelist 'file,crypto'
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] Format mov,mp4,m4a,3gp,3g2,mj2
 probed with size=2048 and score=100
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] ISO: File Type Major Brand: isom
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] Unknown dref type 0x206c7275 size
 12
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] Processing st: 0, edit list 0 -
 media time: 2002, duration: 30030
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] stts: 0 ctts: 2002, ctts_index: 0,
 ctts_count: 30
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] stts: 1001 ctts: 5005, ctts_index:
 1, ctts_count: 30
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] stts: 2002 ctts: 2002, ctts_index:
 2, ctts_count: 30
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] stts: 3003 ctts: 0, ctts_index: 3,
 ctts_count: 30
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] stts: 4004 ctts: 1001, ctts_index:
 4, ctts_count: 30
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] stts: 5005 ctts: 5005, ctts_index:
 5, ctts_count: 30
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] stts: 6006 ctts: 2002, ctts_index:
 6, ctts_count: 30
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] stts: 7007 ctts: 0, ctts_index: 7,
 ctts_count: 30
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] stts: 8008 ctts: 1001, ctts_index:
 8, ctts_count: 30
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] stts: 9009 ctts: 5005, ctts_index:
 9, ctts_count: 30
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] stts: 10010 ctts: 2002,
 ctts_index: 10, ctts_count: 30
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] stts: 11011 ctts: 0, ctts_index:
 11, ctts_count: 30
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] stts: 12012 ctts: 1001,
 ctts_index: 12, ctts_count: 30
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] stts: 13013 ctts: 5005,
 ctts_index: 13, ctts_count: 30
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] stts: 14014 ctts: 2002,
 ctts_index: 14, ctts_count: 30
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] stts: 15015 ctts: 0, ctts_index:
 15, ctts_count: 30
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] stts: 16016 ctts: 1001,
 ctts_index: 16, ctts_count: 30
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] stts: 17017 ctts: 5005,
 ctts_index: 17, ctts_count: 30
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] stts: 18018 ctts: 2002,
 ctts_index: 18, ctts_count: 30
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] stts: 19019 ctts: 0, ctts_index:
 19, ctts_count: 30
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] stts: 20020 ctts: 1001,
 ctts_index: 20, ctts_count: 30
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] stts: 21021 ctts: 5005,
 ctts_index: 21, ctts_count: 30
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] stts: 22022 ctts: 2002,
 ctts_index: 22, ctts_count: 30
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] stts: 23023 ctts: 0, ctts_index:
 23, ctts_count: 30
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] stts: 24024 ctts: 1001,
 ctts_index: 24, ctts_count: 30
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] stts: 25025 ctts: 5005,
 ctts_index: 25, ctts_count: 30
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] stts: 26026 ctts: 2002,
 ctts_index: 26, ctts_count: 30
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] stts: 27027 ctts: 0, ctts_index:
 27, ctts_count: 30
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] stts: 28028 ctts: 1001,
 ctts_index: 28, ctts_count: 30
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] stts: 29029 ctts: 2002,
 ctts_index: 29, ctts_count: 30
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] Offset DTS by 2002 to make first
 pts zero.
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] Setting codecpar->delay to 2 for
 stream st: 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] Before avformat_find_stream_info()
 pos: 136834 bytes read:33934 seeks:1 nb_streams:1
 [h264 @ 0x102802c00] nal_unit_type: 7, nal_ref_idc: 3
 [h264 @ 0x102802c00] nal_unit_type: 8, nal_ref_idc: 3
 [h264 @ 0x102802c00] nal_unit_type: 6, nal_ref_idc: 0
 [h264 @ 0x102802c00] nal_unit_type: 5, nal_ref_idc: 3
 [h264 @ 0x102802c00] Format yuv420p chosen by get_format().
 [h264 @ 0x102802c00] Reinit context to 720x480, pix_fmt: yuv420p
 [h264 @ 0x102802c00] no picture
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] All info found
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102800e00] After avformat_find_stream_info()
 pos: 22196 bytes read:66702 seeks:2 frames:1
 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '480.mp4':
   Metadata:
     major_brand     : isom
     minor_version   : 512
     compatible_brands: isomiso2avc1mp41
     encoder         : Lavf58.10.100
   Duration: 00:00:01.00, start: 0.000000, bitrate: 1093 kb/s
     Stream #0:0(und), 1, 1/30000: Video: h264 (High), 1 reference frame
 (avc1 / 0x31637661), yuv420p(left), 720x480 [SAR 2816:3159 DAR 1408:1053],
 0/1, 1083 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc (default)
     Metadata:
       handler_name    : VideoHandler
 Successfully opened the file.
 Parsing a group of options: output url /dev/null.
 Applying option f (force format) with argument null.
 Successfully parsed a group of options.
 Opening an output file: /dev/null.
 Successfully opened the file.
 [h264 @ 0x102804400] Using auto hwaccel type videotoolbox with new default
 device.
 detected 8 logical cores
 [h264 @ 0x10280ba00] nal_unit_type: 7, nal_ref_idc: 3
 [h264 @ 0x10280ba00] nal_unit_type: 8, nal_ref_idc: 3
 Stream mapping:
   Stream #0:0 -> #0:0 (h264 (native) -> wrapped_avframe (native))
 Press [q] to stop, [?] for help
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
     Last message repeated 1 times
 [h264 @ 0x10280ba00] nal_unit_type: 6, nal_ref_idc: 0
 [h264 @ 0x10280ba00] nal_unit_type: 5, nal_ref_idc: 3
 [h264 @ 0x10280ba00] Format videotoolbox_vld chosen by get_format().
 [h264 @ 0x10280ba00] Format videotoolbox_vld requires hwaccel
 initialisation.
 [h264 @ 0x10280ba00] Reinit context to 720x480, pix_fmt: videotoolbox_vld
 [h264 @ 0x10280ba00] no picture
 [h264 @ 0x102832000] nal_unit_type: 1, nal_ref_idc: 2
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 [h264 @ 0x102832000] no picture
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 [h264 @ 0x103000c00] nal_unit_type: 1, nal_ref_idc: 2
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 [h264 @ 0x104009200] nal_unit_type: 1, nal_ref_idc: 0
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 [h264 @ 0x10401f600] nal_unit_type: 1, nal_ref_idc: 0
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 [h264 @ 0x104035a00] nal_unit_type: 1, nal_ref_idc: 2
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 [h264 @ 0x10404be00] nal_unit_type: 1, nal_ref_idc: 2
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 [h264 @ 0x104062200] nal_unit_type: 1, nal_ref_idc: 0
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 [h264 @ 0x104078600] nal_unit_type: 1, nal_ref_idc: 0
 [h264 @ 0x10280ba00] nal_unit_type: 1, nal_ref_idc: 2
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 [h264 @ 0x102832000] nal_unit_type: 1, nal_ref_idc: 2
 ffmpeg_g was compiled with optimization - stepping may behave oddly;
 variables may not be available.
 Process 19485 stopped
 * thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS
 (code=1, address=0x8)
     frame #0: 0x0000000100d7f114 ffmpeg_g`av_hwframe_transfer_data
 [inlined] transfer_data_alloc(dst=<unavailable>, src=<unavailable>,
 flags=<unavailable>) at hwcontext.c:395 [opt]
    392
    393  static int transfer_data_alloc(AVFrame *dst, const AVFrame *src,
 int flags)
    394  {
 -> 395      AVHWFramesContext *ctx =
 (AVHWFramesContext*)src->hw_frames_ctx->data;
    396      AVFrame *frame_tmp;
    397      int ret = 0;
    398
 (lldb) bt
 * thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS
 (code=1, address=0x8)
   * frame #0: 0x0000000100d7f114 ffmpeg_g`av_hwframe_transfer_data
 [inlined] transfer_data_alloc(dst=<unavailable>, src=<unavailable>,
 flags=<unavailable>) at hwcontext.c:395 [opt]
     frame #1: 0x0000000100d7f114
 ffmpeg_g`av_hwframe_transfer_data(dst=0x000000010253bfc0,
 src=0x0000000102528c80, flags=0) at hwcontext.c:445 [opt]
     frame #2: 0x000000010000efca
 ffmpeg_g`hwaccel_retrieve_data(avctx=0x0000000102804400,
 input=0x0000000102528c80) at ffmpeg_hw.c:448 [opt]
     frame #3: 0x000000010001c137 ffmpeg_g`process_input_packet [inlined]
 decode_video(ist=<unavailable>, pkt=<unavailable>) at ffmpeg.c:2433 [opt]
     frame #4: 0x000000010001c0a2
 ffmpeg_g`process_input_packet(ist=<unavailable>, pkt=<unavailable>,
 no_eof=<unavailable>) at ffmpeg.c:2628 [opt]
     frame #5: 0x000000010001985a ffmpeg_g`transcode [inlined]
 process_input at ffmpeg.c:4472 [opt]
     frame #6: 0x00000001000192cf ffmpeg_g`transcode [inlined]
 transcode_step at ffmpeg.c:4592 [opt]
     frame #7: 0x00000001000177f9 ffmpeg_g`transcode at ffmpeg.c:4646 [opt]
     frame #8: 0x00000001000154b2 ffmpeg_g`main(argc=<unavailable>,
 argv=<unavailable>) at ffmpeg.c:4849 [opt]
     frame #9: 0x00007fffa0c09235 libdyld.dylib`start + 1
 (lldb) register read --all
 General Purpose Registers:
        rax = 0x0000000000000000
        rbx = 0x0000000102128740
        rcx = 0x0000000000000020
        rdx = 0x0000000000000000
        rdi = 0x0000000102128740
        rsi = 0x0000000102236fc0
        rbp = 0x00000000ffffffff
        rsp = 0x00007fff5fbfdd40
         r8 = 0x0000000000000001
         r9 = 0x0000000102128a20
        r10 = 0x0000000000000001
        r11 = 0x0000000000000002
        r12 = 0x0000000102128740
        r13 = 0x0000000102236fc0
        r14 = 0x0000000102236fc0
        r15 = 0x0000000000000000
        rip = 0x0000000100d7f114  ffmpeg_g`av_hwframe_transfer_data + 68
 [inlined] transfer_data_alloc at hwcontext.c:445
   ffmpeg_g`av_hwframe_transfer_data + 68 at hwcontext.c:445
     rflags = 0x0000000000010246
         cs = 0x000000000000002b
         fs = 0x0000000000000000
         gs = 0x0000000000000000
        eax = 0x00000000
        ebx = 0x02128740
        ecx = 0x00000020
        edx = 0x00000000
        edi = 0x02128740
        esi = 0x02236fc0
        ebp = 0xffffffff
        esp = 0x5fbfdd40
        r8d = 0x00000001
        r9d = 0x02128a20
       r10d = 0x00000001
       r11d = 0x00000002
       r12d = 0x02128740
       r13d = 0x02236fc0
       r14d = 0x02236fc0
       r15d = 0x00000000
         ax = 0x0000
         bx = 0x8740
         cx = 0x0020
         dx = 0x0000
         di = 0x8740
         si = 0x6fc0
         bp = 0xffff
         sp = 0xdd40
        r8w = 0x0001
        r9w = 0x8a20
       r10w = 0x0001
       r11w = 0x0002
       r12w = 0x8740
       r13w = 0x6fc0
       r14w = 0x6fc0
       r15w = 0x0000
         ah = 0x00
         bh = 0x87
         ch = 0x00
         dh = 0x00
         al = 0x00
         bl = 0x40
         cl = 0x20
         dl = 0x00
        dil = 0x40
        sil = 0xc0
        bpl = 0xff
        spl = 0x40
        r8l = 0x01
        r9l = 0x20
       r10l = 0x01
       r11l = 0x02
       r12l = 0x40
       r13l = 0xc0
       r14l = 0xc0
       r15l = 0x00

 Floating Point Registers:
      fctrl = 0x037f
      fstat = 0x0000
       ftag = 0x00
        fop = 0x0000
      fioff = 0x00000000
      fiseg = 0x0000
      fooff = 0x00000000
      foseg = 0x0000
      mxcsr = 0x00001fa0
   mxcsrmask = 0x0000ffff
      stmm0 = {0xd2 0xd5 0xd4 0xd5 0xd2 0xd5 0xd4 0xd5 0xff 0xff}
      stmm1 = {0xbb 0xb8 0xb6 0xb6 0xbb 0xb8 0xb6 0xb6 0xff 0xff}
      stmm2 = {0xb6 0xb5 0xb6 0xb6 0xc6 0xc6 0xd4 0xd5 0xff 0xff}
      stmm3 = {0xdb 0xd7 0xc8 0xbd 0xdb 0xd7 0xc8 0xbd 0xff 0xff}
      stmm4 = {0xc4 0xc2 0xbf 0xbd 0xc4 0xc2 0xbf 0xbd 0xff 0xff}
      stmm5 = {0xd2 0xd6 0xd6 0xd7 0xd2 0xd6 0xd6 0xd7 0xff 0xff}
      stmm6 = {0xda 0xdb 0xd6 0xd7 0xc9 0xc8 0xbf 0xbd 0xff 0xff}
      stmm7 = {0xc8 0xd0 0xd0 0xbf 0xa1 0x82 0x6c 0x65 0xff 0xff}
       ymm0 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0xff 0xff 0xff 0xff
 0xff 0xff 0xff 0xff 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
 0x00 0x00 0x00 0x00 0x00}
       ymm1 = {0x55 0x55 0x15 0x00 0x11 0x11 0x15 0x00 0x00 0x00 0x00 0x05
 0x00 0x00 0x00 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
 0x00 0x00 0x00 0x00 0x00}
       ymm2 = {0x84 0x56 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
 0x00 0x00 0x00 0x00 0x00}
       ymm3 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
 0x00 0x00 0x00 0x00 0x00}
       ymm4 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
 0x00 0x00 0x00 0x00 0x00}
       ymm5 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x00 0x00 0x00 0x00
 0x00 0x00 0x00 0x80 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
 0x00 0x00 0x00 0x00 0x00}
       ymm6 = {0x00 0x08 0x00 0x00 0x08 0x10 0x18 0x10 0x08 0x00 0x00 0x08
 0x10 0x18 0x20 0x28 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
 0x00 0x00 0x00 0x00 0x00}
       ymm7 = {0x03 0x03 0x03 0x03 0x03 0x03 0x03 0x03 0x00 0x00 0x00 0x00
 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
 0x00 0x00 0x00 0x00 0x00}
       ymm8 = {0xd1 0xd2 0xd2 0xd3 0xd3 0xd3 0xd3 0xd3 0xd0 0xcd 0xcb 0xc9
 0xc4 0xc1 0xbe 0xbc 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
 0x00 0x00 0x00 0x00 0x00}
       ymm9 = {0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0x00 0x00 0x00 0x00
 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
 0x00 0x00 0x00 0x00 0x00}
      ymm10 = {0x18 0x12 0x0d 0x05 0x02 0x00 0xfe 0xfb 0xf5 0xf1 0xeb 0xe8
 0xe2 0xde 0xdb 0xd9 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
 0x00 0x00 0x00 0x00 0x00}
      ymm11 = {0xc8 0xc7 0xc3 0xbe 0xbb 0xbb 0xbd 0xbd 0xbd 0xbb 0xb9 0xb7
 0xb4 0xb2 0xb1 0xb0 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
 0x00 0x00 0x00 0x00 0x00}
      ymm12 = {0x01 0x00 0x01 0x01 0x00 0x01 0x00 0x00 0x01 0x01 0x00 0x01
 0x00 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
 0x00 0x00 0x00 0x00 0x00}
      ymm13 = {0x00 0xff 0xff 0xff 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
 0x00 0x00 0x00 0x00 0x00}
      ymm14 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
 0x00 0x00 0x00 0x00 0x00}
      ymm15 = {0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01
 0x01 0x01 0x01 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
 0x00 0x00 0x00 0x00 0x00}
       xmm0 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0xff 0xff 0xff 0xff
 0xff 0xff 0xff 0xff}
       xmm1 = {0x55 0x55 0x15 0x00 0x11 0x11 0x15 0x00 0x00 0x00 0x00 0x05
 0x00 0x00 0x00 0x01}
       xmm2 = {0x84 0x56 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
 0x00 0x00 0x00 0x00}
       xmm3 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
 0x00 0x00 0x00 0x00}
       xmm4 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
 0x00 0x00 0x00 0x00}
       xmm5 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x00 0x00 0x00 0x00
 0x00 0x00 0x00 0x80}
       xmm6 = {0x00 0x08 0x00 0x00 0x08 0x10 0x18 0x10 0x08 0x00 0x00 0x08
 0x10 0x18 0x20 0x28}
       xmm7 = {0x03 0x03 0x03 0x03 0x03 0x03 0x03 0x03 0x00 0x00 0x00 0x00
 0x00 0x00 0x00 0x00}
       xmm8 = {0xd1 0xd2 0xd2 0xd3 0xd3 0xd3 0xd3 0xd3 0xd0 0xcd 0xcb 0xc9
 0xc4 0xc1 0xbe 0xbc}
       xmm9 = {0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0x00 0x00 0x00 0x00
 0x00 0x00 0x00 0x00}
      xmm10 = {0x18 0x12 0x0d 0x05 0x02 0x00 0xfe 0xfb 0xf5 0xf1 0xeb 0xe8
 0xe2 0xde 0xdb 0xd9}
      xmm11 = {0xc8 0xc7 0xc3 0xbe 0xbb 0xbb 0xbd 0xbd 0xbd 0xbb 0xb9 0xb7
 0xb4 0xb2 0xb1 0xb0}
      xmm12 = {0x01 0x00 0x01 0x01 0x00 0x01 0x00 0x00 0x01 0x01 0x00 0x01
 0x00 0x01 0x00 0x00}
      xmm13 = {0x00 0xff 0xff 0xff 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
 0x00 0x00 0x00 0x00}
      xmm14 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
 0x00 0x00 0x00 0x00}
      xmm15 = {0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01
 0x01 0x01 0x01 0x01}

 Exception State Registers:
     trapno = 0x0000000e
        err = 0x00000004
   faultvaddr = 0x0000000000000008
 }}}

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


More information about the FFmpeg-trac mailing list