summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscriptengine/tst_qscriptengine.cpp
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-08-12 10:33:33 +0200
committerThierry Bastian <thierry.bastian@nokia.com>2009-08-12 10:40:45 +0200
commitb3b2bc3f190d80e30b968648dd91048df67b8a50 (patch)
tree65b0d075d2be2addb55aa7baf6af58a8154abbe6 /tests/auto/qscriptengine/tst_qscriptengine.cpp
parent62aa09a47cc226518d42f1b3b2337fdcb440da33 (diff)
Possible Dead lock in the destructor of QObject
The problem was that we were locking a mutex that was global to thread to remove posted events associated with a QObject from the posted event list. We were also immediately deleting those events. If that triggers the deletion of another QObject, you would then trigger a dead-lock. Task-number: 259514 Reviewed-by: brad Reviewed-by: ogoffart
Diffstat (limited to 'tests/auto/qscriptengine/tst_qscriptengine.cpp')
0 files changed, 0 insertions, 0 deletions