[mythtv-commits] Ticket #2341: Frontend segfault in [Edit Recording Schedule]

MythTV mythtv at cvs.mythtv.org
Fri Sep 8 03:21:53 UTC 2006


#2341: Frontend segfault in [Edit Recording Schedule]
------------------------------+---------------------------------------------
 Reporter:  jppoet at gmail.com  |       Owner:  ijr    
     Type:  defect            |      Status:  new    
 Priority:  minor             |   Milestone:  unknown
Component:  mythtv            |     Version:         
 Severity:  high              |  
------------------------------+---------------------------------------------
 I have a "custom" record rule setup which has:

      program.title like "Sharp's%"

 From the show menu, if I highlight one of the episodes recorded, and
 select:

 [Recording Options]
           [Edit Recording Schedule]

 The frontend always segfaults.  I have attached a BT.

 If it helps (probably not) ....

 In scheduledrecording.h:

      virtual int exec(bool saveOnExec = true, bool doLoad = false)
         { return ConfigurationDialog::exec(saveOnExec, doLoad); }

      saveOnExec = true
      doLoad = false

 In playbackbox.cpp : void PlaybackBox::doEditScheduled()
      curitme = (ProgramInfo *) 0xa9bba508

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/2341>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list