OLD | NEW |
1 # There are four kinds of suppressions in this file. | 1 # There are four kinds of suppressions in this file. |
2 # 1. third party stuff we have no control over | 2 # 1. third party stuff we have no control over |
3 # | 3 # |
4 # 2. intentional unit test errors, or stuff that is somehow a false positive | 4 # 2. intentional unit test errors, or stuff that is somehow a false positive |
5 # in our own code, or stuff that is so trivial it's not worth fixing | 5 # in our own code, or stuff that is so trivial it's not worth fixing |
6 # | 6 # |
7 # 3. Suppressions for real chromium bugs that are not yet fixed. | 7 # 3. Suppressions for real chromium bugs that are not yet fixed. |
8 # These should all be in chromium's bug tracking system (but a few aren't yet). | 8 # These should all be in chromium's bug tracking system (but a few aren't yet). |
9 # Periodically we should sweep this file and the bug tracker clean by | 9 # Periodically we should sweep this file and the bug tracker clean by |
10 # running overnight and removing outdated bugs/suppressions. | 10 # running overnight and removing outdated bugs/suppressions. |
(...skipping 6340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6351 { | 6351 { |
6352 bug_331925 | 6352 bug_331925 |
6353 Memcheck:Leak | 6353 Memcheck:Leak |
6354 ... | 6354 ... |
6355 fun:_ZN3net27TestURLRequestContextGetter20GetURLRequestContextEv | 6355 fun:_ZN3net27TestURLRequestContextGetter20GetURLRequestContextEv |
6356 fun:_ZN3net14URLFetcherCore30StartURLRequestWhenAppropriateEv | 6356 fun:_ZN3net14URLFetcherCore30StartURLRequestWhenAppropriateEv |
6357 fun:_ZN3net14URLFetcherCore19DidInitializeWriterEi | 6357 fun:_ZN3net14URLFetcherCore19DidInitializeWriterEi |
6358 fun:_ZN3net14URLFetcherCore15StartOnIOThreadEv | 6358 fun:_ZN3net14URLFetcherCore15StartOnIOThreadEv |
6359 } | 6359 } |
6360 { | 6360 { |
6361 bug_332271a | |
6362 Memcheck:Param | |
6363 write(buf) | |
6364 obj:*libpthread* | |
6365 fun:_ZN3IPC7Channel11ChannelImpl23ProcessOutgoingMessagesEv | |
6366 fun:_ZN3IPC7Channel11ChannelImpl29OnFileCanWriteWithoutBlockingEi | |
6367 fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher29OnFileCanWriteWitho
utBlocking* | |
6368 fun:_ZN4base19MessagePumpLibevent22OnLibeventNotificationEisPv | |
6369 } | |
6370 { | |
6371 bug_332271b | |
6372 Memcheck:Param | |
6373 write(buf) | |
6374 obj:*libpthread* | |
6375 fun:_ZN3IPC7Channel11ChannelImpl23ProcessOutgoingMessagesEv | |
6376 fun:_ZN3IPC7Channel11ChannelImpl4SendEPNS_7MessageE | |
6377 fun:_ZN3IPC7Channel4SendEPNS_7MessageE | |
6378 fun:_ZN3IPC12ChannelProxy7Context13OnSendMessage* | |
6379 } | |
6380 { | |
6381 bug_332328 | 6361 bug_332328 |
6382 Memcheck:Leak | 6362 Memcheck:Leak |
6383 fun:malloc | 6363 fun:malloc |
6384 fun:_ZN3WTF10fastMallocEm | 6364 fun:_ZN3WTF10fastMallocEm |
6385 fun:_ZN7WebCore14XMLHttpRequestnwEm | 6365 fun:_ZN7WebCore14XMLHttpRequestnwEm |
6386 fun:_ZN7WebCore14XMLHttpRequest6createEPNS_16ExecutionContextEN3WTF10PassRefP
trINS_14SecurityOriginEEE | 6366 fun:_ZN7WebCore14XMLHttpRequest6createEPNS_16ExecutionContextEN3WTF10PassRefP
trINS_14SecurityOriginEEE |
6387 fun:_ZN7WebCore16V8XMLHttpRequest17constructorCustomERKN2v820FunctionCallback
InfoINS1_5ValueEEE | 6367 fun:_ZN7WebCore16V8XMLHttpRequest17constructorCustomERKN2v820FunctionCallback
InfoINS1_5ValueEEE |
6388 fun:_ZN7WebCore16V8XMLHttpRequest19constructorCallbackERKN2v820FunctionCallba
ckInfoINS1_5ValueEEE | 6368 fun:_ZN7WebCore16V8XMLHttpRequest19constructorCallbackERKN2v820FunctionCallba
ckInfoINS1_5ValueEEE |
6389 fun:_ZN2v88internal25FunctionCallbackArguments4CallEPFvRKNS_20FunctionCallbac
kInfoINS_5ValueEEEE | 6369 fun:_ZN2v88internal25FunctionCallbackArguments4CallEPFvRKNS_20FunctionCallbac
kInfoINS_5ValueEEEE |
6390 } | 6370 } |
(...skipping 22 matching lines...) Expand all Loading... |
6413 } | 6393 } |
6414 { | 6394 { |
6415 bug_332335 | 6395 bug_332335 |
6416 Memcheck:Param | 6396 Memcheck:Param |
6417 sendmsg(msg.msg_iov[0]) | 6397 sendmsg(msg.msg_iov[0]) |
6418 fun:sys_sendmsg | 6398 fun:sys_sendmsg |
6419 fun:_ZN8breakpad12_GLOBAL__N_122NonBrowserCrashHandlerEPKvmPv | 6399 fun:_ZN8breakpad12_GLOBAL__N_122NonBrowserCrashHandlerEPKvmPv |
6420 fun:_ZN15google_breakpad16ExceptionHandler12HandleSignalEiP7siginfoPv | 6400 fun:_ZN15google_breakpad16ExceptionHandler12HandleSignalEiP7siginfoPv |
6421 fun:_ZN15google_breakpad16ExceptionHandler13SignalHandlerEiP7siginfoPv | 6401 fun:_ZN15google_breakpad16ExceptionHandler13SignalHandlerEiP7siginfoPv |
6422 } | 6402 } |
OLD | NEW |