On Fri, 2005-10-07 at 17:05 -0500, David Engel wrote: > To help further narrow things down, this change looks like it fits the > time frame when the problem started for me. > > 7390 | danielk | 2005-10-04 17:58:36 -0500 (Tue, 04 Oct 2005) | 9 lines > > Really fix the "Re-enter LiveTV quickly" problem. > > > > This uses sched_yield() to let WaitForEventThreadSleep() > > start waiting. And if that fails it lowers the wait > > period in the event loop to 1 second. This means > > that SpawnLiveTV will always return before the > > frontend times out.
Hmmm, yeah that could cause it. It slightly changed the semantics of WaitForEventThreadSleep(). Can you try changing that call on about line 435 in TVRec to: WaitForEventThreadSleep(false); and tell me if that works? -- Daniel
_______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
