[Interest] Will TSAN_OPTIONS=detect_deadlocks=1 work when Qt is compiled with -sanitize thread?
Dennis Luehring
dl.soluz at gmx.net
Fri Jul 19 13:00:55 CEST 2024
Am 19.07.2024 um 12:52 schrieb Nuno Santos:
> Can data race cause deadlocks?
>
> Or should I explicitly look for deadlock: "lock-order-inversion (potential deadlock)”
data races can maybe get you into deadlocks someway... but you should
look for lock-order-inversions and fix them (even if very hard to
sometimes understand why they happening)
btw: the discussion is drifting away from Qt itself :)
More information about the Interest
mailing list