Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(269)

Side by Side Diff: tools/valgrind/memcheck/suppressions.txt

Issue 170001: Yet Another Occasional Leak Suppressed.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 } 231 }
232 { 232 {
233 bug_16161 233 bug_16161
234 Memcheck:Leak 234 Memcheck:Leak
235 fun:malloc 235 fun:malloc
236 fun:g_malloc 236 fun:g_malloc
237 ... 237 ...
238 fun:gtk_clipboard_set_text 238 fun:gtk_clipboard_set_text
239 fun:_ZN23AutocompleteEditViewGtk20SavePrimarySelectionERKSs 239 fun:_ZN23AutocompleteEditViewGtk20SavePrimarySelectionERKSs
240 } 240 }
241 {
242 # Maybe this is a widget caught in the middle of being destroyed?
243 bug_19369
244 Memcheck:Leak
245 fun:malloc
246 fun:g_malloc
247 fun:g_slice_alloc
248 fun:g_datalist_id_set_data_full
249 fun:g_object_freeze_notify
250 fun:gtk_widget_unparent
251 fun:gtk_bin_remove
252 fun:g_cclosure_marshal_VOID__OBJECT
253 fun:g_type_class_meta_marshal
254 fun:g_closure_invoke
255 fun:signal_emit_unlocked_R
256 fun:g_signal_emit_valist
257 fun:g_signal_emit
258 fun:gtk_container_remove
259 fun:gtk_widget_dispose
260 fun:g_object_run_dispose
261 fun:gtk_object_destroy
262 }
241 263
242 #----------------------------------------------------------------------- 264 #-----------------------------------------------------------------------
243 # 2. intentional unit test errors, or stuff that is somehow a false positive 265 # 2. intentional unit test errors, or stuff that is somehow a false positive
244 # in our own code, or stuff that is so trivial it's not worth fixing 266 # in our own code, or stuff that is so trivial it's not worth fixing
245 267
246 { 268 {
247 logging::InitLogging never frees filename. It would be hard to free properly. 269 logging::InitLogging never frees filename. It would be hard to free properly.
248 Memcheck:Leak 270 Memcheck:Leak
249 ... 271 ...
250 fun:_ZN7logging11InitLoggingEPKcNS_18LoggingDestinationENS_15LogLockingStateE NS_20OldFileDeletionStateE 272 fun:_ZN7logging11InitLoggingEPKcNS_18LoggingDestinationENS_15LogLockingStateE NS_20OldFileDeletionStateE
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 fun:_ZN4base22LinuxDynamicThreadPool8PostTaskEP4Task 543 fun:_ZN4base22LinuxDynamicThreadPool8PostTaskEP4Task
522 ... 544 ...
523 fun:_ZN18chrome_browser_net9DnsMaster24PreLockedScheduleLookupsEv 545 fun:_ZN18chrome_browser_net9DnsMaster24PreLockedScheduleLookupsEv
524 } 546 }
525 { 547 {
526 # ditto, but tweaked for cat hit by URLFetcherTest.SameThreadsTest on bot 548 # ditto, but tweaked for cat hit by URLFetcherTest.SameThreadsTest on bot
527 bug_16089c 549 bug_16089c
528 Memcheck:Leak 550 Memcheck:Leak
529 fun:_Znwj 551 fun:_Znwj
530 fun:_ZN4base22LinuxDynamicThreadPool8PostTaskEP4Task 552 fun:_ZN4base22LinuxDynamicThreadPool8PostTaskEP4Task
531 fun:_ZN10WorkerPool8PostTaskERKN15tracked_objects8LocationEP4Taskb 553 ...
532 fun:_ZN3net13TCPConnectJob13DoResolveHostEv 554 fun:_ZN3net13TCPConnectJob13DoResolveHostEv
533 } 555 }
534 { 556 {
535 # very common in ui tests 557 # very common in ui tests
536 bug_16091 558 bug_16091
537 Memcheck:Leak 559 Memcheck:Leak
538 ... 560 ...
539 fun:_ZN11MessageLoop22AddDestructionObserverEPNS_19DestructionObserverE 561 fun:_ZN11MessageLoop22AddDestructionObserverEPNS_19DestructionObserverE
540 ... 562 ...
541 fun:_ZN3IPC11SyncChannel11SyncContext15OnChannelOpenedEv 563 fun:_ZN3IPC11SyncChannel11SyncContext15OnChannelOpenedEv
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
729 bug_16583 751 bug_16583
730 Memcheck:Leak 752 Memcheck:Leak
731 fun:malloc 753 fun:malloc
732 fun:g_malloc 754 fun:g_malloc
733 fun:g_slice_alloc 755 fun:g_slice_alloc
734 fun:g_slice_alloc0 756 fun:g_slice_alloc0
735 fun:g_type_create_instance 757 fun:g_type_create_instance
736 fun:* 758 fun:*
737 fun:g_object_newv 759 fun:g_object_newv
738 fun:g_object_new_valist 760 fun:g_object_new_valist
739 ...
740 fun:gtk_window_realize
741 } 761 }
742 { 762 {
743 bug_16584 763 bug_16584
744 Memcheck:Leak 764 Memcheck:Leak
745 fun:_Znwj 765 fun:_Znwj
746 fun:_ZN7WebCore10CSSRuleSet12addToRuleSetEPNS_16AtomicStringImplERN3WTF7HashM apIS2_PNS_15CSSRuleDataListENS3_7PtrHashIS2_EENS3_10HashTraitsIS2_EENS9_IS6_EEEE PNS_12CSSStyleRuleEPNS_11CSSSelectorE 766 fun:_ZN7WebCore10CSSRuleSet12addToRuleSetEPNS_16AtomicStringImplERN3WTF7HashM apIS2_PNS_15CSSRuleDataListENS3_7PtrHashIS2_EENS3_10HashTraitsIS2_EENS9_IS6_EEEE PNS_12CSSStyleRuleEPNS_11CSSSelectorE
747 fun:_ZN7WebCore10CSSRuleSet7addRuleEPNS_12CSSStyleRuleEPNS_11CSSSelectorE 767 fun:_ZN7WebCore10CSSRuleSet7addRuleEPNS_12CSSStyleRuleEPNS_11CSSSelectorE
748 fun:_ZN7WebCore10CSSRuleSet17addRulesFromSheetEPNS_13CSSStyleSheetERKNS_19Med iaQueryEvaluatorEPNS_16CSSStyleSelectorE 768 fun:_ZN7WebCore10CSSRuleSet17addRulesFromSheetEPNS_13CSSStyleSheetERKNS_19Med iaQueryEvaluatorEPNS_16CSSStyleSelectorE
749 fun:_ZN7WebCoreL22loadSimpleDefaultStyleEv 769 fun:_ZN7WebCoreL22loadSimpleDefaultStyleEv
750 fun:_ZN7WebCore16CSSStyleSelectorC1EPNS_8DocumentERKNS_6StringEPNS_14StyleShe etListEPNS_13CSSStyleSheetEbb 770 fun:_ZN7WebCore16CSSStyleSelectorC1EPNS_8DocumentERKNS_6StringEPNS_14StyleShe etListEPNS_13CSSStyleSheetEbb
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
945 fun:_ZN11webkit_glue20ResourceLoaderBridge6CreateERKSsRK4GURLS5_S5_S2_S2_S2_i iN12ResourceType4TypeEii 965 fun:_ZN11webkit_glue20ResourceLoaderBridge6CreateERKSsRK4GURLS5_S5_S2_S2_S2_i iN12ResourceType4TypeEii
946 ... 966 ...
947 fun:_ZN7WebCore14ResourceHandle5startEPNS_5FrameE 967 fun:_ZN7WebCore14ResourceHandle5startEPNS_5FrameE
948 fun:_ZN7WebCore14ResourceHandle6createERKNS_15ResourceRequestEPNS_20ResourceH andleClientEPNS_5FrameEbbb 968 fun:_ZN7WebCore14ResourceHandle6createERKNS_15ResourceRequestEPNS_20ResourceH andleClientEPNS_5FrameEbbb
949 } 969 }
950 { 970 {
951 bug_18984 971 bug_18984
952 Memcheck:Free 972 Memcheck:Free
953 fun:_ZdlPv 973 fun:_ZdlPv
954 fun:_ZN7WebCore15CSSSelectorList19adoptSelectorVectorERN3WTF6VectorIPNS_11CSS SelectorELj0EEE 974 fun:_ZN7WebCore15CSSSelectorList19adoptSelectorVectorERN3WTF6VectorIPNS_11CSS SelectorELj0EEE
975 ...
955 fun:_ZN7WebCore9CSSParser15createStyleRuleEPN3WTF6VectorIPNS_11CSSSelectorELj 0EEE 976 fun:_ZN7WebCore9CSSParser15createStyleRuleEPN3WTF6VectorIPNS_11CSSSelectorELj 0EEE
956 } 977 }
957 { 978 {
958 bug_18984 979 bug_18984
959 Memcheck:Free 980 Memcheck:Free
960 fun:_ZdlPv 981 fun:_ZdlPv
961 fun:_ZN7WebCore15CSSSelectorList19adoptSelectorVectorERN3WTF6VectorIPNS_11CSS SelectorELj0EEE 982 fun:_ZN7WebCore15CSSSelectorList19adoptSelectorVectorERN3WTF6VectorIPNS_11CSS SelectorELj0EEE
962 fun:_Z10cssyyparsePv 983 fun:_Z10cssyyparsePv
963 fun:_ZN7WebCore9CSSParser13parseSelectorERKNS_6StringEPNS_8DocumentERNS_15CSS SelectorListE 984 fun:_ZN7WebCore9CSSParser13parseSelectorERKNS_6StringEPNS_8DocumentERNS_15CSS SelectorListE
964 } 985 }
(...skipping 10 matching lines...) Expand all
975 { 996 {
976 bug_19196 997 bug_19196
977 Memcheck:Leak 998 Memcheck:Leak
978 fun:_Znw* 999 fun:_Znw*
979 fun:_ZN2v817RegisterExtensionEPNS_9ExtensionE 1000 fun:_ZN2v817RegisterExtensionEPNS_9ExtensionE
980 fun:_ZN7WebCore7V8Proxy23registerExtensionWithV8EPN2v89ExtensionE 1001 fun:_ZN7WebCore7V8Proxy23registerExtensionWithV8EPN2v89ExtensionE
981 fun:_ZN7WebCore7V8Proxy17registerExtensionEPN2v89ExtensionEi 1002 fun:_ZN7WebCore7V8Proxy17registerExtensionEPN2v89ExtensionEi
982 fun:_ZN6WebKit17registerExtensionEPN2v89ExtensionEi 1003 fun:_ZN6WebKit17registerExtensionEPN2v89ExtensionEi
983 fun:_ZN12RenderThread23EnsureWebKitInitializedEv 1004 fun:_ZN12RenderThread23EnsureWebKitInitializedEv
984 } 1005 }
1006 {
1007 bug_19371
1008 Memcheck:Leak
1009 fun:_Znwj
1010 fun:_ZN4base13WaitableEvent7EnqueueEPNS0_6WaiterE
1011 fun:_ZN4base13WaitableEvent9TimedWaitERKNS_9TimeDeltaE
1012 fun:_ZN4base13WaitableEvent4WaitEv
1013 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE
1014 }
1015 {
1016 bug_19377
1017 Memcheck:Leak
1018 fun:calloc
1019 fun:event_base_new
1020 fun:_ZN4base19MessagePumpLibeventC1Ev
1021 fun:_ZN11MessageLoopC1ENS_4TypeE
1022 fun:_ZN4base6Thread10ThreadMainEv
1023 }
1024 {
1025 bug_19385
1026 Memcheck:Leak
1027 fun:realloc
1028 fun:epoll_add
1029 fun:event_add
1030 fun:_ZN4base19MessagePumpLibevent4InitEv
1031 fun:_ZN4base19MessagePumpLibeventC1Ev
1032 fun:_ZN11MessageLoopC1ENS_4TypeE
1033 fun:_ZN4base6Thread10ThreadMainEv
1034 fun:_Z10ThreadFuncPv
1035 fun:start_thread
1036 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698