Summary: | kate crash when missing a lot of opening files while restarting | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Patrick Yau <iiaiiappa> |
Component: | application | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | aia2524, christoph |
Priority: | VHI | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Patrick Yau
2011-04-16 00:20:24 UTC
katemainwindow.cpp line 925 : QString sessName = KateApp::self()->sessionManager()->activeSession()->sessionName(); not straight forward what's going wrong... Patrick, can you still reproduce? Can't reproduce, sorry. 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 *** |