Page 1 of 1

Thread sync issues

Posted: 09 May 2019, 12:25
by akortunov
This is a general thread do discuss possible threading issues in OpenMW.

Current list of reported issues is here.

To detect threading issues with GCC, you need to build both OpenSceneGraph and OpenMW with the -fsanitize=thread flag.
Also keep in mind that the ThreadSanitizer does not like the OpenThreads::Atomic much, this patch for OSG allows to suppress most of warnings.