> 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. _______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
