I use Ubuntu Breezy and pymedia-1.3.5.0.

2006/2/10, Dmitry Borisov <[EMAIL PROTECTED]>:
Can you post what version/OS is that and what files did you try to use ?
Dmitry/

> Hi,
>
> When I launch the recode_audio.py example, I get a segfault. Thanks to
> GDB, the segfaults is triggered by a memcpy with a negative size.
>
> // Copy the rest of the buffer to the temp place in the codec
> if( iLen- iPos )
> {
>           obj->iPaddedPos= iLen- iPos;
>           memcpy( obj->pPaddedBuf, sData+ iPos, obj->iPaddedPos );
> }
>
> Hope it helps.
>
> Alexis ROBERT



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Pymedia-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pymedia-users

Reply via email to