Thread sync issues

Everything about development and the OpenMW source code.
Post Reply
User avatar
akortunov
Posts: 899
Joined: 13 Mar 2017, 13:49
Location: Samara, Russian Federation

Thread sync issues

Post 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.
Post Reply