Commit 5bdb8766 authored by glider@chromium.org's avatar glider@chromium.org

Suppress the races in NSS lock initialization.

TBR=oshima
BUG=131622
Review URL: https://chromiumcodereview.appspot.com/10542122

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141660 0039d316-1c4b-4281-b951-d872f2087c98
parent 7da9c4cf
...@@ -948,3 +948,30 @@ ...@@ -948,3 +948,30 @@
fun:media::AudioOutputController::DoClose fun:media::AudioOutputController::DoClose
fun:base::internal::RunnableAdapter::Run fun:base::internal::RunnableAdapter::Run
} }
{
bug_131622a
ThreadSanitizer:Race
fun:ssl_InitSessionCacheLocks
fun:lock_cache
fun:ssl_LookupSID
fun:ssl2_BeginClientHandshake
fun:ssl_Do1stHandshake
fun:SSL_ForceHandshake
fun:net::SSLClientSocketNSS::Core::DoHandshake
fun:net::SSLClientSocketNSS::Core::DoHandshakeLoop
fun:net::SSLClientSocketNSS::Core::Connect
fun:base::internal::RunnableAdapter::Run
}
{
bug_131622b
ThreadSanitizer:Race
fun:lock_cache
fun:ssl_LookupSID
fun:ssl2_BeginClientHandshake
fun:ssl_Do1stHandshake
fun:SSL_ForceHandshake
fun:net::SSLClientSocketNSS::Core::DoHandshake
fun:net::SSLClientSocketNSS::Core::DoHandshakeLoop
fun:net::SSLClientSocketNSS::Core::Connect
fun:base::internal::RunnableAdapter::Run
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment