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

Side by Side Diff: tools/valgrind/tsan/suppressions_win32.txt

Issue 126513008: TSAN: Suppress an error in tracked_objects::ThreadData. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ############################ 1 ############################
2 # Reports on the guts of Windows 2 # Reports on the guts of Windows
3 { 3 {
4 UuidCreate 4 UuidCreate
5 ThreadSanitizer:Race 5 ThreadSanitizer:Race
6 ... 6 ...
7 fun:UuidCreate 7 fun:UuidCreate
8 } 8 }
9 9
10 { 10 {
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 fun:I_RpcReceive 236 fun:I_RpcReceive
237 fun:I_RpcReceive 237 fun:I_RpcReceive
238 fun:I_RpcReceive 238 fun:I_RpcReceive
239 fun:NdrRpcSsDefaultFree 239 fun:NdrRpcSsDefaultFree
240 fun:NdrRpcSsDefaultFree 240 fun:NdrRpcSsDefaultFree
241 fun:NdrOleFree 241 fun:NdrOleFree
242 fun:NdrNonEncapsulatedUnionBufferSize 242 fun:NdrNonEncapsulatedUnionBufferSize
243 fun:NdrNonEncapsulatedUnionBufferSize 243 fun:NdrNonEncapsulatedUnionBufferSize
244 } 244 }
245 { 245 {
246 bug_309847
247 ThreadSanitizer:Race
248 fun:tracked_objects::ThreadData::TallyADeath
249 fun:tracked_objects::ThreadData::TallyRunOnNamedThreadIfTracking
250 fun:base::MessageLoop::RunTask
251 fun:base::MessageLoop::RunTask
252 fun:base::MessageLoop::RunTask
253 fun:base::MessageLoop::DeferOrRunPendingTask
254 fun:base::MessageLoop::DoWork
255 fun:base::MessageLoop::DoWork
256 fun:base::MessagePumpDefault::Run
257 fun:base::MessageLoop::RunHandler
258 fun:base::RunLoop::Run
259 fun:net::test_server::EmbeddedTestServer::PostTaskToIOThreadAndWait
260 fun:net::test_server::EmbeddedTestServer::InitializeAndWaitUntilReady
261 fun:net::test_server::EmbeddedTestServerThreadingTestDelegate::ThreadMain
262 }
263 {
246 bug_314654_a 264 bug_314654_a
247 ThreadSanitizer:Race 265 ThreadSanitizer:Race
248 ... 266 ...
249 fun:CoCreateInstanceEx 267 fun:CoCreateInstanceEx
250 fun:CoCreateInstanceEx 268 fun:CoCreateInstanceEx
251 fun:CoCreateInstanceEx 269 fun:CoCreateInstanceEx
252 fun:CoCreateInstance 270 fun:CoCreateInstance
253 fun:base::win::ScopedComPtr::CreateInstance 271 fun:base::win::ScopedComPtr::CreateInstance
254 fun:media::CoreAudioUtil::CreateDeviceEnumerator 272 fun:media::CoreAudioUtil::CreateDeviceEnumerator
255 } 273 }
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 fun:crypto::RSAPrivateKey::CreateWithParams 330 fun:crypto::RSAPrivateKey::CreateWithParams
313 fun:crypto::RSAPrivateKey::CreateWithParams 331 fun:crypto::RSAPrivateKey::CreateWithParams
314 fun:crypto::RSAPrivateKey::Create 332 fun:crypto::RSAPrivateKey::Create
315 fun:crypto::RSAPrivateKey::Create 333 fun:crypto::RSAPrivateKey::Create
316 fun:remoting::RsaKeyPair::Generate 334 fun:remoting::RsaKeyPair::Generate
317 fun:remoting::NativeMessagingHost::ProcessGenerateKeyPair 335 fun:remoting::NativeMessagingHost::ProcessGenerateKeyPair
318 fun:remoting::NativeMessagingHost::ProcessMessage 336 fun:remoting::NativeMessagingHost::ProcessMessage
319 fun:remoting::NativeMessagingHost::ProcessMessage 337 fun:remoting::NativeMessagingHost::ProcessMessage
320 fun:base::internal::RunnableAdapter::Run 338 fun:base::internal::RunnableAdapter::Run
321 } 339 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698