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
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to