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 1001 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1012 { | 1012 { |
1013 bug_50936 | 1013 bug_50936 |
1014 Memcheck:Leak | 1014 Memcheck:Leak |
1015 fun:_Znw* | 1015 fun:_Znw* |
1016 ... | 1016 ... |
1017 fun:_ZN23OffTheRecordProfileImpl4InitEv | 1017 fun:_ZN23OffTheRecordProfileImpl4InitEv |
1018 fun:_ZN7Profile25CreateOffTheRecordProfileEv | 1018 fun:_ZN7Profile25CreateOffTheRecordProfileEv |
1019 fun:_ZN11ProfileImpl22GetOffTheRecordProfileEv | 1019 fun:_ZN11ProfileImpl22GetOffTheRecordProfileEv |
1020 } | 1020 } |
1021 { | 1021 { |
1022 bug_50968_a | |
1023 Memcheck:Leak | |
1024 ... | |
1025 fun:_ZN14WebDataService29InitializeDatabaseIfNecessaryEv | |
1026 } | |
1027 { | |
1028 bug_50968_b | |
1029 Memcheck:Unaddressable | |
1030 ... | |
1031 fun:_ZN14WebDataService29InitializeDatabaseIfNecessaryEv | |
1032 } | |
1033 { | |
1034 bug_50968_d | |
1035 Memcheck:Uninitialized | |
1036 ... | |
1037 fun:_ZN14WebDataService29InitializeDatabaseIfNecessaryEv | |
1038 } | |
1039 { | |
1040 bug_56359_a | 1022 bug_56359_a |
1041 Memcheck:Leak | 1023 Memcheck:Leak |
1042 fun:_Znw* | 1024 fun:_Znw* |
1043 fun:_ZN3net9HttpCache24GetBackendForTransactionEPNS0_11TransactionE | 1025 fun:_ZN3net9HttpCache24GetBackendForTransactionEPNS0_11TransactionE |
1044 fun:_ZN3net9HttpCache11Transaction12DoGetBackendEv | 1026 fun:_ZN3net9HttpCache11Transaction12DoGetBackendEv |
1045 fun:_ZN3net9HttpCache11Transaction6DoLoopEi | 1027 fun:_ZN3net9HttpCache11Transaction6DoLoopEi |
1046 fun:_ZN3net9HttpCache11Transaction5StartEPKNS_15HttpRequestInfoEP14CallbackRu
nnerI6Tuple1IiEERKNS_11BoundNetLogE | 1028 fun:_ZN3net9HttpCache11Transaction5StartEPKNS_15HttpRequestInfoEP14CallbackRu
nnerI6Tuple1IiEERKNS_11BoundNetLogE |
1047 fun:_ZN17URLRequestHttpJob16StartTransactionEv | 1029 fun:_ZN17URLRequestHttpJob16StartTransactionEv |
1048 fun:_ZN17URLRequestHttpJob24OnCanGetCookiesCompletedEi | 1030 fun:_ZN17URLRequestHttpJob24OnCanGetCookiesCompletedEi |
1049 fun:_ZN17URLRequestHttpJob23AddCookieHeaderAndStartEv | 1031 fun:_ZN17URLRequestHttpJob23AddCookieHeaderAndStartEv |
1050 fun:_ZN17URLRequestHttpJob5StartEv | 1032 fun:_ZN17URLRequestHttpJob5StartEv |
1051 fun:_ZN10URLRequest8StartJobEP13URLRequestJob | 1033 fun:_ZN10URLRequest8StartJobEP13URLRequestJob |
1052 fun:_ZN10URLRequest5StartEv | 1034 fun:_ZN10URLRequest5StartEv |
1053 fun:_ZN10URLFetcher4Core15StartURLRequestEv | 1035 fun:_ZN10URLFetcher4Core15StartURLRequestEv |
1054 } | 1036 } |
1055 { | 1037 { |
1056 bug_51153 | |
1057 Memcheck:Leak | |
1058 ... | |
1059 fun:_ZN7history14HistoryBackend16GetFaviconForURLE13scoped_refptrI17Cancelabl
eRequestI14CallbackRunnerI6Tuple5IibS1_I16RefCountedMemoryEb4GURLEEEERKS7_ | |
1060 } | |
1061 { | |
1062 bug_51379 | 1038 bug_51379 |
1063 Memcheck:Leak | 1039 Memcheck:Leak |
1064 fun:malloc | 1040 fun:malloc |
1065 ... | 1041 ... |
1066 obj:/usr/lib/libpangocairo-1.0.so.0.2002.3 | 1042 obj:/usr/lib/libpangocairo-1.0.so.0.2002.3 |
1067 ... | 1043 ... |
1068 fun:_ZN3gfx6Canvas13DrawStringIntERKSbIwSt11char_traitsIwESaIwEERKNS_4FontERK
jiiiii | 1044 fun:_ZN3gfx6Canvas13DrawStringIntERKSbIwSt11char_traitsIwESaIwEERKNS_4FontERK
jiiiii |
1069 fun:_ZN3gfx6Canvas13DrawStringIntERKSbIwSt11char_traitsIwESaIwEERKNS_4FontERK
jiiii | 1045 fun:_ZN3gfx6Canvas13DrawStringIntERKSbIwSt11char_traitsIwESaIwEERKNS_4FontERK
jiiii |
1070 } | 1046 } |
1071 { | 1047 { |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1179 fun:_ZN27SSLConfigServiceManagerPrefC1EP7Profile | 1155 fun:_ZN27SSLConfigServiceManagerPrefC1EP7Profile |
1180 fun:_ZN23SSLConfigServiceManager20CreateDefaultManagerEP7Profile | 1156 fun:_ZN23SSLConfigServiceManager20CreateDefaultManagerEP7Profile |
1181 fun:_ZN11ProfileImplC1E* | 1157 fun:_ZN11ProfileImplC1E* |
1182 fun:_ZN7Profile13CreateProfileE* | 1158 fun:_ZN7Profile13CreateProfileE* |
1183 fun:_ZN14ProfileManager13CreateProfileE* | 1159 fun:_ZN14ProfileManager13CreateProfileE* |
1184 fun:_ZN14ProfileManager10GetProfileE* | 1160 fun:_ZN14ProfileManager10GetProfileE* |
1185 fun:_ZN14ProfileManager17GetDefaultProfileE* | 1161 fun:_ZN14ProfileManager17GetDefaultProfileE* |
1186 fun:_ZN14ProfileManager17GetDefaultProfileEv | 1162 fun:_ZN14ProfileManager17GetDefaultProfileEv |
1187 } | 1163 } |
1188 { | 1164 { |
1189 bug_58561 | |
1190 Memcheck:Leak | |
1191 fun:_Znw* | |
1192 ... | |
1193 fun:_ZN3net8internal26ClientSocketPoolBaseHelper16GetOrCreateGroupERKSs | |
1194 fun:_ZN3net8internal26ClientSocketPoolBaseHelper13RequestSocketERKSsPKNS1_7Re
questE | |
1195 fun:_ZN3net20ClientSocketPoolBaseINS_* | |
1196 fun:_ZN3net*SocketPool13RequestSocketE* | |
1197 fun:_ZN3net18ClientSocketHandle4InitINS_* | |
1198 ... | |
1199 fun:_ZN3net21HttpStreamFactoryImpl3Job16DoInitConnectionEv | |
1200 fun:_ZN3net21HttpStreamFactoryImpl3Job6DoLoopEi | |
1201 } | |
1202 { | |
1203 bug_58564 | 1165 bug_58564 |
1204 Memcheck:Leak | 1166 Memcheck:Leak |
1205 fun:calloc | 1167 fun:calloc |
1206 ... | 1168 ... |
1207 fun:SSL_ImportFD | 1169 fun:SSL_ImportFD |
1208 fun:_ZN3net18SSLClientSocketNSS20InitializeSSLOptionsEv | 1170 fun:_ZN3net18SSLClientSocketNSS20InitializeSSLOptionsEv |
1209 fun:_ZN3net18SSLClientSocketNSS7ConnectEP14CallbackRunnerI6Tuple1IiEE | 1171 fun:_ZN3net18SSLClientSocketNSS7ConnectEP14CallbackRunnerI6Tuple1IiEE |
1210 fun:_ZN3net13SSLConnectJob12DoSSLConnectEv | 1172 fun:_ZN3net13SSLConnectJob12DoSSLConnectEv |
1211 fun:_ZN3net13SSLConnectJob6DoLoopEi | 1173 fun:_ZN3net13SSLConnectJob6DoLoopEi |
1212 } | 1174 } |
1213 { | 1175 { |
1214 bug_58574 | |
1215 Memcheck:Unaddressable | |
1216 ... | |
1217 fun:_ZN4base11MessageLoop8PostTaskERKN15tracked_objects8LocationERKN4base8Cal
lbackIFvvEEE | |
1218 fun:_ZN3net12CertVerifier7Request8DoVerifyEv | |
1219 } | |
1220 { | |
1221 bug_60556a | 1176 bug_60556a |
1222 Memcheck:Unaddressable | 1177 Memcheck:Unaddressable |
1223 ... | 1178 ... |
1224 fun:sqlite3_exec | 1179 fun:sqlite3_exec |
1225 fun:_ZN3sql10Connection7ExecuteEPKc | 1180 fun:_ZN3sql10Connection7ExecuteEPKc |
1226 fun:_ZN11WebDatabase* | 1181 fun:_ZN11WebDatabase* |
1227 } | 1182 } |
1228 { | 1183 { |
1229 bug_60556b | 1184 bug_60556b |
1230 Memcheck:Unaddressable | 1185 Memcheck:Unaddressable |
(...skipping 4602 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5833 { | 5788 { |
5834 bug_370206 | 5789 bug_370206 |
5835 Memcheck:Leak | 5790 Memcheck:Leak |
5836 fun:malloc | 5791 fun:malloc |
5837 fun:_ZN3WTF16DefaultAllocator15backingAllocateEm | 5792 fun:_ZN3WTF16DefaultAllocator15backingAllocateEm |
5838 fun:_ZN3WTF16DefaultAllocator13backingMallocIPN7blink14InlineIteratorEvEET_m | 5793 fun:_ZN3WTF16DefaultAllocator13backingMallocIPN7blink14InlineIteratorEvEET_m |
5839 ... | 5794 ... |
5840 fun:_ZN3WTF17HashMapTranslatorINS_18HashMapValueTraitsINS_10HashTraitsIPN7bli
nk7BidiRun* | 5795 fun:_ZN3WTF17HashMapTranslatorINS_18HashMapValueTraitsINS_10HashTraitsIPN7bli
nk7BidiRun* |
5841 } | 5796 } |
5842 { | 5797 { |
5843 bug_370210 | |
5844 Memcheck:Leak | |
5845 fun:_Znw* | |
5846 fun:_ZN5blink20InternalsGeolocation24setGeolocationClientMockERNS_9InternalsE
PNS_8DocumentE | |
5847 fun:_ZN5blink19InternalsV8InternalL30setGeolocationClientMockMethodERKN2v820F
unctionCallbackInfoINS1_5ValueEEE | |
5848 fun:_ZN5blink19InternalsV8InternalL38setGeolocationClientMockMethodCallbackER
KN2v820FunctionCallbackInfoINS1_5ValueEEE | |
5849 fun:_ZN2v88internal25FunctionCallbackArguments4CallEPFvRKNS_20FunctionCallbac
kInfoINS_5ValueEEEE | |
5850 } | |
5851 { | |
5852 bug_371844 | 5798 bug_371844 |
5853 Memcheck:Uninitialized | 5799 Memcheck:Uninitialized |
5854 fun:bcmp | 5800 fun:bcmp |
5855 fun:_ZNK7content15GamepadProvider8PadState5MatchERKN5blink10WebGamepadE | 5801 fun:_ZNK7content15GamepadProvider8PadState5MatchERKN5blink10WebGamepadE |
5856 fun:_ZN7content15GamepadProvider6DoPollEv | 5802 fun:_ZN7content15GamepadProvider6DoPollEv |
5857 } | 5803 } |
5858 { | 5804 { |
5859 bug_371860 | 5805 bug_371860 |
5860 Memcheck:Leak | 5806 Memcheck:Leak |
5861 fun:_Znw* | 5807 fun:_Znw* |
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6323 } | 6269 } |
6324 { | 6270 { |
6325 bug_400547 | 6271 bug_400547 |
6326 Memcheck:Uninitialized | 6272 Memcheck:Uninitialized |
6327 fun:_ZNK5blink22GraphicsLayerDebugInfo17appendOwnerNodeIdEPNS_10JSONObjectE | 6273 fun:_ZNK5blink22GraphicsLayerDebugInfo17appendOwnerNodeIdEPNS_10JSONObjectE |
6328 fun:_ZNK5blink22GraphicsLayerDebugInfo19appendAsTraceFormatEPNS_9WebStringE | 6274 fun:_ZNK5blink22GraphicsLayerDebugInfo19appendAsTraceFormatEPNS_9WebStringE |
6329 fun:_ZNK7content15TracedDebugInfo19AppendAsTraceFormatEPSs | 6275 fun:_ZNK7content15TracedDebugInfo19AppendAsTraceFormatEPSs |
6330 fun:_ZNK2cc9LayerImpl11AsValueIntoEPN4base5debug11TracedValueE | 6276 fun:_ZNK2cc9LayerImpl11AsValueIntoEPN4base5debug11TracedValueE |
6331 fun:_ZNK2cc*LayerImpl11AsValueIntoEPN4base5debug11TracedValueE | 6277 fun:_ZNK2cc*LayerImpl11AsValueIntoEPN4base5debug11TracedValueE |
6332 } | 6278 } |
OLD | NEW |