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 748 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
759 Memcheck:Leak | 759 Memcheck:Leak |
760 fun:_Znw* | 760 fun:_Znw* |
761 fun:_ZN19TestWebViewDelegate12createWorkerEPN5blink8WebFrameEPNS0_15WebWorker
ClientE | 761 fun:_ZN19TestWebViewDelegate12createWorkerEPN5blink8WebFrameEPNS0_15WebWorker
ClientE |
762 fun:_ZN5blink19WebWorkerClientImpl24createWorkerContextProxyEPN7blink6WorkerE | 762 fun:_ZN5blink19WebWorkerClientImpl24createWorkerContextProxyEPN7blink6WorkerE |
763 fun:_ZN5blink18WorkerContextProxy6createEPNS_6WorkerE | 763 fun:_ZN5blink18WorkerContextProxy6createEPNS_6WorkerE |
764 fun:_ZN5blink6WorkerC1EPNS_22ScriptExecutionContextE | 764 fun:_ZN5blink6WorkerC1EPNS_22ScriptExecutionContextE |
765 fun:_ZN5blink6Worker6createERKN3WTF6StringEPNS_22ScriptExecutionContextERi | 765 fun:_ZN5blink6Worker6createERKN3WTF6StringEPNS_22ScriptExecutionContextERi |
766 fun:_ZN5blink8V8Worker19constructorCallbackERKN2v89ArgumentsE | 766 fun:_ZN5blink8V8Worker19constructorCallbackERKN2v89ArgumentsE |
767 } | 767 } |
768 { | 768 { |
769 bug_42942_a | |
770 Memcheck:Leak | |
771 fun:_Znw* | |
772 ... | |
773 fun:_ZN3sql10Connection18GetCachedStatementERKNS_11StatementIDEPKc | |
774 fun:_ZN3sql9MetaTable19PrepareGetStatementEPNS_9StatementEPKc | |
775 fun:_ZN3sql9MetaTable8GetValueEPKcPi | |
776 fun:_ZN3sql9MetaTable26GetCompatibleVersionNumberEv | |
777 ... | |
778 fun:_ZN3net13CookieMonster9InitStoreEv | |
779 } | |
780 { | |
781 bug_42942_b | |
782 Memcheck:Leak | |
783 fun:_Znw* | |
784 ... | |
785 fun:_ZN3sql10Connection18GetCachedStatementERKNS_11StatementIDEPKc | |
786 fun:_ZN3sql9MetaTable19PrepareSetStatementEPNS_9StatementEPKc | |
787 fun:_ZN3sql9MetaTable8SetValueEPKci | |
788 fun:_ZN3sql9MetaTable16SetVersionNumberEi | |
789 ... | |
790 fun:_ZN3net13CookieMonster9InitStoreEv | |
791 } | |
792 { | |
793 bug_64887_a | 769 bug_64887_a |
794 Memcheck:Uninitialized | 770 Memcheck:Uninitialized |
795 ... | 771 ... |
796 fun:*vfprintf | 772 fun:*vfprintf |
797 ... | 773 ... |
798 fun:_ZN7testing*PrintByteSegmentInObjectTo* | 774 fun:_ZN7testing*PrintByteSegmentInObjectTo* |
799 ... | 775 ... |
800 fun:_ZN7testing*PrintBytesInObjectTo* | 776 fun:_ZN7testing*PrintBytesInObjectTo* |
801 fun:_ZN7testing9internal220PrintBytesInObjectToEPKh* | 777 fun:_ZN7testing9internal220PrintBytesInObjectToEPKh* |
802 fun:_ZN7testing9internal220TypeWithoutFormatter* | 778 fun:_ZN7testing9internal220TypeWithoutFormatter* |
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
928 } | 904 } |
929 { | 905 { |
930 bug_67553 | 906 bug_67553 |
931 Memcheck:Leak | 907 Memcheck:Leak |
932 fun:_Znw* | 908 fun:_Znw* |
933 ... | 909 ... |
934 fun:_ZNSt3mapISs13scoped_refptrIK9ExtensionESt4lessISsESaISt4pairIKSsS3_EEEix
ERS7_ | 910 fun:_ZNSt3mapISs13scoped_refptrIK9ExtensionESt4lessISsESaISt4pairIKSsS3_EEEix
ERS7_ |
935 fun:_ZN16ExtensionInfoMap12AddExtensionEPK9Extension | 911 fun:_ZN16ExtensionInfoMap12AddExtensionEPK9Extension |
936 } | 912 } |
937 { | 913 { |
938 bug_68553 | |
939 Memcheck:Leak | |
940 fun:_Znw* | |
941 fun:_ZN3net25DiskCacheBasedSSLHostInfoC1ERKSsRKNS_9SSLConfigEPNS_12CertVerifi
erEPNS_9HttpCacheE | |
942 fun:_ZN3net9HttpCache25SSLHostInfoFactoryAdaptor10GetForHostERKSsRKNS_9SSLCon
figE | |
943 fun:_ZN3net13SSLConnectJob12DoTCPConnectEv | |
944 fun:_ZN3net13SSLConnectJob6DoLoopEi | |
945 fun:_ZN3net13SSLConnectJob15ConnectInternalEv | |
946 fun:_ZN3net10ConnectJob7ConnectEv | |
947 fun:_ZN3net8internal26ClientSocketPoolBaseHelper21RequestSocketInternalERKSsP
KNS1_7RequestE | |
948 fun:_ZN3net8internal26ClientSocketPoolBaseHelper13RequestSocketERKSsPKNS1_7Re
questE | |
949 fun:_ZN3net20ClientSocketPoolBaseINS_15SSLSocketParamsEE13RequestSocketERKSsR
K13scoped_refptrIS1_ENS_15RequestPriorityEPNS_18ClientSocketHandleEP14CallbackRu
nnerI6Tuple1IiEERKNS_11BoundNetLogE | |
950 fun:_ZN3net19SSLClientSocketPool13RequestSocketERKSsPKvNS_15RequestPriorityEP
NS_18ClientSocketHandleEP14CallbackRunnerI6Tuple1IiEERKNS_11BoundNetLogE | |
951 fun:_ZN3net18ClientSocketHandle4InitINS_15SSLSocketParamsENS_19SSLClientSocke
tPoolEEEiRKSsRK13scoped_refptrIT_ENS_15RequestPriorityEP14CallbackRunnerI6Tuple1
IiEEPT0_RKNS_11BoundNetLogE | |
952 } | |
953 { | |
954 Bug_69934_a | 914 Bug_69934_a |
955 Memcheck:Leak | 915 Memcheck:Leak |
956 fun:_Znw* | 916 fun:_Znw* |
957 fun:_ZN*NPObjectProxy10NPAllocateEP4_NPPP7NPClass | 917 fun:_ZN*NPObjectProxy10NPAllocateEP4_NPPP7NPClass |
958 fun:_NPN_CreateObject | 918 fun:_NPN_CreateObject |
959 fun:_ZN5blink11WebBindings12createObjectEP4_NPPP7NPClass | 919 fun:_ZN5blink11WebBindings12createObjectEP4_NPPP7NPClass |
960 } | 920 } |
961 { | 921 { |
962 Bug_69934_b | 922 Bug_69934_b |
963 Memcheck:Leak | 923 Memcheck:Leak |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1105 fun:_ZN9__gnu_cxx13new_allocator*FilePath*allocate* | 1065 fun:_ZN9__gnu_cxx13new_allocator*FilePath*allocate* |
1106 fun:_ZNSt11_Deque_base*FilePath*_M_allocate_map* | 1066 fun:_ZNSt11_Deque_base*FilePath*_M_allocate_map* |
1107 fun:_ZNSt11_Deque_base*FilePath*_M_initialize_map* | 1067 fun:_ZNSt11_Deque_base*FilePath*_M_initialize_map* |
1108 fun:_ZNSt11_Deque_baseI*FilePath* | 1068 fun:_ZNSt11_Deque_baseI*FilePath* |
1109 fun:_ZNSt5dequeI*FilePath* | 1069 fun:_ZNSt5dequeI*FilePath* |
1110 fun:_ZNSt5stackI*FilePath*deque* | 1070 fun:_ZNSt5stackI*FilePath*deque* |
1111 fun:_ZN9file_util14FileEnumeratorC1E* | 1071 fun:_ZN9file_util14FileEnumeratorC1E* |
1112 fun:_ZN7history20ExpireHistoryBackend25DoExpireHistoryIndexFilesEv | 1072 fun:_ZN7history20ExpireHistoryBackend25DoExpireHistoryIndexFilesEv |
1113 } | 1073 } |
1114 { | 1074 { |
1115 bug_87423 | |
1116 Memcheck:Uninitialized | |
1117 fun:_ZNK3net15HttpBasicStream23LogNumRttVsBytesMetricsEv | |
1118 fun:_ZN3net22HttpNetworkTransaction18DoReadBodyCompleteEi | |
1119 fun:_ZN3net22HttpNetworkTransaction6DoLoopEi | |
1120 fun:_ZN3net22HttpNetworkTransaction4ReadEPNS_8IOBufferEiP14CallbackRunnerI6Tu
ple1IiEE | |
1121 fun:_Z15ReadTransactionPN3net15HttpTransactionEPSs | |
1122 fun:_ZN3net73HttpNetworkTransactionTest_ErrorResponseTofHttpsConnectViaHttpsP
roxy_Test8TestBodyEv | |
1123 } | |
1124 { | |
1125 bug_90215_c | 1075 bug_90215_c |
1126 Memcheck:Leak | 1076 Memcheck:Leak |
1127 ... | 1077 ... |
1128 fun:_ZN3net13URLRequestJob21NotifyRestartRequiredEv | 1078 fun:_ZN3net13URLRequestJob21NotifyRestartRequiredEv |
1129 fun:_ZN8appcache21AppCacheURLRequestJob13BeginDeliveryEv | 1079 fun:_ZN8appcache21AppCacheURLRequestJob13BeginDeliveryEv |
1130 } | 1080 } |
1131 { | 1081 { |
1132 bug_90215_d | 1082 bug_90215_d |
1133 Memcheck:Leak | 1083 Memcheck:Leak |
1134 ... | 1084 ... |
(...skipping 30 matching lines...) Expand all Loading... |
1165 fun:_Znw* | 1115 fun:_Znw* |
1166 fun:_ZN9__gnu_cxx13new_allocatorISt10_List_nodeIPN5quota11QuotaClientEEE8allo
cateEjPKv | 1116 fun:_ZN9__gnu_cxx13new_allocatorISt10_List_nodeIPN5quota11QuotaClientEEE8allo
cateEjPKv |
1167 fun:_ZNSt10_List_baseIPN5quota11QuotaClientESaIS2_EE11_M_get_nodeEv | 1117 fun:_ZNSt10_List_baseIPN5quota11QuotaClientESaIS2_EE11_M_get_nodeEv |
1168 fun:_ZNSt4listIPN5quota11QuotaClientESaIS2_EE14_M_create_nodeERKS2_ | 1118 fun:_ZNSt4listIPN5quota11QuotaClientESaIS2_EE14_M_create_nodeERKS2_ |
1169 fun:_ZNSt4listIPN5quota11QuotaClientESaIS2_EE9_M_insertESt14_List_iteratorIS2
_ERKS2_ | 1119 fun:_ZNSt4listIPN5quota11QuotaClientESaIS2_EE9_M_insertESt14_List_iteratorIS2
_ERKS2_ |
1170 fun:_ZNSt4listIPN5quota11QuotaClientESaIS2_EE9push_backERKS2_ | 1120 fun:_ZNSt4listIPN5quota11QuotaClientESaIS2_EE9push_backERKS2_ |
1171 fun:_ZN5quota12QuotaManager14RegisterClientEPNS_11QuotaClientE | 1121 fun:_ZN5quota12QuotaManager14RegisterClientEPNS_11QuotaClientE |
1172 fun:_ZN5quota17QuotaManagerProxy14RegisterClientEPNS_11QuotaClientE | 1122 fun:_ZN5quota17QuotaManagerProxy14RegisterClientEPNS_11QuotaClientE |
1173 } | 1123 } |
1174 { | 1124 { |
1175 bug_93250a | |
1176 Memcheck:Leak | |
1177 fun:_Znw* | |
1178 ... | |
1179 fun:*SHA1Fingerprint* | |
1180 fun:_ZN3net16CertVerifyResultaSERKS0_ | |
1181 fun:_ZN3net12CertVerifier12HandleResultEPNS_15X509CertificateERKSsiiRKNS_16Ce
rtVerifyResultE | |
1182 fun:_ZN3net18CertVerifierWorker7DoReplyEv | |
1183 } | |
1184 { | |
1185 bug_93250b | |
1186 Memcheck:Leak | |
1187 fun:_Znw* | |
1188 fun:_ZN4base4BindIMNS_6subtle18TaskClosureAdapterEFvvEPS2_EENS_8internal20Inv
okerStorageHolderINS6_15InvokerStorage1IT_T0_EEEES9_RKSA_ | |
1189 fun:_ZN4base11MessageLoop8PostTaskERKN15tracked_objects8LocationEP4Task | |
1190 fun:_ZN3net18CertVerifierWorker6FinishEv | |
1191 fun:_ZN3net18CertVerifierWorker3RunEv | |
1192 } | |
1193 { | |
1194 bug_93730_a | 1125 bug_93730_a |
1195 Memcheck:Leak | 1126 Memcheck:Leak |
1196 fun:_Znw* | 1127 fun:_Znw* |
1197 fun:_ZN14ServiceProcess10InitializeEP16MessageLoopForUIRK11CommandLineP19Serv
iceProcessState | 1128 fun:_ZN14ServiceProcess10InitializeEP16MessageLoopForUIRK11CommandLineP19Serv
iceProcessState |
1198 fun:_Z18ServiceProcessMainRK18MainFunctionParams | 1129 fun:_Z18ServiceProcessMainRK18MainFunctionParams |
1199 ... | 1130 ... |
1200 fun:ChromeMain | 1131 fun:ChromeMain |
1201 fun:main | 1132 fun:main |
1202 } | 1133 } |
1203 { | 1134 { |
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1365 fun:_ZN4skia15ImageOperations6ResizeE* | 1296 fun:_ZN4skia15ImageOperations6ResizeE* |
1366 } | 1297 } |
1367 { | 1298 { |
1368 bug_106912 | 1299 bug_106912 |
1369 Memcheck:Leak | 1300 Memcheck:Leak |
1370 ... | 1301 ... |
1371 fun:*tracked_objects*ThreadData*InitializeThreadContext* | 1302 fun:*tracked_objects*ThreadData*InitializeThreadContext* |
1372 fun:*base*PlatformThread*SetName* | 1303 fun:*base*PlatformThread*SetName* |
1373 } | 1304 } |
1374 { | 1305 { |
1375 bug_111669 | |
1376 Memcheck:Leak | |
1377 fun:_Znw* | |
1378 fun:_ZN8appcache17AppCacheDiskCache10ActiveCall17OnAsyncCompletionEi | |
1379 } | |
1380 { | |
1381 bug_112278 | 1306 bug_112278 |
1382 Memcheck:Uninitialized | 1307 Memcheck:Uninitialized |
1383 fun:fetch_texel_2d_f_rgba8888 | 1308 fun:fetch_texel_2d_f_rgba8888 |
1384 ... | 1309 ... |
1385 fun:sample_nearest_2d | 1310 fun:sample_nearest_2d |
1386 fun:fetch_texel_lod | 1311 fun:fetch_texel_lod |
1387 fun:fetch_texel | 1312 fun:fetch_texel |
1388 fun:_mesa_execute_program | 1313 fun:_mesa_execute_program |
1389 fun:run_program* | 1314 fun:run_program* |
1390 fun:_swrast_exec_fragment_program | 1315 fun:_swrast_exec_fragment_program |
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1889 fun:_ZNSt12_Vector_baseISbItN4base20string16_char_traitsESaItEESaIS3_EE11_M_a
llocateEm | 1814 fun:_ZNSt12_Vector_baseISbItN4base20string16_char_traitsESaItEESaIS3_EE11_M_a
llocateEm |
1890 ... | 1815 ... |
1891 fun:_ZN15WrenchMenuModel5BuildEbb | 1816 fun:_ZN15WrenchMenuModel5BuildEbb |
1892 fun:_ZN15WrenchMenuModelC1EPN2ui19AcceleratorProviderEP7Browserbb | 1817 fun:_ZN15WrenchMenuModelC1EPN2ui19AcceleratorProviderEP7Browserbb |
1893 fun:_ZN17BrowserToolbarGtkC1EP7BrowserP16BrowserWindowGtk | 1818 fun:_ZN17BrowserToolbarGtkC1EP7BrowserP16BrowserWindowGtk |
1894 fun:_ZN16BrowserWindowGtk11InitWidgetsEv | 1819 fun:_ZN16BrowserWindowGtk11InitWidgetsEv |
1895 fun:_ZN16BrowserWindowGtk4InitEv | 1820 fun:_ZN16BrowserWindowGtk4InitEv |
1896 fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser | 1821 fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser |
1897 } | 1822 } |
1898 { | 1823 { |
1899 bug_171722 | |
1900 Memcheck:Leak | |
1901 fun:_Znw* | |
1902 fun:_ZN3net12_GLOBAL__N_120URLRequestFtpJobTest9AddSocketEPNS_13MockReadWrite
ILNS_17MockReadWriteTypeE0EEEmPNS2_ILS3_1EEEm | |
1903 } | |
1904 { | |
1905 bug_172005 | 1824 bug_172005 |
1906 Memcheck:Leak | 1825 Memcheck:Leak |
1907 fun:_Znw* | 1826 fun:_Znw* |
1908 fun:_ZN7leveldb10VersionSet11LogAndApplyEPNS_11VersionEditEPNS_4port5MutexE | 1827 fun:_ZN7leveldb10VersionSet11LogAndApplyEPNS_11VersionEditEPNS_4port5MutexE |
1909 fun:_ZN7leveldb2DB4OpenERKNS_7OptionsERKSsPPS0_ | 1828 fun:_ZN7leveldb2DB4OpenERKNS_7OptionsERKSsPPS0_ |
1910 fun:_ZN11dom_storage22SessionStorageDatabase9TryToOpenEPPN7leveldb2DBE | 1829 fun:_ZN11dom_storage22SessionStorageDatabase9TryToOpenEPPN7leveldb2DBE |
1911 fun:_ZN11dom_storage22SessionStorageDatabase8LazyOpenEb | 1830 fun:_ZN11dom_storage22SessionStorageDatabase8LazyOpenEb |
1912 fun:_ZN11dom_storage22SessionStorageDatabase24ReadNamespacesAndOriginsEPSt3ma
pISsSt6vectorI4GURLSaIS3_EESt4lessISsESaISt4pairIKSsS5_EEE | 1831 fun:_ZN11dom_storage22SessionStorageDatabase24ReadNamespacesAndOriginsEPSt3ma
pISsSt6vectorI4GURLSaIS3_EESt4lessISsESaISt4pairIKSsS5_EEE |
1913 fun:_ZN11dom_storage17DomStorageContext36FindUnusedNamespacesInCommitSequence
ERKSt3setISsSt4lessISsESaISsEES7_ | 1832 fun:_ZN11dom_storage17DomStorageContext36FindUnusedNamespacesInCommitSequence
ERKSt3setISsSt4lessISsESaISsEES7_ |
1914 } | 1833 } |
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2244 bug_250533_b | 2163 bug_250533_b |
2245 Memcheck:Leak | 2164 Memcheck:Leak |
2246 fun:_Znw* | 2165 fun:_Znw* |
2247 ... | 2166 ... |
2248 fun:_ZN3net18HttpNetworkSessionC1ERKNS0_6ParamsE | 2167 fun:_ZN3net18HttpNetworkSessionC1ERKNS0_6ParamsE |
2249 fun:_ZN11jingle_glue26ProxyResolvingClientSocketC1EPN3net19ClientSocketFactor
yERK13scoped_refptrINS1_23URLRequestContextGetterEERKNS1_9SSLConfigERKNS1_12Host
PortPairE | 2168 fun:_ZN11jingle_glue26ProxyResolvingClientSocketC1EPN3net19ClientSocketFactor
yERK13scoped_refptrINS1_23URLRequestContextGetterEERKNS1_9SSLConfigERKNS1_12Host
PortPairE |
2250 fun:_ZN11jingle_glue23XmppClientSocketFactory27CreateTransportClientSocketERK
N3net12HostPortPairE | 2169 fun:_ZN11jingle_glue23XmppClientSocketFactory27CreateTransportClientSocketERK
N3net12HostPortPairE |
2251 fun:_ZN11jingle_glue17ChromeAsyncSocket7ConnectERKN9talk_base13SocketAddressE | 2170 fun:_ZN11jingle_glue17ChromeAsyncSocket7ConnectERKN9talk_base13SocketAddressE |
2252 } | 2171 } |
2253 { | 2172 { |
2254 bug_251004_a | |
2255 Memcheck:Leak | |
2256 fun:_Znw* | |
2257 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob
jects8LocationERKNS_8CallbackIFvvEEESA_ | |
2258 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS
_8CallbackIFvvEEES9_ | |
2259 fun:_ZN3net10FileStream7Context14CloseAndDeleteEv | |
2260 } | |
2261 { | |
2262 bug_251034 | 2173 bug_251034 |
2263 Memcheck:Leak | 2174 Memcheck:Leak |
2264 ... | 2175 ... |
2265 fun:_ZN3gpu5gles216ShaderTranslator4InitE12ShShaderType12ShShaderSpecPK18ShBu
iltInResourcesNS0_25ShaderTranslatorInterface22GlslImplementationTypeENS7_27Glsl
BuiltInFunctionBehaviorE | 2176 fun:_ZN3gpu5gles216ShaderTranslator4InitE12ShShaderType12ShShaderSpecPK18ShBu
iltInResourcesNS0_25ShaderTranslatorInterface22GlslImplementationTypeENS7_27Glsl
BuiltInFunctionBehaviorE |
2266 fun:_ZN3gpu5gles221ShaderTranslatorCache13GetTranslatorE12ShShaderType12ShSha
derSpecPK18ShBuiltInResourcesNS0_25ShaderTranslatorInterface22GlslImplementation
TypeENS7_27GlslBuiltInFunctionBehaviorE | 2177 fun:_ZN3gpu5gles221ShaderTranslatorCache13GetTranslatorE12ShShaderType12ShSha
derSpecPK18ShBuiltInResourcesNS0_25ShaderTranslatorInterface22GlslImplementation
TypeENS7_27GlslBuiltInFunctionBehaviorE |
2267 fun:_ZN3gpu5gles216GLES2DecoderImpl26InitializeShaderTranslatorEv | 2178 fun:_ZN3gpu5gles216GLES2DecoderImpl26InitializeShaderTranslatorEv |
2268 fun:_ZN3gpu5gles216GLES2DecoderImpl10InitializeERK13scoped_refptrIN3gfx9GLSur
faceEERKS2_INS3_9GLContextEEbRKNS3_4SizeERKNS0_18DisallowedFeaturesEPKcRKSt6vect
orIiSaIiEE | 2179 fun:_ZN3gpu5gles216GLES2DecoderImpl10InitializeERK13scoped_refptrIN3gfx9GLSur
faceEERKS2_INS3_9GLContextEEbRKNS3_4SizeERKNS0_18DisallowedFeaturesEPKcRKSt6vect
orIiSaIiEE |
2269 fun:_ZN3gpu22InProcessCommandBuffer21InitializeOnGpuThreadEbmRKN3gfx4SizeEPKc
RKSt6vectorIiSaIiEENS1_13GpuPreferenceE | 2180 fun:_ZN3gpu22InProcessCommandBuffer21InitializeOnGpuThreadEbmRKN3gfx4SizeEPKc
RKSt6vectorIiSaIiEENS1_13GpuPreferenceE |
2270 } | 2181 } |
2271 { | 2182 { |
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2622 } | 2533 } |
2623 { | 2534 { |
2624 bug_361594 | 2535 bug_361594 |
2625 Memcheck:Uninitialized | 2536 Memcheck:Uninitialized |
2626 ... | 2537 ... |
2627 fun:*SkA8_Shader_Blitter*blitH* | 2538 fun:*SkA8_Shader_Blitter*blitH* |
2628 ... | 2539 ... |
2629 fun:*content*ScreenshotData*EncodeOnWorker* | 2540 fun:*content*ScreenshotData*EncodeOnWorker* |
2630 } | 2541 } |
2631 { | 2542 { |
2632 bug_363819 | |
2633 Memcheck:Uninitialized | |
2634 fun:strlen | |
2635 fun:* | |
2636 fun:_ZN3net12_GLOBAL__N_114TestHttpClient4ReadEPSs | |
2637 fun:_ZN3net*HttpServerTest* | |
2638 } | |
2639 { | |
2640 bug_364274 | 2543 bug_364274 |
2641 Memcheck:Uninitialized | 2544 Memcheck:Uninitialized |
2642 fun:_ZN5blink21RenderLayerCompositor14updateIfNeededEv | 2545 fun:_ZN5blink21RenderLayerCompositor14updateIfNeededEv |
2643 } | 2546 } |
2644 { | 2547 { |
2645 bug_364724 | 2548 bug_364724 |
2646 Memcheck:Param | 2549 Memcheck:Param |
2647 write(buf) | 2550 write(buf) |
2648 obj:/lib/x86_64-linux-gnu/libpthread-2.15.so | 2551 obj:/lib/x86_64-linux-gnu/libpthread-2.15.so |
2649 fun:_ZN3IPC12ChannelPosix23ProcessOutgoingMessagesEv | 2552 fun:_ZN3IPC12ChannelPosix23ProcessOutgoingMessagesEv |
(...skipping 806 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3456 fun:pthread_setspecific | 3359 fun:pthread_setspecific |
3457 ... | 3360 ... |
3458 fun:_ZN3gpu22InProcessCommandBuffer21InitializeOnGpuThreadERKNS0_27Initialize
OnGpuThreadParamsE | 3361 fun:_ZN3gpu22InProcessCommandBuffer21InitializeOnGpuThreadERKNS0_27Initialize
OnGpuThreadParamsE |
3459 } | 3362 } |
3460 { | 3363 { |
3461 bug_441333 | 3364 bug_441333 |
3462 Memcheck:Uninitialized | 3365 Memcheck:Uninitialized |
3463 fun:av_packet_unpack_dictionary | 3366 fun:av_packet_unpack_dictionary |
3464 fun:add_metadata_from_side_data | 3367 fun:add_metadata_from_side_data |
3465 fun:avcodec_decode_* | 3368 fun:avcodec_decode_* |
3466 fun:avcodec_decode_* | |
3467 } | 3369 } |
3468 { | 3370 { |
3469 bug_448700_a | 3371 bug_448700_a |
3470 Memcheck:Leak | 3372 Memcheck:Leak |
3471 fun:_Znw* | 3373 fun:_Znw* |
3472 ... | 3374 ... |
3473 fun:_ZN10extensions11ApiTestBase15RegisterModulesEv | 3375 fun:_ZN10extensions11ApiTestBase15RegisterModulesEv |
3474 fun:_ZN10extensions11ApiTestBase5SetUpEv | 3376 fun:_ZN10extensions11ApiTestBase5SetUpEv |
3475 } | 3377 } |
3476 { | 3378 { |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3529 bug_449175_b | 3431 bug_449175_b |
3530 Memcheck:Leak | 3432 Memcheck:Leak |
3531 fun:calloc | 3433 fun:calloc |
3532 fun:pthread_setspecific | 3434 fun:pthread_setspecific |
3533 fun:_ZN4base8internal19ThreadLocalPlatform14SetValueInSlotEjPv | 3435 fun:_ZN4base8internal19ThreadLocalPlatform14SetValueInSlotEjPv |
3534 fun:_ZN4base18ThreadLocalPointerIN4mojo6common15MessagePumpMojoEE3SetEPS3_ | 3436 fun:_ZN4base18ThreadLocalPointerIN4mojo6common15MessagePumpMojoEE3SetEPS3_ |
3535 fun:_ZN4mojo6common15MessagePumpMojoC1Ev | 3437 fun:_ZN4mojo6common15MessagePumpMojoC1Ev |
3536 fun:_ZN4mojo6common15MessagePumpMojo6CreateEv | 3438 fun:_ZN4mojo6common15MessagePumpMojo6CreateEv |
3537 } | 3439 } |
3538 { | 3440 { |
3539 bug_449551 | |
3540 Memcheck:Leak | |
3541 fun:_Znw* | |
3542 ... | |
3543 fun:_ZN8app_list4test17SearchHistoryTest5SetUpEv | |
3544 } | |
3545 { | |
3546 bug_450228 | 3441 bug_450228 |
3547 Memcheck:Leak | 3442 Memcheck:Leak |
3548 fun:_Znw* | 3443 fun:_Znw* |
3549 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKi10linked_ptrIN4b
ase19SequencedWorkerPool6WorkerEEEEE8allocateEmPKv | 3444 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKi10linked_ptrIN4b
ase19SequencedWorkerPool6WorkerEEEEE8allocateEmPKv |
3550 fun:_ZNSt8_Rb_treeIiSt4pairIKi10linked_ptrIN4base19SequencedWorkerPool6Worker
EEESt10_Select1stIS7_ESt4lessIiESaIS7_EE11_M_get_nodeEv | 3445 fun:_ZNSt8_Rb_treeIiSt4pairIKi10linked_ptrIN4base19SequencedWorkerPool6Worker
EEESt10_Select1stIS7_ESt4lessIiESaIS7_EE11_M_get_nodeEv |
3551 fun:_ZNSt8_Rb_treeIiSt4pairIKi10linked_ptrIN4base19SequencedWorkerPool6Worker
EEESt10_Select1stIS7_ESt4lessIiESaIS7_EE14_M_create_nodeIJS0_IiS6_EEEEPSt13_Rb_t
ree_nodeIS7_EDpOT_ | 3446 fun:_ZNSt8_Rb_treeIiSt4pairIKi10linked_ptrIN4base19SequencedWorkerPool6Worker
EEESt10_Select1stIS7_ESt4lessIiESaIS7_EE14_M_create_nodeIJS0_IiS6_EEEEPSt13_Rb_t
ree_nodeIS7_EDpOT_ |
3552 fun:_ZNSt8_Rb_treeIiSt4pairIKi10linked_ptrIN4base19SequencedWorkerPool6Worker
EEESt10_Select1stIS7_ESt4lessIiESaIS7_EE10_M_insert_IS0_IiS6_EEESt17_Rb_tree_ite
ratorIS7_EPKSt18_Rb_tree_node_baseSK_OT_ | 3447 fun:_ZNSt8_Rb_treeIiSt4pairIKi10linked_ptrIN4base19SequencedWorkerPool6Worker
EEESt10_Select1stIS7_ESt4lessIiESaIS7_EE10_M_insert_IS0_IiS6_EEESt17_Rb_tree_ite
ratorIS7_EPKSt18_Rb_tree_node_baseSK_OT_ |
3553 fun:_ZNSt8_Rb_treeIiSt4pairIKi10linked_ptrIN4base19SequencedWorkerPool6Worker
EEESt10_Select1stIS7_ESt4lessIiESaIS7_EE16_M_insert_uniqueIS0_IiS6_EEES0_ISt17_R
b_tree_iteratorIS7_EbEOT_ | 3448 fun:_ZNSt8_Rb_treeIiSt4pairIKi10linked_ptrIN4base19SequencedWorkerPool6Worker
EEESt10_Select1stIS7_ESt4lessIiESaIS7_EE16_M_insert_uniqueIS0_IiS6_EEES0_ISt17_R
b_tree_iteratorIS7_EbEOT_ |
3554 fun:_ZNSt3mapIi10linked_ptrIN4base19SequencedWorkerPool6WorkerEESt4lessIiESaI
St4pairIKiS4_EEE6insertIS7_IiS4_EvEES7_ISt17_Rb_tree_iteratorIS9_EbEOT_ | 3449 fun:_ZNSt3mapIi10linked_ptrIN4base19SequencedWorkerPool6WorkerEESt4lessIiESaI
St4pairIKiS4_EEE6insertIS7_IiS4_EvEES7_ISt17_Rb_tree_iteratorIS9_EbEOT_ |
3555 fun:_ZN4base19SequencedWorkerPool5Inner10ThreadLoopEPNS0_6WorkerE | 3450 fun:_ZN4base19SequencedWorkerPool5Inner10ThreadLoopEPNS0_6WorkerE |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3632 fun:calloc | 3527 fun:calloc |
3633 ... | 3528 ... |
3634 fun:ssl3_HandleClientHello | 3529 fun:ssl3_HandleClientHello |
3635 fun:ssl3_HandleHandshakeMessage | 3530 fun:ssl3_HandleHandshakeMessage |
3636 fun:ssl3_HandleHandshake | 3531 fun:ssl3_HandleHandshake |
3637 fun:ssl3_HandleRecord | 3532 fun:ssl3_HandleRecord |
3638 fun:ssl3_GatherCompleteHandshake | 3533 fun:ssl3_GatherCompleteHandshake |
3639 fun:SSL_ForceHandshake | 3534 fun:SSL_ForceHandshake |
3640 fun:_ZN3net18SSLServerSocketNSS11DoHandshakeEv | 3535 fun:_ZN3net18SSLServerSocketNSS11DoHandshakeEv |
3641 } | 3536 } |
| 3537 { |
| 3538 buf_492821 |
| 3539 Memcheck:Uninitialized |
| 3540 fun:_ZN5blink17CSSPropertyParser9validUnitEPNS_14CSSParserValueENS0_5UnitsENS_
13CSSParserModeENS0_31ReleaseParsedCalcValueConditionE |
| 3541 fun:_ZN5blink17CSSPropertyParser9validUnitEPNS_14CSSParserValueENS0_5UnitsENS0
_31ReleaseParsedCalcValueConditionE |
| 3542 fun:_ZN5blink17CSSPropertyParser18validWidthOrHeightEPNS_14CSSParserValueENS
0_5UnitsE |
| 3543 fun:_ZN5blink17CSSPropertyParser10parseValueENS_13CSSPropertyIDEb |
| 3544 fun:_ZN5blink17CSSPropertyParser10parseValueENS_13CSSPropertyIDEbPNS_18CSSPa
rserValueListERKNS_16CSSParserContextERN3WTF6VectorINS_11CSSPropertyELm256ENS7_1
6DefaultAllocatorEEENS_13StyleRuleBase4TypeE |
| 3545 fun:_ZN5blink13CSSParserImpl23consumeDeclarationValueENS_19CSSParserTokenRan
geENS_13CSSPropertyIDEbNS_13StyleRuleBase4TypeE |
| 3546 fun:_ZN5blink13CSSParserImpl18consumeDeclarationENS_19CSSParserTokenRangeENS_13S
tyleRuleBase4TypeE |
| 3547 } |
OLD | NEW |