Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: mp3/mplayer and ash BUG or NOT BUG ???



Matthias Raus wrote:
> Hi,
> 
> is there any progress with regard to the stopping problem? I've 
> installed MPlayer-0.90rc5 now, but the problem remains, so we have to 
> fix the MPlayer-plugin...

This is not a problem of mplayer.
Have you tried the latest suggestion from Stefan Huelswitt?
I haven't had time to try it yet so you might want to do this:

<quote>
But looking at the code noticed a possibility for a race
condition.

in player-mplayer.c cMPlayerPlayer::Fork():

  if(MPlayerSetup.SlaveMode) {
    close(inpipe[0]); inpipe[0]=-1;
    close(outpipe[1]); outpipe[1]=-1;
    fcntl(outpipe[0],F_SETFL,O_NONBLOCK);
    run=slave=true;

remove the inpipe[0]=-1 & outpipe[1]=-1
</quote>

Cheers,
Juri



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index