ChinnaSuhas / ossbuild

Automatically exported from code.google.com/p/ossbuild
Other
0 stars 1 forks source link

segfault in libx264 #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
andoni@ANDONI-PC /c/gstreamer/bin
$ gdb gst-launch.exe 
GNU gdb (GDB) 7.1
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "mingw32".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from c:\gstreamer\bin/gst-launch.exe...(no debugging symbols 
found)...done.
(gdb) run videotestsrc ! x264enc ! fakesink -v
Starting program: c:\gstreamer\bin/gst-launch.exe videotestsrc ! x264enc ! 
fakesink -v
[New Thread 2412.0x6d4]
Setting pipeline to PAUSED ...
/GstPipeline:pipeline0/GstVideoTestSrc:videotestsrc0.GstPad:src: caps = 
video/x-raw-yuv, format=(fourcc)I420, color-matrix=(string)sdtv, 
chroma-site=(string)mpeg2, width=(int)320, height=(int)240, 
framerate=(fraction)30/1
Pipeline is PREROLLING ...
/GstPipeline:pipeline0/GstX264Enc:x264enc0.GstPad:src: caps = video/x-h264, 
width=(int)320, height=(int)240, framerate=(fraction)30/1, 
pixel-aspect-ratio=(fraction)1/1, 
codec_data=(buffer)014d4015ffe10017674d401592540a0fd80880000003008000001e078b175
001000468ef3c80, stream-format=(string)avc
/GstPipeline:pipeline0/GstX264Enc:x264enc0.GstPad:sink: caps = video/x-raw-yuv, 
format=(fourcc)I420, color-matrix=(string)sdtv, chroma-site=(string)mpeg2, 
width=(int)320, height=(int)240, framerate=(fraction)30/1
[New Thread 2412.0xabc]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 2412.0xabc]
0x64607be0 in x264_macroblock_cache_save ()
   from c:\gstreamer\bin\libx264-98.dll
(gdb) bt
#0  0x64607be0 in x264_macroblock_cache_save ()
   from c:\gstreamer\bin\libx264-98.dll
#1  0x015353eb in ?? ()
(gdb) 

Original issue reported on code.google.com by ylatuya on 5 Jul 2010 at 11:19

GoogleCodeExporter commented 9 years ago
Fixed in trunk. Please see SVN r759.

Original comment by david.g.hoyt on 20 Jul 2010 at 12:05