Opened 15 years ago
Closed 15 years ago
#7845 closed defect (fixed)
Opening a empty Guide Segfaults frontend
Reported by: | Owned by: | paulh | |
---|---|---|---|
Priority: | minor | Milestone: | 0.23 |
Component: | MythTV - General | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
Hi,
- Create a new Mythtv Setup with no channels configured
- Open MythFrontend
- Main Menu -> Manage Recordings -> Sched Recordings -> Program Guide
It then Segfaults for me.
Attached a GDB report + patch (against rev 23066).
I'm not sure if the patch is correct, but it work for me...
Thanks
Attachments (2)
Change History (5)
Changed 15 years ago by
Attachment: | guidegrid.patch added |
---|
comment:1 Changed 15 years ago by
Component: | MythTV - Scheduling → MythTV - General |
---|---|
Owner: | changed from gigem to paulh |
Status: | new → assigned |
comment:2 Changed 15 years ago by
Milestone: | unknown → 0.23 |
---|
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [23104]) Don't bother showing the Program Guide if no channels have been setup. Also don't try to switch to a Channel Group if it doesn't have any channels defined. Fixes #7845.