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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
323 } | 323 } |
324 { | 324 { |
325 # Valgrind doesn't grok clone quite yet on x64, | 325 # Valgrind doesn't grok clone quite yet on x64, |
326 # see https://bugs.kde.org/show_bug.cgi?id=117564 | 326 # see https://bugs.kde.org/show_bug.cgi?id=117564 |
327 valgrind_bug_117564 | 327 valgrind_bug_117564 |
328 Memcheck:Param | 328 Memcheck:Param |
329 clone(child_tidptr) | 329 clone(child_tidptr) |
330 fun:clone | 330 fun:clone |
331 fun:_ZN7testing8internal13ExecDeathTest10AssumeRoleEv | 331 fun:_ZN7testing8internal13ExecDeathTest10AssumeRoleEv |
332 } | 332 } |
| 333 { |
| 334 http://sources.redhat.com/bugzilla/show_bug.cgi?id=5171 |
| 335 Memcheck:Leak |
| 336 fun:calloc |
| 337 fun:allocate_dtv |
| 338 fun:_dl_allocate_tls |
| 339 fun:pthread_create@@GLIBC_2.1 |
| 340 } |
333 | 341 |
334 #----------------------------------------------------------------------- | 342 #----------------------------------------------------------------------- |
335 # 2. intentional unit test errors, or stuff that is somehow a false positive | 343 # 2. intentional unit test errors, or stuff that is somehow a false positive |
336 # in our own code, or stuff that is so trivial it's not worth fixing | 344 # in our own code, or stuff that is so trivial it's not worth fixing |
337 | 345 |
338 { | 346 { |
339 logging::InitLogging never frees filename. It would be hard to free properly. | 347 logging::InitLogging never frees filename. It would be hard to free properly. |
340 Memcheck:Leak | 348 Memcheck:Leak |
341 ... | 349 ... |
342 fun:_ZN7logging11InitLoggingEPKcNS_18LoggingDestinationENS_15LogLockingStateE
NS_20OldFileDeletionStateE | 350 fun:_ZN7logging11InitLoggingEPKcNS_18LoggingDestinationENS_15LogLockingStateE
NS_20OldFileDeletionStateE |
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
781 fun:_ZN22ResourceDispatcherHost10InitializeEv | 789 fun:_ZN22ResourceDispatcherHost10InitializeEv |
782 fun:_ZN18BrowserProcessImpl28CreateResourceDispatcherHostEv | 790 fun:_ZN18BrowserProcessImpl28CreateResourceDispatcherHostEv |
783 fun:_ZN18BrowserProcessImpl24resource_dispatcher_hostEv | 791 fun:_ZN18BrowserProcessImpl24resource_dispatcher_hostEv |
784 fun:_ZN17ExtensionsService4InitEv | 792 fun:_ZN17ExtensionsService4InitEv |
785 fun:_ZN11ProfileImpl14InitExtensionsEv | 793 fun:_ZN11ProfileImpl14InitExtensionsEv |
786 fun:_Z11BrowserMainRK18MainFunctionParams | 794 fun:_Z11BrowserMainRK18MainFunctionParams |
787 fun:ChromeMain | 795 fun:ChromeMain |
788 fun:main | 796 fun:main |
789 } | 797 } |
790 { | 798 { |
791 bug_20111 | |
792 Memcheck:Leak | |
793 fun:calloc | |
794 fun:allocate_dtv | |
795 fun:_dl_allocate_tls | |
796 fun:pthread_create@@GLIBC_2.1 | |
797 fun:_ZN42_GLOBAL__N__ZN14PlatformThread9CurrentIdEv12CreateThreadEjbPN14Platf
ormThread8DelegateEPm | |
798 fun:_ZN14PlatformThread6CreateEjPNS_8DelegateEPm | |
799 fun:_ZN4base6Thread16StartWithOptionsERKNS0_7OptionsE | |
800 ... | |
801 fun:*BrowserProcessImpl* | |
802 } | |
803 { | |
804 bug_20113 | 799 bug_20113 |
805 Memcheck:Leak | 800 Memcheck:Leak |
806 fun:malloc | 801 fun:malloc |
807 fun:_ZN3WTF10fastMallocE* | 802 fun:_ZN3WTF10fastMallocE* |
808 ... | 803 ... |
809 fun:_ZN7WebCore16StorageNamespace23sessionStorageNamespaceEv | 804 fun:_ZN7WebCore16StorageNamespace23sessionStorageNamespaceEv |
810 fun:_ZN7WebCore4Page14sessionStorageEb | 805 fun:_ZN7WebCore4Page14sessionStorageEb |
811 fun:_ZNK7WebCore9DOMWindow14sessionStorageEv | 806 fun:_ZNK7WebCore9DOMWindow14sessionStorageEv |
812 fun:_ZN7WebCore17DOMWindowInternal*24sessionStorageAttrGetterEN2v85LocalINS1_
6StringEEERKNS1_12AccessorInfoE | 807 fun:_ZN7WebCore17DOMWindowInternal*24sessionStorageAttrGetterEN2v85LocalINS1_
6StringEEERKNS1_12AccessorInfoE |
813 fun:_ZN2v88internal6Object23GetPropertyWithCallbackEPS1_S2_PNS0_6StringES2_ | 808 fun:_ZN2v88internal6Object23GetPropertyWithCallbackEPS1_S2_PNS0_6StringES2_ |
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1064 fun:_Z10cssyyparsePv | 1059 fun:_Z10cssyyparsePv |
1065 fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKNS_6StringE | 1060 fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKNS_6StringE |
1066 } | 1061 } |
1067 { | 1062 { |
1068 bug_26216 | 1063 bug_26216 |
1069 Memcheck:Leak | 1064 Memcheck:Leak |
1070 fun:_Znw* | 1065 fun:_Znw* |
1071 fun:_ZN9Extension25LoadExtensionActionHelperEPK15DictionaryValuePSs | 1066 fun:_ZN9Extension25LoadExtensionActionHelperEPK15DictionaryValuePSs |
1072 fun:_ZN39ExtensionTest_LoadPageActionHelper_Test8TestBodyEv | 1067 fun:_ZN39ExtensionTest_LoadPageActionHelper_Test8TestBodyEv |
1073 } | 1068 } |
OLD | NEW |