Bug#600783: php5-ffmpeg: Segfault when using toGDImage

2011-06-17 Thread bodik
Hello, yesterday we have encountered exacly the same problem. We found that using php5-ffmpeg from debian build segfaults in toGDImage. while googleing we derived this workaround, which is basically only rebuild of debian sources, with minor change in source code, probably due to name refactoring

Bug#600783: php5-ffmpeg: Segfault when using toGDImage

2010-10-19 Thread Raiser
Package: php5-ffmpeg Version: 0.6.0-2 Severity: normal Hi When calling toGDImage i got this: [Mon Oct 18 11:52:58 2010] [notice] child pid 26401 exit signal Segmentation fault (11) $this->video = new ffmpeg_movie($path); $frame = $this->video->getFrame($num); $image = $frame->toGDImage(); tha