CxxUtils: Fix potential race in ConcurrentRangeMap::trim().
When finishing the trim() operation, the begin pointer must be updated before queuing the dummy impl object for discard. Otherwise, another thread could potentially see a pointer to a deleted object.
Trying to fix infrequent crashes in CondCont_test observed in nightlies and CI.
Merge request reports
Activity
added Core master review-pending-level-1 labels
CI Result SUCCESSAthena AthSimulation externals cmake make required tests optional tests Full details available at NICOS MR-20181-2019-01-06-12-16
Athena: number of compilation errors 0, warnings 1
AthSimulation: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST 31941] (for remote access see the FAQ for MR reviewers)added review-approved label and removed review-pending-level-1 label
mentioned in commit a9cba9d8
mentioned in merge request !20192 (merged)
added sweep:ignore label