Ticket #6542 (closed defect: fixed)
Opened 3 years ago
Last modified 3 years ago
SEGFAULT: On hitting escape in icon downloader
| Reported by: | danielk | Owned by: | stuartm |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.22 |
| Component: | MythTV - General | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description (last modified by stuartm) (diff)
Run mythtv-setup Channel Editor Select "Icon Download" button Select "Rescan for missing icons.." button Select "Skip" button for LATV channel
Note: "MY Fox5 simulcast" has 21 icons visible, but none are correct. Another 53 icons are not visible. The Search and Skip buttons are grayed out after the first 21 icons were loaded, so I hit escape rather than the skip button..
Boom!
Note: If I wait until all the icons finish loading then hitting escape does not cause a segfault.
Attachments
Change History
comment:1 Changed 3 years ago by stuartm
- Owner changed from ijr to stuartm
- Status changed from new to assigned
- Description modified (diff)
- Milestone changed from unknown to 0.22
comment:3 Changed 3 years ago by stuartm
- Status changed from accepted to closed
- Resolution set to fixed
(In [22155]) Don't allow Escape to be used while an icon search/download is in progress, blocks using a pgress dialog which was badly needed anyway to inform the user that something was actually occuring during this period. Improved the feedback to the user when a search fails or succeeds. In 0.23 I'll allow searches or downloads to be interuptted and move the download of thumbnail icons to a background thread so the actual search will be much faster.Closes #6542
