Opened 14 years ago

Closed 14 years ago

#7760 closed defect (fixed)

Restarting channel scan does not reset first channel properly

Reported by: Bob Shanteau <rmshant@…> Owned by: danielk
Priority: minor Milestone: 0.24
Component: MythTV - Channel Scanner Version: unknown
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Start channel scan, hit Cancel, then re-start channel scan. The scan not only starts where it left off but also starts over from the beginning.

Say the first channel scan starts with channel N ends with channel M. On restarting, channel M+1 is scanned, then N, then M+2, then N+1, etc.

Change History (4)

comment:1 Changed 14 years ago by robertm

Component: MythTV - GeneralMythTV - Channel Scanner
Owner: changed from Isaac Richards to danielk

Actually think there are two channel scans running in separate threads here. I have heard other reports of this issue, canceling the scan seems not to tear down the scanner thread.

comment:2 Changed 14 years ago by robertm

Milestone: unknown0.24

comment:3 Changed 14 years ago by robertm

Status: newassigned

comment:4 Changed 14 years ago by danielk

Resolution: fixed
Status: assignedclosed

(In [26209]) Fixes #7760. The ESCAPE action allowed you to bypass the quitScanning() function called when you hit the 'Stop Scan' button. leading to mayhem.

Note: See TracTickets for help on using tickets.