Opened 16 years ago

Closed 16 years ago

#5121 closed defect (fixed)

Segfault when selecting Create DVD

Reported by: sangel_85050@… Owned by: paulh
Priority: minor Milestone: 0.22
Component: mytharchive Version: head
Severity: high Keywords:
Cc: Ticket locked: no

Description

I upgraded to the latest head (16853) and I get a Segfault in QFileInfo when trying to access the "Create DVD" menu option. This was working in the 0.21 release.

Could I be missing a file somewhere? I also tried with a fresh install (although MythWeather? no longer worked) with the same results.

Core file attached.

Attachments (1)

gdb.txt (13.7 KB) - added by sangel_85050@… 16 years ago.
GDB backtrace

Download all attachments as: .zip

Change History (3)

Changed 16 years ago by sangel_85050@…

Attachment: gdb.txt added

GDB backtrace

comment:1 Changed 16 years ago by Anduin Withers

Component: mythdvdmytharchive
Owner: changed from Anduin Withers to paulh
Status: newassigned

comment:2 Changed 16 years ago by paulh

Resolution: fixed
Status: assignedclosed

(In [17096]) Fix a problem introduced by the port to Qt4.

QDir::entryInfoList() now returns a QList<QFileInfo> and not a QPtrList<QFileInfo> *.

Fixes #5121.

Note: See TracTickets for help on using tickets.