[mythtv] Re: [mythtv-commits] mythtv commit: r7013 by danielk

Daniel Kristjansson danielk at cuymedia.net
Thu Aug 11 21:47:16 UTC 2005


On Thu, 2005-08-11 at 22:25 +0100, Stuart Auchterlonie wrote:
> On Thu, Aug 11, 2005 at 02:53:22PM -0400, Daniel Kristjansson wrote:
> > On Thu, 2005-08-11 at 19:05 +0100, John Pullan wrote:
> > > I still have a number of issues with the full scan :
> > > 
> > > 1) Adds far too many transports, i.e one for each frequency. This
> > > fundamentally because tune transport is always returning true.
> > Another way of seeing it, is that it is because of how we react to 
> > tune transport, we shouldn't insert the transport in the DB until we
> > get an NIT... 
> > I didn't fix this because I didn't get reply from you on my request
> > that you test the new scanner patch I sent you. Commit 7014 adds that
> > code, but you need to undefine USE_SIPARSER to test it.
> > 
> 
> This crashes on either full scan or existing transport scan
> with the following bt.

> #2  0xb7bfb8b7 in DTVSignalMonitor::SetMGT (this=0x81a0e88,
> mgt=0x81373d8) at dtvsignalmonitor.cpp:236
> #6  0xb7d9a1e9 in DVBStreamData::UpdateNIT (this=0x817cb98,
> t0=0x81373d8) at mpeg/moc_dvbstreamdata.cpp:114

That's weird the UpdateNIT signal is being sent to the SetMGT slot.
I think John Pullan had this same problem a while back...

I'll do some more research on Qt signals getting directed to the
wrong places...

-- Daniel



More information about the mythtv-dev mailing list