[mythtv-commits] Ticket #6828: Missing HDHomeRun device can crash backend on startup

MythTV mythtv at cvs.mythtv.org
Tue Aug 11 10:19:13 UTC 2009


#6828: Missing HDHomeRun device can crash backend on startup
------------------------------+---------------------------------------------
 Reporter:  nigel             |        Owner:  danielk 
     Type:  defect            |       Status:  assigned
 Priority:  major             |    Milestone:  0.22    
Component:  MythTV - General  |      Version:  head    
 Severity:  medium            |   Resolution:          
  Mlocked:  0                 |  
------------------------------+---------------------------------------------

Comment(by nigel):

 This simple hack fixes the problem, but I'm not sure about what state that
 code in FindDevice() is meant to be falling back to.
 {{{
 Index: hdhrstreamhandler.cpp
 ===================================================================
 --- hdhrstreamhandler.cpp       (revision 21158)
 +++ hdhrstreamhandler.cpp       (working copy)
 @@ -674,7 +674,7 @@
              VERBOSE(VB_IMPORTANT,
                      QString("HDHRSH: hdhomerun device %1 not
 found").arg(_devicename));
              device_data.device_id = 0;
 -            device_data.device_ip =
 hdhomerun_device_get_device_ip_requested(thisdevice);
 +            device_data.device_ip = 0;
              device_data.tuner     = 0;
          }
      }
 }}}

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


More information about the mythtv-commits mailing list