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

Thiago Macieira <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #9 from Thiago Macieira <[email protected]> ---
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?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to