Opened 15 years ago

Closed 15 years ago

#5771 closed defect (fixed)

MythGallery segfault when returning from the image view

Reported by: otto at kolsi dot fi Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythgallery Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

With trunk and Fedora 9 with latest updates, MythGallery segfaults when returning back from image view to the icon view / thumbnails.

In this particular case, there's one image in root image dir and one directory containing also one image. Only the image in root dir triggers the segfault. Backtrace is attached.

Attachments (1)

gdb.txt (13.6 KB) - added by otto at kolsi dot fi 15 years ago.

Download all attachments as: .zip

Change History (2)

Changed 15 years ago by otto at kolsi dot fi

Attachment: gdb.txt added

comment:1 Changed 15 years ago by paulh

Resolution: fixed
Status: newclosed

(In [18708]) Fix a segfault in MythGallery when returning to the icon view from the single view when the current directory contains both folders and images.

ImageView? should have just been removing the ThumbItems? for any folders from the list not deleting them since it doesn't own them.

Fixes #5771.

Note: See TracTickets for help on using tickets.