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

Dennis Luehring dl.soluz at gmx.net
Sat Nov 5 11:52:27 CET 2022


Am 05.11.2022 um 11:32 schrieb Alexandru Croitor:
> Hi.
>
> Make sure that the configure summary shown at the end mentions that tsan is enabled. Search for sanitizer.
>
> I think the right configure line is
>
> ../qt6/configure -developer-build -opensource -nomake examples -nomake
> tests -sanitize thread

that helped!

currently building only qtbase

mkdir qt6_dev
cd qt6_dev
git clone git://code.qt.io/qt/qt5.git qt6
cd qt6
git checkout v6.4.0
perl init-repository
mkdir qt6-build
cd qt6-build
../qt6/qtbase/configure -developer-build -opensource -nomake examples
-nomake tests -sanitize thread
cmake --build . --parallel


thanks all for your help


More information about the Interest mailing list