https://bugs.kde.org/show_bug.cgi?id=378016

            Bug ID: 378016
           Summary: [TaskManagerBackend] - missing initialization for
                    m_groupDialog
           Product: plasmashell
           Version: 5.9.4
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Task Manager
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
  Target Milestone: 1.0

Latte Dock was crashing because of this, when was using the hovering effect.
The dock doesnot use a groupDialog at all so because the m_groupDialog is not
initialized to null at TaskManagerBackend it was creating a crash...

I am using Qt 5.8 and in general many pointers that are not initialized with
{nullptr} create crashes because they pass checks such as:

if (m_groupDialog) {
}

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to