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)
Note: See
TracTickets for help on using
tickets.
(In [21137]) Ensure we have a QDesktopWidget before trying to reference it. Closes #6816. Refs r21135.