Jason Garrett-Glaser <[email protected]> added the comment:
The files are in incoming, under issue2328. Here's the backtrace for the crash:
Program received signal SIGSEGV, Segmentation fault.
0x0000000000878b37 in av_strlcpy (dst=0x7fffffffd840 "ENCODER", src=0x0,
size=1024) at libavutil/avstring.c:67
67 while (++len < size && *src)
(gdb) bt
#0 0x0000000000878b37 in av_strlcpy (dst=0x7fffffffd840 "ENCODER", src=0x0,
size=1024) at libavutil/avstring.c:67
#1 0x000000000047131a in matroska_convert_tag (s=0x12334c0, list=0x1235aa0,
metadata=0x1235cc8, prefix=0x0) at libavformat/matroskadec.c:1037
#2 0x0000000000472fb2 in matroska_convert_tags (s=0x12334c0,
ap=<value optimized out>) at libavformat/matroskadec.c:1077
#3 matroska_read_header (s=0x12334c0, ap=<value optimized out>)
at libavformat/matroskadec.c:1523
#4 0x00000000004cd111 in av_open_input_stream (ic_ptr=0x7fffffffdf68,
pb=0x123c560, filename=0x7fffffffe47c "zzuf1.mkv", fmt=0xccfe60,
ap=<value optimized out>) at libavformat/utils.c:472
#5 0x00000000004cd629 in av_open_input_file (ic_ptr=<value optimized out>,
filename=<value optimized out>, fmt=0xccfe60,
buf_size=<value optimized out>, ap=0x7fffffffdf30)
at libavformat/utils.c:628
#6 0x000000000043655c in opt_input_file (filename=0x7fffffffe47c "zzuf1.mkv")
at ffmpeg.c:3033
#7 0x000000000043a738 in parse_options (argc=6, argv=0x7fffffffe1e8,
options=0x93ff20, parse_arg_function=0x438560 <opt_output_file>)
at cmdutils.c:204
#8 0x0000000000439782 in main (argc=6, argv=0x7fffffffe1e8) at ffmpeg.c:4203
(gdb)
----------
priority: normal -> important
________________________________________________
FFmpeg issue tracker <[email protected]>
<https://roundup.ffmpeg.org/issue2328>
________________________________________________