https://bugs.kde.org/show_bug.cgi?id=325590
Daniel Vrátil <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |CONFIRMED CC| |[email protected] Component|akonadi |general Product|kdepimlibs |kmail2 Ever confirmed|0 |1 --- Comment #2 from Daniel Vrátil <[email protected]> --- 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. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
