summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2010-09-15 10:30:55 +0300
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2010-09-15 11:13:52 +0300
commitf9a3f15376d0c0cddc4ab023d2421859847df56b (patch)
tree8ef65acc9551ffb9756af360323a927c6ba89fce /src/corelib/codecs
parent05ab8ad1577fc038aa2b3bd96cedda54e6a64979 (diff)
Do not wait for QThread exit when destroying global statics in Symbian
Symbian kernel will kill all threads except the main one before running destructors on global static objects. Qt gets no notification of these thread terminations, so it'll still think those threads are running and will wait indefinitely for their exit. QThread::wait() now checks if the thread is actually still alive before starting to wait on thread_done wait condition. Task-number: QTBUG-13612 Reviewed-by: Janne Koskinen
Diffstat (limited to 'src/corelib/codecs')
0 files changed, 0 insertions, 0 deletions