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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
182 fun:FcFontSort | 182 fun:FcFontSort |
183 } | 183 } |
184 { | 184 { |
185 dlopen invalid read, probably a bug in glibc. TODO(dkegel): file glibc bug | 185 dlopen invalid read, probably a bug in glibc. TODO(dkegel): file glibc bug |
186 Memcheck:Uninitialized | 186 Memcheck:Uninitialized |
187 ... | 187 ... |
188 fun:dlopen@@GLIBC_2.1 | 188 fun:dlopen@@GLIBC_2.1 |
189 fun:PR_LoadLibraryWithFlags | 189 fun:PR_LoadLibraryWithFlags |
190 } | 190 } |
191 { | 191 { |
192 dlopen leak on error. TODO(timurrrr): file a bug | 192 dlopen leak on error. See http://sourceware.org/bugzilla/show_bug.cgi?id=1287
8. |
193 Memcheck:Leak | 193 Memcheck:Leak |
194 fun:calloc | 194 fun:calloc |
195 fun:_dlerror_run | 195 fun:_dlerror_run |
196 fun:dlopen@@GLIBC_2.1 | 196 fun:dlopen@@GLIBC_2.1 |
197 } | 197 } |
198 { | 198 { |
199 glibc leak. See also http://sources.redhat.com/bugzilla/show_bug.cgi?id=2451 | 199 glibc leak. See also http://sources.redhat.com/bugzilla/show_bug.cgi?id=2451 |
200 Memcheck:Leak | 200 Memcheck:Leak |
201 fun:malloc | 201 fun:malloc |
202 fun:_dl_map_object_from_fd | 202 fun:_dl_map_object_from_fd |
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
431 { | 431 { |
432 bug_51328b (Third Party) | 432 bug_51328b (Third Party) |
433 Memcheck:Leak | 433 Memcheck:Leak |
434 ... | 434 ... |
435 fun:SEC_PKCS7DecoderStart | 435 fun:SEC_PKCS7DecoderStart |
436 ... | 436 ... |
437 fun:SEC_ASN1DecoderUpdate_Util | 437 fun:SEC_ASN1DecoderUpdate_Util |
438 fun:SEC_PKCS12DecoderUpdate | 438 fun:SEC_PKCS12DecoderUpdate |
439 } | 439 } |
440 { | 440 { |
| 441 bug_51770 (Third Party) |
| 442 Memcheck:Leak |
| 443 fun:calloc |
| 444 fun:_dlerror_run |
| 445 fun:dlsym |
| 446 } |
| 447 { |
441 bug_58730_strlen_addr8 (Third Party) | 448 bug_58730_strlen_addr8 (Third Party) |
442 Memcheck:Unaddressable | 449 Memcheck:Unaddressable |
443 fun:__strlen_sse2 | 450 fun:__strlen_sse2 |
444 } | 451 } |
445 { | 452 { |
446 bug_58730_strlen_cond (Third Party) | 453 bug_58730_strlen_cond (Third Party) |
447 Memcheck:Uninitialized | 454 Memcheck:Uninitialized |
448 fun:__strlen_sse2 | 455 fun:__strlen_sse2 |
449 } | 456 } |
450 { | 457 { |
(...skipping 1519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1970 fun:_ZN7WebCore13TextRunWalker14widthOfFullRunEv | 1977 fun:_ZN7WebCore13TextRunWalker14widthOfFullRunEv |
1971 } | 1978 } |
1972 { | 1979 { |
1973 bug_51590c | 1980 bug_51590c |
1974 Memcheck:Unaddressable | 1981 Memcheck:Unaddressable |
1975 ... | 1982 ... |
1976 fun:_ZN7WebCore13TextRunWalker13nextScriptRunEv | 1983 fun:_ZN7WebCore13TextRunWalker13nextScriptRunEv |
1977 fun:_ZN7WebCore13TextRunWalker14widthOfFullRunEv | 1984 fun:_ZN7WebCore13TextRunWalker14widthOfFullRunEv |
1978 } | 1985 } |
1979 { | 1986 { |
1980 bug_51770 | |
1981 Memcheck:Leak | |
1982 fun:calloc | |
1983 fun:_dlerror_run | |
1984 fun:dlsym | |
1985 fun:localtime_r | |
1986 } | |
1987 { | |
1988 bug_51679 | 1987 bug_51679 |
1989 Memcheck:Leak | 1988 Memcheck:Leak |
1990 fun:_Znw* | 1989 fun:_Znw* |
1991 ... | 1990 ... |
1992 fun:_ZN23ExtensionMessageService16AddEventListenerERKSsi | 1991 fun:_ZN23ExtensionMessageService16AddEventListenerERKSsi |
1993 fun:_ZN24BrowserRenderProcessHost22OnExtensionAddListenerERKSs | 1992 fun:_ZN24BrowserRenderProcessHost22OnExtensionAddListenerERKSs |
1994 } | 1993 } |
1995 { | 1994 { |
1996 bug_52831 | 1995 bug_52831 |
1997 Memcheck:Leak | 1996 Memcheck:Leak |
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2370 fun:_mesa_texstore_rgba8888 | 2369 fun:_mesa_texstore_rgba8888 |
2371 fun:_mesa_texstore | 2370 fun:_mesa_texstore |
2372 fun:_mesa_store_teximage2d | 2371 fun:_mesa_store_teximage2d |
2373 fun:_mesa_TexImage2D | 2372 fun:_mesa_TexImage2D |
2374 fun:glTexImage2D | 2373 fun:glTexImage2D |
2375 fun:_ZN6WebKit31WebGraphicsContext3DDefaultImpl10texImage2DEjjjjjjjjPKv | 2374 fun:_ZN6WebKit31WebGraphicsContext3DDefaultImpl10texImage2DEjjjjjjjjPKv |
2376 fun:_ZN7WebCore25GraphicsContext3DInternal10texImage2DEjjjjjjjjPv | 2375 fun:_ZN7WebCore25GraphicsContext3DInternal10texImage2DEjjjjjjjjPv |
2377 fun:_ZN7WebCore17GraphicsContext3D10texImage2DEjjjjjjjjPv | 2376 fun:_ZN7WebCore17GraphicsContext3D10texImage2DEjjjjjjjjPv |
2378 } | 2377 } |
2379 { | 2378 { |
2380 bug_60958 | |
2381 Memcheck:Leak | |
2382 fun:calloc | |
2383 fun:_dlerror_run | |
2384 fun:dlsym | |
2385 fun:_Z*26InitLibcLocaltimeFunctionsv | |
2386 fun:pthread_once | |
2387 fun:_ZNK4base4Time7ExplodeEbPNS0_8ExplodedE | |
2388 fun:_ZNK4base4Time12LocalExplodeEPNS0_8ExplodedE | |
2389 fun:_ZNK4base4Time13LocalMidnightEv | |
2390 fun:_ZN7history20VisitSegmentDatabase17QuerySegmentUsageEN4base4TimeEiPSt6vec
torIP13PageUsageDataSaIS5_EE | |
2391 } | |
2392 { | |
2393 bug_69073 | 2379 bug_69073 |
2394 Memcheck:Leak | 2380 Memcheck:Leak |
2395 fun:malloc | 2381 fun:malloc |
2396 ... | 2382 ... |
2397 fun:sqlite3* | 2383 fun:sqlite3* |
2398 ... | 2384 ... |
2399 fun:find_objects | 2385 fun:find_objects |
2400 fun:find_objects_by_template | 2386 fun:find_objects_by_template |
2401 fun:nssToken_FindCertificatesBySubject | 2387 fun:nssToken_FindCertificatesBySubject |
2402 fun:nssTrustDomain_FindCertificatesBySubject | 2388 fun:nssTrustDomain_FindCertificatesBySubject |
(...skipping 3392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5795 fun:malloc | 5781 fun:malloc |
5796 fun:strdup | 5782 fun:strdup |
5797 ... | 5783 ... |
5798 fun:_ZN34CopyTextureCHROMIUMResourceManager10InitializeEv | 5784 fun:_ZN34CopyTextureCHROMIUMResourceManager10InitializeEv |
5799 fun:_ZN3gpu5gles216GLES2DecoderImpl10InitializeERK13scoped_refptrIN3gfx9GLSur
faceEERKS2_INS3_9GLContextEERKNS3_4SizeERKNS0_18DisallowedFeaturesEPKcRKSt6vecto
rIiSaIiEE | 5785 fun:_ZN3gpu5gles216GLES2DecoderImpl10InitializeERK13scoped_refptrIN3gfx9GLSur
faceEERKS2_INS3_9GLContextEERKNS3_4SizeERKNS0_18DisallowedFeaturesEPKcRKSt6vecto
rIiSaIiEE |
5800 fun:_ZN6webkit3gpu18GLInProcessContext10InitializeERKN3gfx4SizeEPS1_PKcPKiNS2
_13GpuPreferenceE | 5786 fun:_ZN6webkit3gpu18GLInProcessContext10InitializeERKN3gfx4SizeEPS1_PKcPKiNS2
_13GpuPreferenceE |
5801 fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4Si
zeES2_PKcPKiNS3_13GpuPreferenceE | 5787 fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4Si
zeES2_PKcPKiNS3_13GpuPreferenceE |
5802 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10Initializ
eEN6WebKit20WebGraphicsContext3D10AttributesEPS3_ | 5788 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10Initializ
eEN6WebKit20WebGraphicsContext3D10AttributesEPS3_ |
5803 } | 5789 } |
5804 { | 5790 { |
5805 bug_124494 | |
5806 Memcheck:Leak | |
5807 fun:calloc | |
5808 fun:_dlerror_run | |
5809 fun:dlsym | |
5810 fun:_ZN29RuntimeLibNSSFunctionPointersC1Ev | |
5811 fun:_ZN22DefaultSingletonTraitsI29RuntimeLibNSSFunctionPointersE3NewEv | |
5812 fun:_ZN9SingletonI29RuntimeLibNSSFunctionPointers22DefaultSingletonTraitsIS0_
ES0_E3getEv | |
5813 fun:_ZN29RuntimeLibNSSFunctionPointers11GetInstanceEv | |
5814 fun:_ZL43GetCacheOCSPResponseFromSideChannelFunctionv | |
5815 fun:_ZL23IsOCSPStaplingSupportedv | |
5816 } | |
5817 { | |
5818 bug_124496 | 5791 bug_124496 |
5819 Memcheck:Leak | 5792 Memcheck:Leak |
5820 fun:_Znw* | 5793 fun:_Znw* |
5821 ... | 5794 ... |
5822 fun:_ZN8notifier26ProxyResolvingClientSocket23ProcessProxyResolveDoneEi | 5795 fun:_ZN8notifier26ProxyResolvingClientSocket23ProcessProxyResolveDoneEi |
5823 } | 5796 } |
5824 { | 5797 { |
5825 bug_124500 | 5798 bug_124500 |
5826 Memcheck:Leak | 5799 Memcheck:Leak |
5827 fun:_Znw* | 5800 fun:_Znw* |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5867 obj:/lib/libselinux.so.1 | 5840 obj:/lib/libselinux.so.1 |
5868 } | 5841 } |
5869 { | 5842 { |
5870 bug_todo_grep | 5843 bug_todo_grep |
5871 Memcheck:Leak | 5844 Memcheck:Leak |
5872 fun:malloc | 5845 fun:malloc |
5873 obj:/bin/grep | 5846 obj:/bin/grep |
5874 obj:/bin/grep | 5847 obj:/bin/grep |
5875 } | 5848 } |
5876 | 5849 |
OLD | NEW |