https://bugs.kde.org/show_bug.cgi?id=363753
--- Comment #33 from RJVB <rjvber...@gmail.com> --- One thing: can some of you please add a line qWarning() << Q_FUNC_INFO << this; to Style::connectDBus() and Style::~Style() (in qt5/qtcurve.cpp) and StylePlugin::~StylePlugin() (in qt5/qtcurve_plugin.cpp) and try to provoke the crash from the commandline? I'd be curious to know in what order the output appears. In my testing the StylePlugin() dtor is ALWAYS called after all Style instances have been deleted, so theoretically there should be nothing left cleanup (disconnect from)! -- You are receiving this mail because: You are watching all bug changes.