Opened 17 years ago
Closed 17 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)
by , 17 years ago
| Attachment: | guidegrid.patch added |
|---|
comment:1 by , 17 years ago
| Component: | MythTV - Scheduling → MythTV - General |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
comment:2 by , 17 years ago
| Milestone: | unknown → 0.23 |
|---|
comment:3 by , 17 years ago
| 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.