https://bugs.kde.org/show_bug.cgi?id=510785
--- Comment #10 from Christoph Cullmann <[email protected]> --- (In reply to Thiago Macieira from comment #9) > Most likely, this is the result of a Q_GLOBAL_STATIC(QThreadStorage<X>, y) > that was already destroyed. It's difficult to get this right because > Q_GLOBAL_STATIC will destroy early, before the thread exit. But it's also > the right thing to do. > > The other thing is this warning is suppressed when > QCoreApplication::instance() is null. So why is it not null during > application exit? I think the issue is that stuff like 'kate --version' triggers plain exit. (same for other variants that exit early) -- You are receiving this mail because: You are watching all bug changes.
