Re: [mythtv] more on dvb record failure (race condition in signalmonitor.cpp?)

2005-08-23 Thread Mark Weaver
Daniel Kristjansson wrote: On Mon, 2005-08-22 at 17:18 +0100, Mark Weaver wrote: Mark Weaver wrote: I am also having trouble with DVB (livetv|recording) -- sometimes getting the PMT timeout. I have tried latest SVN but the backend seems very unstable for me. I've done a little debugging, s

Re: [mythtv] more on dvb record failure (race condition in signalmonitor.cpp?)

2005-08-23 Thread Mark Weaver
From the stack trace it looks like this is due to the lack of input handling code in DVBChannel. This is an old bug, but TVRec used to have special case code to work around the DVBChannel bug which I removed not knowing what it was. I just committed a fix which should prevent this DVBChannel bug

Re: [mythtv] more on dvb record failure (race condition in signalmonitor.cpp?)

2005-08-22 Thread Ciaran
On 22/08/05, Daniel Kristjansson <[EMAIL PROTECTED]> wrote: > On Mon, 2005-08-22 at 17:18 +0100, Mark Weaver wrote: > > Mark Weaver wrote: > > > I am also having trouble with DVB (livetv|recording) -- sometimes > > > getting the PMT timeout. I have tried latest SVN but the backend seems > > > very

Re: [mythtv] more on dvb record failure (race condition in signalmonitor.cpp?)

2005-08-22 Thread Daniel Kristjansson
On Mon, 2005-08-22 at 17:18 +0100, Mark Weaver wrote: > Mark Weaver wrote: > > I am also having trouble with DVB (livetv|recording) -- sometimes > > getting the PMT timeout. I have tried latest SVN but the backend seems > > very unstable for me. I've done a little debugging, so far I think I >

Re: [mythtv] more on dvb record failure (race condition in signalmonitor.cpp?)

2005-08-22 Thread Mark Weaver
Mark Weaver wrote: I am also having trouble with DVB (livetv|recording) -- sometimes getting the PMT timeout. I have tried latest SVN but the backend seems very unstable for me. I've done a little debugging, so far I think I have found a race condition in signalmonitor.cpp: Hmm, ok maybe that

Re: [mythtv] more on dvb record failure (race condition in signalmonitor.cpp?)

2005-08-22 Thread Mark Weaver
I am also having trouble with DVB (livetv|recording) -- sometimes getting the PMT timeout. I have tried latest SVN but the backend seems very unstable for me. I've done a little debugging, so far I think I have found a race condition in signalmonitor.cpp: In signalmonitor.cpp there is a rac