[mythtv] [Experimental PATCH] BIG DVB PATCH V3.4 Released

Taylor Jacob rtjacob at earthlink.net
Wed Jan 5 22:48:26 EST 2005


> i see in DVBSIParser::AddPid() an open() call and an ioctl call which if it
> fails does not close the fd. could this be a problem as i seem to recall the
> message i got was something about "failing to open section filter".

John caught a nasty bug in DVBSIParser::DelAllPids() that wasn't actually
closing all the pids but intead constantly closing FD 0.. This is fixed in my
cvs.. You can try changing

        close(it.data().fd);

to

         close(it.key());

and see if that fixes the issue.  If not let me know.

> sorry for the vagueness, but it is 2am and i wanted to get this out before i
> crashed.

No was helpful.


More information about the mythtv-dev mailing list