Skip to content

Instantly share code, notes, and snippets.

@ryanmarin
Created October 30, 2018 15:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanmarin/a960a2d36bbb1af744f95969915f5ea6 to your computer and use it in GitHub Desktop.
Save ryanmarin/a960a2d36bbb1af744f95969915f5ea6 to your computer and use it in GitHub Desktop.
Thread 1 "ffmpeg_g" received signal SIGSEGV, Segmentation fault.
0x00000000004c560b in ff_filter_activate_default (filter=<optimized out>) at libavfilter/avfilter.c:1278
1278 if (filter->outputs[i]->frame_wanted_out &&
(gdb) backtrace
#0 0x00000000004c560b in ff_filter_activate_default (filter=<optimized out>) at libavfilter/avfilter.c:1278
#1 ff_filter_activate (filter=0x208f980) at libavfilter/avfilter.c:1429
#2 0x00000000004c8dcc in ff_filter_graph_run_once (graph=<optimized out>) at libavfilter/avfiltergraph.c:1454
#3 0x00000000004c94f6 in get_frame_internal (samples=<optimized out>, flags=1, frame=0x0, ctx=0x20afa00) at libavfilter/buffersink.c:110
#4 av_buffersink_get_frame_flags (ctx=0x20afa00, frame=frame@entry=0x0, flags=flags@entry=1) at libavfilter/buffersink.c:121
#5 0x00000000004c8b49 in avfilter_graph_request_oldest (graph=0x20944c0) at libavfilter/avfiltergraph.c:1407
#6 0x00000000004a5c9c in transcode_from_filter (best_ist=<synthetic pointer>, graph=<optimized out>) at fftools/ffmpeg.c:4540
#7 transcode_step () at fftools/ffmpeg.c:4615
#8 transcode () at fftools/ffmpeg.c:4691
#9 0x00000000004837b2 in main (argc=<optimized out>, argv=0x7fffffffddf8) at fftools/ffmpeg.c:4898
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment