commit d526c68a3a170c29d9384c2e5e485d360f320111 Author: Alexis Beingessner a.beingessner@gmail.com Date: Tue Jan 19 17:49:47 2021 +0000
Bug 1616120 - Add suppression for esr78. r=decoder, a=npotb
Differential Revision: https://phabricator.services.mozilla.com/D102332 --- mozglue/build/TsanOptions.cpp | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/mozglue/build/TsanOptions.cpp b/mozglue/build/TsanOptions.cpp index 54e6c9cd876d..bd9be2d86db6 100644 --- a/mozglue/build/TsanOptions.cpp +++ b/mozglue/build/TsanOptions.cpp @@ -308,6 +308,10 @@ extern "C" const char* __tsan_default_suppressions() { "thread:mozilla::layers::ImageBridgeChild\n" "race:mozilla::layers::ImageBridgeChild::ShutDown\n"
+ // Bug 1616120 + "race:nsSocketTransport::OnInputClosed\n" + "race:nsSocketTransport::OpenInputStream\n" + // Benign races in third-party code // // SIMD Initialization in libjpeg, potentially runs
tbb-commits@lists.torproject.org