Opened 19 years ago
Last modified 19 years ago
#2341 closed defect
Frontend segfault in [Edit Recording Schedule] — at Initial Version
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | |
Severity: | high | Keywords: | |
Cc: | Ticket locked: | no |
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
BT of frontend segfault