[mythtv-commits] Ticket #876: deadlock when request for remote end while showing "Coundnt connect" popup

MythTV mythtv at cvs.mythtv.org
Mon Dec 26 06:38:39 EST 2005


#876: deadlock when request for remote end while showing "Coundnt connect" popup
-------------------------+--------------------------------------------------
 Reporter:  Mark Spieth  |       Owner:  ijr    
     Type:  defect       |      Status:  new    
 Priority:  minor        |   Milestone:  unknown
Component:  mythtv       |     Version:  head   
 Severity:  medium       |  
-------------------------+--------------------------------------------------
 on an xbox (and perhaps other cases) a qt event is fired every 5 secs
 (default) to ask the backend if it is currently recording.
 If the backend has gone away, and a further request for backend comms
 occurs, deadlock ensues as no further qt events can get through.
 the attached patch fixes this.
 A further enhancement would be to clear the popup if connection is
 restored but Im not sure of the correct way of doing this only for this
 case. it may need to be made more general but its impact needs to be
 analysed for all other cases.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/876>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list