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

MythTV mythtv at cvs.mythtv.org
Thu Mar 8 04:45:58 UTC 2007


#2341: Frontend segfault in [Edit Recording Schedule]
------------------------------+---------------------------------------------
 Reporter:  jppoet at gmail.com  |        Owner:  ijr       
     Type:  defect            |       Status:  closed    
 Priority:  minor             |    Milestone:  unknown   
Component:  mythtv            |      Version:            
 Severity:  high              |   Resolution:  worksforme
------------------------------+---------------------------------------------
Changes (by cpinkham):

  * status:  new => closed
  * resolution:  => worksforme


Old description:

> 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

New description:

 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

--

Comment:

 Am unable to reproduce this with current SVN trunk and I just closed
 another duplicate of this ticket so I'm going to close this one as well
 unless someone can reproduce with current SVN trunk head and submit a
 backtrace.

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


More information about the mythtv-commits mailing list