summaryrefslogtreecommitdiffstats
path: root/src/tools/rcc
diff options
context:
space:
mode:
authorWeng Xuetian <wengxt@gmail.com>2016-03-05 12:23:21 -0800
committerWeng Xuetian <wengxt@gmail.com>2016-04-08 16:16:14 +0000
commitb77ef8a7e6e4104067d52824e29eadc8c66f5929 (patch)
tree88af4f77c5a7517095705fc7c088b0ad150bb8b9 /src/tools/rcc
parentb0bfe8de68a27de34b9493e7d5263cad1e5823c9 (diff)
QtDBus: clean up signal hooks and object tree in closeConnection
If a QObject is added or passed as receiver to QDBusConnection::connect() and it is managed by Q_GLOBAL_STATIC or similar mechanism, it is possible that when that its destructor is called after the dbus daemon thread ends. In that case, QObject::destroyed connected via Qt::BlockingQueuedConnection to QDBusConnectionPrivate will cause dead lock since the thread is no longer processing events. Task-number: QTBUG-51648 Change-Id: I1a1810a6d6d0234af0269d5f3fc1f54101bf1547 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/tools/rcc')
0 files changed, 0 insertions, 0 deletions