-
Notifications
You must be signed in to change notification settings - Fork 50
feature request: fsanitize=thread results? #9
Comments
I did a quick search about the current status of sanitize_thread support in QT binary. I doubt its support due to this issue: [QTBUG-37402] QMutex not recognized by thread sanitizer - Qt Bug Tracker According to the last comment, even the patched version of Qt still report race condition. I have tested with Qt 5.10 and it also reports race in calling |
If |
Strange enough, |
It is a undocumented feature. sanitizer could be enabled via qmake by
I don't know how Qt handle it . But I am not going to build my own version of Qt to test it as it is very time consuming. |
As newcomer I would like to see that testing with
-fsanitize=thread
have been done.In perfect world of course this should be part of CI, but not sure how much efforts this requires,
because of you need compile Qt from source code with
-fsanitize=thread
flag.So may be just mention in readme that such kind of testing was done for OS Z/compiler Y/Qt X and all tests are green?
The text was updated successfully, but these errors were encountered: