[FFmpeg-devel] [GSoC 2015] Segmentation fault with av_malloc()

Ronald S. Bultje rsbultje at gmail.com
Fri Jul 3 21:02:21 CEST 2015


Hi Niklesh,

On Fri, Jul 3, 2015 at 1:47 PM, Niklesh Lalwani <lalwani1994 at gmail.com>
wrote:

> Hello everyone,
>
> I am working with movtextdec.c to implement support for various Text
> Modifier Boxes. I am getting a segmentation fault with m->style_temp =
> av_malloc() and I cannot figure out why.


Allocation segmentation faults are almost universally caused by memory
corruption earlier on in your program, try using address sanitizer or
valgrind.

Ronald


More information about the ffmpeg-devel mailing list