[Interest] TSAN findings in a simple QApplication/QMetaObject::invokeMethod example

Dennis Luehring dl.soluz at gmx.net
Sat Nov 5 18:24:49 CET 2022


Am 03.11.2022 um 23:09 schrieb Thiago Macieira:
> On Thursday, 3 November 2022 11:09:48 PDT Dennis Luehring wrote:
> > do you know a good howto for building Qt 6.4 on Fedora 36 or Ubnuntu
> > 22.04 with TSAN?
>
> Pass -DFEATURE_sanitize_thread=ON to cmake or -sanitize thread if you're using
> the configure script.
>

 >You must have compiled in release mode, because there seem to be some
frames

debug-build with

qt6_dev/qt6-build$ ../qt6/qtbase/configure -developer-build -debug
-opensource -nomake examples -nomake tests -sanitize thread
qt6_dev/qt6-build$ cmake --build . --parallel 2

TSAN Warnings

https://pastebin.com/uTCkPecf


More information about the Interest mailing list