Opened 15 years ago

Closed 15 years ago

#6816 closed defect (fixed)

SIGABRT: from [21135]

Reported by: danielk Owned by: markk
Priority: minor Milestone: 0.22
Component: MythTV - General Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

QApplication::desktop() is called before checking if (QApplication::GuiClient? == QApplication::type()) causing a segfault in non-GUI applications such as mythcommflag.

Change History (3)

comment:1 Changed 15 years ago by markk

Resolution: fixed
Status: newclosed

(In [21137]) Ensure we have a QDesktopWidget before trying to reference it. Closes #6816. Refs r21135.

comment:2 Changed 15 years ago by danielk

Resolution: fixed
Status: closednew

Still a problem with debug versions of Qt, will apply patch shortly...

comment:3 Changed 15 years ago by danielk

Resolution: fixed
Status: newclosed

(In [21144]) Fixes #6816. Debug versions of Qt don't allow you to call QApplication::desktop() when running in non-GUI mode...

Note: See TracTickets for help on using tickets.