Opened 16 years ago

Closed 16 years ago

#6895 closed defect (fixed)

Hitting 0 in the program guide from LiveTV

Reported by: anonymous Owned by: paulh
Priority: minor Milestone: 0.22
Component: MythTV - General Version: head
Severity: high Keywords:
Cc: Ticket locked: no

Description

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)

Changed 16 years ago by anonymous

Attachment: gdb.txt added

Changed 16 years ago by anonymous

Attachment: valgrind.log added

Changed 16 years ago by anonymous

Attachment: mythfront.log.Z added

comment:1 Changed 16 years ago by paulh

Milestone: unknown0.22
Owner: changed from Isaac Richards to paulh
Status: newassigned

comment:2 Changed 16 years ago by paulh

Resolution: fixed
Status: assignedclosed

(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.

Note: See TracTickets for help on using tickets.