[mythtv] Re: [mythtv-commits] Re: Ticket #743: Fix "program not found in PAT" problem.

Stuart Auchterlonie stuarta at squashedfrog.net
Sat Dec 3 03:42:53 EST 2005


On Fri, Dec 02, 2005 at 10:51:06PM +0000, Stuart Auchterlonie wrote:
> > DVBRecorder::CloseFilters(void) ?
> > 
> > replace:
> >             close(_pid_filters[i]);
> > with:
> >             {
> >                 ioctl(_pid_filters[i], DMX_STOP);
> >                 close(_pid_filters[i]);
> >             }
> > 
> > This should be implicit in the close(). But I find making 
> > assumptions about DVB drivers tends to bring trouble.
> > 
> 
> ****Preliminary**** Testing shows that this is working.
> I will recheck the logs tommorrow morning and see if there
> are any further occurances. This is without my patch and
> only with this change.
> 

Found another one in the logs this morning.
Relatively unloaded so this doesn't fix the problem.


Stuart



More information about the mythtv-dev mailing list