Open
Description
I'm seeing a handful of thread sanitizer errors about race conditions in the qutil
code.
One example: apparently the macro invoked at
Line 152 in a2d1dba
Line 156 in a2d1dba
Line 160 in a2d1dba
Another example:
non-atomic read:
Line 897 in a2d1dba
atomic write to the same variable:
Line 903 in a2d1dba
Similar:
Line 909 in a2d1dba
Line 915 in a2d1dba
Another more unusual one:
The macro invoked at
Line 170 in a2d1dba
qthread_syncvar_fill
at Line 609 in a2d1dba