Opened 15 years ago
Closed 15 years ago
#381 closed defect (fixed)
SegFault in WatchRecordings when setting Recording Group
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | 0.18.1 |
Severity: | low | Keywords: | watch recording group |
Cc: | Ticket locked: | no |
Description
When attempting to change the recording group of a playlist mythfrontend generates a segmentation fault.
Traced to function PlaybackBox::showRecGroupChanger which attempts to use 'delitem' which has not yet been initialised. [using version 7192].
Workaround is to enter then exit the 'i' menu before attempting to change the recording group.
Note: See
TracTickets for help on using
tickets.
(In [7318]) Recording Group selection changes.