FairRootGroup / FairMQ

C++ Message Queuing Library and Framework
GNU Lesser General Public License v3.0
87 stars 34 forks source link

fix: Data races and deadlocks #420

Closed dennisklein closed 2 years ago

dennisklein commented 2 years ago

Starting to fix thread sanitizer errors, built with -DBUILD_TESTING=ON -DCMAKE_BUILD_TYPE=Debug -DENABLE_SANITIZER_THREAD=ON and then running the test suite. Got it down from 1550 (319 unique) errors to 113 (73 unique). Still too much to post.

dennisklein commented 2 years ago

included in #422