https://bugs.kde.org/show_bug.cgi?id=356940
--- Comment #16 from Martin Sandsmark <martin.sandsm...@kde.org> --- The issues in the bug I linked to is an application exiting before the the QCoreApplication destructor is run, which is not supported by Qt. A heap allocated QApplication is just one possible way for that to happen, another is to call exit() with a stack-allocated Q*Application in main() (as most people do). See e. g. the discussion here: https://git.reviewboard.kde.org/r/127626/ The biggest problem is that the design of e. g. QCommandLineParser and KDBusService depend on calling exit(). I have discussed some solutions and hacks with thiago about it on IRC, but I haven't come up with a proper solution. -- You are receiving this mail because: You are watching all bug changes.