Opened 14 years ago

Closed 14 years ago

#8890 closed patch (fixed)

Segmentation fault in IconView when trying to show devices

Reported by: Jonatan <mythtv@…> 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)

show_devices.patch (1.0 KB) - added by Jonatan <mythtv@…> 14 years ago.

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by Jonatan <mythtv@…>

Attachment: show_devices.patch added

comment:1 Changed 14 years ago by robertm

Status: newassigned

comment:2 Changed 14 years ago by beirdo

Milestone: unknown0.24

comment:3 Changed 14 years ago by beirdo

Resolution: fixed
Status: assignedclosed

(In [26266]) Fixes the core dump in mythgallery when you use Show Devices (which, incidentally, was borked).

Fixes #8890. Patch from Jonatan <mythtv@…>

Note: See TracTickets for help on using tickets.