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

2022-11-04 Thread Dennis Luehring
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

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

2022-11-04 Thread Thiago Macieira
On Friday, 4 November 2022 00:27:27 PDT Dennis Luehring wrote: > side question: TSAN seems not that relevant for Qt-user testing - nearly > no blogs, tutorials on the internet, why is that? does TSAN not work > very good with Qt? It does not, unless you build Qt itself, and few people do that. >

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

2022-11-04 Thread Dennis Luehring
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

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

2022-11-04 Thread Dennis Luehring
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