[Live-devel] Problem in basicTaskScheduler.cpp

Matt Schuckmann matt at schuckmannacres.com
Thu Aug 6 10:35:16 PDT 2009


I was just trying to import your latest changes into our copy of 
liveMedia (actually all your changes from Jan of this year) and I found 
what I think is a typo in basicTaskScheduler.cpp on line 78.
I think you should change: err = 0;
to: err = EINTR;
The way it is now the if test on line 88 will will always be true 
whenever this odd quirk of windows occurs (which on my windows7 system 
right now is every time for the client) and the application will exit 
unexpectedly.

Let me know if I'm missing something here.

Thanks,
Matt S.


More information about the live-devel mailing list