I think this is a problem from ffmpeg-php lib, not Debian.<div>Debian its our local server. This PHP application need be deployed in a CentOS server (external server). After install the same version of the lib, I got the same error. I installed 0.6.0 version: same problem. Then, I got the trunk version and installed here (Debian) and at CentOS server, both solved.</div>
<div><br></div><div>At moment, I can&#39;t regride the lib version at server because there are projects here running and needing this library working, I will not have permission to do this for now. I will try recreate the problem in another machine to put here.</div>
<div><br></div><div>If somebody more can try recreate, here are the steps:</div><div><br></div><div>1) Install Apache + PHP 5 + php5-ffmpeg</div><div><br>2) At server root, put any FLV file and a php file with this content (change the FLV filename at php file):</div>
<div><br></div><div>&lt;?php</div><div><br></div><div>header(&quot;Content-Type: image/jpeg&quot;);</div><div><br></div><div><div>$movie = new ffmpeg_movie(&quot;flv_file_name_here.flv&quot;);</div><div>$height = $movie-&gt;getFrameHeight ();</div>
<div>$width = $movie-&gt;getFrameWidth ();</div><div><span class="Apple-tab-span" style="white-space:pre"><br></span></div><div>$image = imagecreatetruecolor ( $width , $height ) ;</div><div>$frame = new ffmpeg_frame($image);</div>
<div>$frame = $movie-&gt;getFrame(100);</div><div>$image = $frame-&gt;toGDImage();</div><div><br></div><div>imagejpeg($image, null, 100);</div></div><div>?&gt;</div><div><br></div><div>3) If an image of frame 100 appear, sucess! But will be a loop and Apache logs will show the message.</div>
<div><br></div><div><br></div><div>Saulo</div><div><br><div class="gmail_quote">2011/1/4 Raphael Geissert <span dir="ltr">&lt;<a href="mailto:geissert@debian.org">geissert@debian.org</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
tag 608926 moreinfo<br>
thanks<br>
<div class="im"><br>
On 4 January 2011 23:18, Saulo Soares de Toledo &lt;<a href="mailto:saulotoledo@gmail.com">saulotoledo@gmail.com</a>&gt; wrote:<br>
&gt; I&#39;m just using &quot;$movie = new ffmpeg_movie(&#39;someFLVFile.flv&#39;) and my script<br>
&gt; enter in a loop. Apache logs shows me a lot of messages like this:<br>
<br>
</div>I would need more information, like what does the script do after<br>
creating the ffmpeg_movie object? what version of ffmpeg are you<br>
using?<br>
<div class="im"><br>
&gt; *** glibc detected *** /usr/sbin/apache2: corrupted double-linked list:<br>
&gt; *** 0x00000000026574a0 ***<br>
<br>
</div>Please generate a backtrace and paste it here. You can find<br>
instructions to do so at<br>
<a href="http://bugs.php.net/bugs-generating-backtrace.php" target="_blank">http://bugs.php.net/bugs-generating-backtrace.php</a><br>
<div class="im"><br>
&gt; = { laEntry 2 }<br>
&gt; Cannot adopt OID in UCD-SNMP-MIB: laIndex ::= { laEntry 1 }<br>
&gt;<br>
<br>
</div>That comes from snmp (via php5-snmp maybe) and is irrelevant.<br>
<br>
Cheers,<br>
<font color="#888888">--<br>
Raphael Geissert - Debian Developer<br>
<a href="http://www.debian.org" target="_blank">www.debian.org</a> - <a href="http://get.debian.net" target="_blank">get.debian.net</a><br>
</font></blockquote></div><br></div>