Deadlock issue with FieldTrialList::AddForceFieldTrialsFlag
Reported by
lawrencewu@chromium.org,
Oct 27 2016
|
||
Issue descriptionit looks like there is a deadlock when calling AllStatesToString() which holds a lock, as that calls GetState(), which calls FinalizeGroupChoice(), which calls OnGroupFinalized() if shared memory is enabled, which ends up trying to hold the lock on the same thread again.
,
Nov 1 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Oct 31 2016