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

2015-07-04 Thread Niklesh Lalwani
Figured it out. Valgrind was pretty helpful. Thanks again. -Niklesh On Sat, Jul 4, 2015 at 12:40 AM, Niklesh Lalwani wrote: > Thanks guys, I'll try it out. > > -Niklesh > ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/

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

2015-07-03 Thread Niklesh Lalwani
Thanks guys, I'll try it out. -Niklesh ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

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

2015-07-03 Thread Ronald S. Bultje
Hi Niklesh, On Fri, Jul 3, 2015 at 1:47 PM, Niklesh Lalwani 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 segmentat

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

2015-07-03 Thread wm4
On Fri, 3 Jul 2015 23:17:09 +0530 Niklesh Lalwani 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. I tried to play around with > se

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

2015-07-03 Thread Niklesh Lalwani
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. I tried to play around with several things to find out the reason, but in vain. Must be something pre