[MPlayer-cvslog] r30243 - trunk/etc/codecs.conf

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sat Feb 20 16:10:22 CET 2010


On Sat, Feb 20, 2010 at 09:58:33AM -0500, compn wrote:
> >The reason is that in some situations select() just causes the application to quit.
> 
> harumph. i'll try adding some debug printfs and see where it takes me.
> any ideas where to start? http? network.c ? stream.c ?

tcp.c, line 212.
We come up to the select but none of the code after the select is ever
executed.
Extracting the select from the while shows the same behaviour, no code after
the select is executed.
Giving all-NULL arguments to select avoids this.
You could start by trying to remove
SetErrorMode(0x8003);
from mplayer.c and see if you get some helpful error message (well, no, with
Windows you certainly won't get a helpful error message, but you might at least
get some error that gives you a hint).


More information about the MPlayer-cvslog mailing list