Opened 16 years ago
Closed 16 years ago
#6542 closed defect (fixed)
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 )
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 (1)
Change History (4)
Changed 16 years ago by
Attachment: | bt-6542.txt added |
---|
comment:1 Changed 16 years ago by
Description: | modified (diff) |
---|---|
Milestone: | unknown → 0.22 |
Owner: | changed from Isaac Richards to stuartm |
Status: | new → assigned |
comment:2 Changed 16 years ago by
Status: | assigned → accepted |
---|
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
(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