Opened 16 years ago
Closed 16 years ago
#8890 closed patch (fixed)
Segmentation fault in IconView when trying to show devices
| Reported by: | Owned by: | beirdo | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.24 |
| Component: | Plugin - MythGallery | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Steps to reproduce:
- Enter the devices screen through Menu > File Menu > Show Devices
- Try to navigate in the button list (which hasn't been updated/refreshed, i.e. it will look the same as before)
The attached patch should fix the segmentation fault in IconView by repopulating m_imageList with entries from m_itemList in the HandleShowDevices() method.
Attachments (1)
Change History (4)
by , 16 years ago
| Attachment: | show_devices.patch added |
|---|
comment:1 by , 16 years ago
| Status: | new → assigned |
|---|
comment:2 by , 16 years ago
| Milestone: | unknown → 0.24 |
|---|
comment:3 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

(In [26266]) Fixes the core dump in mythgallery when you use Show Devices (which, incidentally, was borked).
Fixes #8890. Patch from Jonatan <mythtv@…>