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

Dominik Haumann <dhaum...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|WAITINGFORINFO              |DUPLICATE
             Status|NEEDSINFO                   |RESOLVED

--- Comment #4 from Dominik Haumann <dhaum...@kde.org> ---
This is finally fixed in the upcoming KDE Applications 16.04 release.

This is what happened: Since the QList<KateMainWindow *> m_mainWindows; is the
last member variable, this list is destroyed first in ~KateApp. Only then is
the pluginmanager deleted, which unfortunately calls certain functions in its
destructor that finally query the mainWindows. As result, already freed memory
is read, which results in a crash.

*** This bug has been marked as a duplicate of bug 356965 ***

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

Reply via email to