Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(202)

Issue 2564143003: TSAN startup fix (Closed)

Created:
4 years ago by Alexei Svitkine (slow)
Modified:
4 years ago
Reviewers:
CC:
chromium-reviews
Target Ref:
refs/pending/branch-heads/2924
Project:
chromium
Visibility:
Public.

Description

TSAN startup fix We were hitting a lock order inversion deadlock, due to one thread holding the lock in field_trial.cc and trying to hold the lock in field_trial_param_associator.cc and another doing the opposite. This fixes that. BUG=671282 Review-Url: https://codereview.chromium.org/2560823002 Cr-Commit-Position: refs/heads/master@{#436987} (cherry picked from commit 7f262eb07e82a53a561800998a9b2f5418534bdf) Committed: https://chromium.googlesource.com/chromium/src/+/170e4101936172efbbe561ea85296890d157ba2c

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -2 lines) Patch
M base/metrics/field_trial_param_associator.cc View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 2 (1 generated)
Alexei Svitkine (slow)
4 years ago (2016-12-09 19:25:48 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
170e4101936172efbbe561ea85296890d157ba2c.

Powered by Google App Engine
This is Rietveld 408576698