Skip to content

TrackMasterFItter: Add mutex locks to operator()

John Leslie Cobbledick requested to merge jcobbled-alignment-locks into master

Temporary work around to ensure TrackMasterFitter is thread safe by adding lock in operator(). Thread-safety issues noticed when running alignment where it crashes randomly (although rarely). These issues also detected by helgrind

Edited by John Leslie Cobbledick

Merge request reports