[mythtv-commits] Ticket #2559: New video source just hangs.

MythTV mythtv at cvs.mythtv.org
Tue Oct 10 08:47:28 UTC 2006


#2559: New video source just hangs.
--------------------------------+-------------------------------------------
 Reporter:  DannyCan at gmail.com  |        Owner:  stuartm 
     Type:  defect              |       Status:  assigned
 Priority:  minor               |    Milestone:  0.21    
Component:  mythtv              |      Version:  head    
 Severity:  medium              |   Resolution:          
--------------------------------+-------------------------------------------
Comment (by stuartm):

 Out of curiousity, what version of QT are you using?

 It doesn't seem to be handling the QProcess object correctly -
 tv_find_grabbers is missing from your system but QProcess::start() and
 QProcess::isRunning() both return true, which shouldn't be happening.

 I'll add a timeout to the isRunning loop and reorganise that code, which
 I've been meaning to do anyway, but the only way of really fixing this
 will probably be to search through each directory in path to check if
 tv_find_grabbers exists before creating the object.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/2559#comment:4>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list