[kmail2] [Bug 325590] Kmail Crashes at exit

Daniel Vrátil dvratil at redhat.com
Fri Oct 4 10:16:31 BST 2013


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

Daniel Vrátil <dvratil at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |CONFIRMED
                 CC|                            |dvratil at redhat.com
          Component|akonadi                     |general
            Product|kdepimlibs                  |kmail2
     Ever confirmed|0                           |1

--- Comment #2 from Daniel Vrátil <dvratil at redhat.com> ---
This is indeed a bug in KMail: it calls a code that depends on event loop from 
KMKernel::cleanup(), which is invoked after the main event loop is destroyed
(and QCoreApplication::aboutToQuit() is emitted). This hits an assert in
KGlobalStatic in Akonadi::Control, but could trigger a bug anywhere. Starting a
"nested" event loop after the main event loop is destroyed is IMO wrong - it
should better be handled from KMailApplication destructor, or somewhere
similar.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list