зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1615228 - Suppress race with base::Thread::Stop(). r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D62720 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
b50347f917
Коммит
57dc730d44
|
@ -358,6 +358,11 @@ extern "C" const char* __tsan_default_suppressions() {
|
|||
"race:init_simd\n"
|
||||
"race:simd_support\n"
|
||||
"race:jsimd_can_ycc_rgb\n"
|
||||
// Likely benign race in ipc/chromium/ where we set
|
||||
// `message_loop_` to `NULL` on two threads when stopping
|
||||
// a thread at the same time it is already finishing.
|
||||
// See also bug 1615228 for discussion.
|
||||
"race:base::Thread::Stop\n"
|
||||
|
||||
// End of suppressions.
|
||||
; // Please keep this semicolon.
|
||||
|
|
Загрузка…
Ссылка в новой задаче