[mythtv-commits] Ticket #1089: SEGV when TOGGLERECORD from live on a slave encoder

MythTV mythtv at cvs.mythtv.org
Tue Jan 24 22:05:08 UTC 2006


#1089: SEGV when TOGGLERECORD from live on a slave encoder
---------------------+------------------------------------------------------
 Reporter:  bjm      |        Owner:  danielk 
     Type:  defect   |       Status:  reopened
 Priority:  blocker  |    Milestone:  0.19    
Component:  mythtv   |      Version:  head    
 Severity:  medium   |   Resolution:          
---------------------+------------------------------------------------------
Changes (by bjm):

  * resolution:  fixed =>
  * status:  closed => reopened

Comment:

 How had you tested this before closing the ticket? For me, all attempts
 still fail on "Bad SCHEDULER_ADD_RECORDING message". It appears that the
 stringlist of proginfo is not being passed successfully through the
 MythEvent. If I add some simple debugging, it appears that there is a
 valid list created by ToStringList((), however, only a one item list with
 just the title is received from me->ExtraDataList() at the master.

 {{{
 Slave log when "R" is pressed:

 2006-01-24 13:33:35.243 TVRec(2): SetLiveRecording(1)
 2006-01-24 13:33:35.248 TVRec(2): SetLiveRecording() -- record
 Prog[0]: The Cosby Show
 Prog[1]: Getting to Know You

 Master log:

 Message: SCHEDULER_ADD_RECORDING
 List[0]: The Cosby Show
 List[1]: 2006-01-24 13:33:35.401 ProgramInfo::FromStringList, not enough
 items in list.

 2006-01-24 13:33:35.401 Bad SCHEDULER_ADD_RECORDING message
 }}}

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


More information about the mythtv-commits mailing list