[mythtv-commits] Ticket #7847: After resume from long S3 sleep, scheduling via EPG isn't refreshed on EPG

MythTV mythtv at cvs.mythtv.org
Sun Sep 19 02:21:56 UTC 2010


#7847: After resume from long S3 sleep, scheduling via EPG isn't refreshed on EPG
---------------------------------------------+------------------------------
 Reporter:  warpme@…                         |           Owner:  cpinkham  
     Type:  defect                           |          Status:  infoneeded
 Priority:  minor                            |       Milestone:  0.24      
Component:  MythTV - User Interface Library  |         Version:  0.22-fixes
 Severity:  medium                           |      Resolution:            
 Keywords:                                   |   Ticket locked:  0         
---------------------------------------------+------------------------------

Comment (by cpinkham):

 Can you try the attached 7847_reconnect_event_socket.diff patch and
 attempt to reproduce the issue again.  We aren't currently reconnecting
 the event socket if it dies since we never try to send to it.  The
 attached patch will reconnect the event socket if the main command socket
 has to be reconnected.  In the logs, you can see the message "Connection
 to backend server lost" when we detect the command socket needs to be
 reconnected but the only connection after that is the command socket, the
 event socket is never reconnected so you don't receive any more events
 after unsuspending.  This means the FE misses the scheduler's event
 signalling that the schedule has been changed and needs to be reloaded, so
 the FE never reloads the new list until after you exit and reenter the
 screen.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/7847#comment:16>
MythTV <http://www.mythtv.org/>
MythTV Media Center


More information about the mythtv-commits mailing list