summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2020-11-20 13:51:16 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-06-17 09:27:47 +0000
commite41c100460126d8cb044f11db73b52d6b80f9309 (patch)
treebe80d2ba9c18a3560539148d83a6ccc87c7b1667 /src/gui
parentb6323f0c7ba24a4ad5daa3535fcc9d6b285cfe28 (diff)
Fix crash in concurrent disconnect
This does not fix all data races that we have in the system yet. One major issue is the virtual disconnectNotify(), that can be called from any thread and thus is inherently problematic, as it can collide with the object getting destroyed at the same time in another thread. Task-number: QTBUG-88248 Change-Id: I9d841eb363b7e4f0de1657aeb8f5340d0fd55190 Reviewed-by: Andrei Golubev <andrei.golubev@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> (cherry picked from commit 71b4d4f150bc3c904a5aceec37513ddc3cd1c150) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/gui')
0 files changed, 0 insertions, 0 deletions