Opened 16 years ago
Closed 16 years ago
Hitting 0 in the program guide from LiveTV
I'm running the latest weekly trunk builds for Mythbuntu. I was watching LiveTV and then I entered the program guide. I have jump through the guide enabled by entering the channel number. If I hit zero first, this causes the frontend to seg fault. I've attached a backtrace, valgrind, and mythfrontend logs.
Attachments
(3)
- gdb.txt
(22.1 KB
) - added by anonymous 16 years ago.
- valgrind.log
(6.7 KB
) - added by anonymous 16 years ago.
- mythfront.log.Z
(230.8 KB
) - added by anonymous 16 years ago.
Download all attachments as:
.zip
Change History
(5)
by anonymous, 16 years ago
by anonymous, 16 years ago
by anonymous, 16 years ago
| Milestone: |
unknown → 0.22
|
| Owner: |
changed from Isaac Richards to paulh
|
| Status: |
new → assigned
|
| Resolution: |
→ fixed
|
| Status: |
assigned → closed
|
(In [21539]) Fix a segfault in the program guide when using the number keys to jump to a channel.
The problem was if the first number pressed doesn't match any channels then JumpToChannel will delete itself in the ctor leading to a stale pointer being used later on. Fixes #6895.