OLD | NEW |
1 # There are three kinds of suppressions in this file. | 1 # There are three 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 3596 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3607 Bug_69934_c | 3607 Bug_69934_c |
3608 Memcheck:Addr4 | 3608 Memcheck:Addr4 |
3609 fun:_ZN12NPObjectStub8OnInvokeEbRK18NPIdentifier_ParamRKSt6vectorI15NPVariant
_ParamSaIS4_EEPN3IPC7MessageE | 3609 fun:_ZN12NPObjectStub8OnInvokeEbRK18NPIdentifier_ParamRKSt6vectorI15NPVariant
_ParamSaIS4_EEPN3IPC7MessageE |
3610 fun:_Z16DispatchToMethodI12NPObjectStubMS0_FvbRK18NPIdentifier_ParamRKSt6vect
orI15NPVariant_ParamSaIS5_EEPN3IPC7MessageEEbS1_S7_RSB_EvPT_T0_RK6Tuple3IT1_T2_T
3_EP6Tuple1IT4_E | 3610 fun:_Z16DispatchToMethodI12NPObjectStubMS0_FvbRK18NPIdentifier_ParamRKSt6vect
orI15NPVariant_ParamSaIS5_EEPN3IPC7MessageEEbS1_S7_RSB_EvPT_T0_RK6Tuple3IT1_T2_T
3_EP6Tuple1IT4_E |
3611 fun:_ZN3IPC16MessageWithReplyI6Tuple3Ib18NPIdentifier_ParamSt6vectorI15NPVari
ant_ParamSaIS4_EEE6Tuple2IRS4_RbEE18DispatchDelayReplyI12NPObjectStubMSE_FvbRKS2
_RKS6_PNS_7MessageEEEEbPKSJ_PT_T0_ | 3611 fun:_ZN3IPC16MessageWithReplyI6Tuple3Ib18NPIdentifier_ParamSt6vectorI15NPVari
ant_ParamSaIS4_EEE6Tuple2IRS4_RbEE18DispatchDelayReplyI12NPObjectStubMSE_FvbRKS2
_RKS6_PNS_7MessageEEEEbPKSJ_PT_T0_ |
3612 fun:_ZN12NPObjectStub17OnMessageReceivedERKN3IPC7MessageE | 3612 fun:_ZN12NPObjectStub17OnMessageReceivedERKN3IPC7MessageE |
3613 fun:_ZN13MessageRouter12RouteMessageERKN3IPC7MessageE | 3613 fun:_ZN13MessageRouter12RouteMessageERKN3IPC7MessageE |
3614 fun:_ZN17PluginChannelBase17OnMessageReceivedERKN3IPC7MessageE | 3614 fun:_ZN17PluginChannelBase17OnMessageReceivedERKN3IPC7MessageE |
3615 fun:_ZN13PluginChannel17OnMessageReceivedERKN3IPC7MessageE | 3615 fun:_ZN13PluginChannel17OnMessageReceivedERKN3IPC7MessageE |
3616 } | 3616 } |
| 3617 { |
| 3618 Bug_70062 |
| 3619 Memcheck:Leak |
| 3620 fun:calloc |
| 3621 fun:PR_Calloc |
| 3622 fun:PR_NewLock |
| 3623 ... |
| 3624 fun:InitSessionCacheLocks |
| 3625 fun:initSessionCacheLocksLazily |
| 3626 fun:PR_CallOnce |
| 3627 fun:ssl_InitSessionCacheLocks |
| 3628 fun:lock_cache |
| 3629 fun:ssl_LookupSID |
| 3630 fun:ssl2_BeginClientHandshake |
| 3631 fun:ssl_Do1stHandshake |
| 3632 fun:SSL_ForceHandshake |
| 3633 fun:_ZN3net18SSLClientSocketNSS11DoHandshakeEv |
| 3634 fun:_ZN3net18SSLClientSocketNSS15DoHandshakeLoopEi |
| 3635 } |
OLD | NEW |