Dennis,

I’m willing to try to run this on Linux and see if I can spot anything there. 
It might take me a while to setup though.

I have built Qt with -sanitize thread. 

When using that kit, the -fsanitize=thread option is automatically applied to 
the program as well, manually applying:

QMAKE_CXXFLAGS += -fsanitize=thread

Makes that option appear two times in the compilation:

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
 -c -pipe -stdlib=libc++ -fsanitize=thread -O2 -std=gnu++1z  -arch arm64 
-isysroot 
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk
 -mmacosx-version-min=11.0 -fsanitize=thread -fno-omit-frame-pointer -Wall 
-Wextra …

Regarding compiler versions:

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
 --version
Apple clang version 15.0.0 (clang-1500.1.0.2.5)
Target: arm64-apple-darwin23.4.0
Thread model: posix

Regards,

Nuno

> On 19 Jul 2024, at 11:34, Dennis Luehring <dl.so...@gmx.net> wrote:
> 
> Am 19.07.2024 um 12:30 schrieb Nuno Santos:
>> That’s the biggest problem. It happens soooo RARELY.
>> 
>> We can’t find a sistematic way of reproducing it. That is why I was trying 
>> to find a more analytical way of detecting it.
> 
> can you're app be build and run on linux - sometimes the problems
> getting better detectable when switching OS - another time :)
> 
> 
> still not clear if you really build Qt AND your app with TSAN (i don't
> think so) and if you're using latest compilers available
> 
> 
> 
> 
> 
> 
> 

_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to