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

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

Issue 2335004: Adding a suppression for leak from:... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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
« 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 3034 matching lines...) Expand 10 before | Expand all | Expand 10 after
3045 fun:_ZN3IPC11SyncChannel11SyncContext17OnMessageReceivedERKNS_7MessageE 3045 fun:_ZN3IPC11SyncChannel11SyncContext17OnMessageReceivedERKNS_7MessageE
3046 fun:_ZN3IPC7Channel11ChannelImpl23ProcessIncomingMessagesEv 3046 fun:_ZN3IPC7Channel11ChannelImpl23ProcessIncomingMessagesEv
3047 fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi 3047 fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi
3048 fun:_ZN4base19MessagePumpLibevent22OnLibeventNotificationEisPv 3048 fun:_ZN4base19MessagePumpLibevent22OnLibeventNotificationEisPv
3049 fun:event_process_active 3049 fun:event_process_active
3050 fun:event_base_loop 3050 fun:event_base_loop
3051 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE 3051 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
3052 fun:_ZN11MessageLoop11RunInternalEv 3052 fun:_ZN11MessageLoop11RunInternalEv
3053 fun:_ZN11MessageLoop10RunHandlerEv 3053 fun:_ZN11MessageLoop10RunHandlerEv
3054 } 3054 }
3055
3056 {
3057 bug_45345
3058 Memcheck:Leak
3059 fun:_Znw*
3060 fun:_ZN4base17LoadNativeLibraryERK8FilePath
3061 fun:_ZN5NPAPI9PluginLib4LoadEv
3062 fun:_ZN5NPAPI9PluginLib13NP_InitializeEv
3063 fun:_ZN21WebPluginDelegateImpl6CreateERK8FilePathRKSsy
3064 fun:_ZN19TestWebViewDelegate20CreatePluginDelegateERK8FilePathRKSs
3065 fun:_ZN11webkit_glue13WebPluginImpl10initializeEPN6WebKit18WebPluginContainer E
3066 fun:_ZN6WebKit21FrameLoaderClientImpl12createPluginERKN7WebCore7IntSizeEPNS1_ 17HTMLPlugInElementERKNS1_4KURLERKN3WTF6VectorINS1_6StringELm0EEESF_RKSC_b
3067 fun:_ZN7WebCore11FrameLoader10loadPluginEPNS_20RenderEmbeddedObjectERKNS_4KUR LERKNS_6StringERKN3WTF6VectorIS6_Lm0EEESD_b
3068 fun:_ZN7WebCore11FrameLoader13requestObjectEPNS_20RenderEmbeddedObjectERKNS_6 StringERKNS_12AtomicStringES5_RKN3WTF6VectorIS3_Lm0EEESD_
3069 fun:_ZN7WebCore20RenderEmbeddedObject12updateWidgetEb
3070 fun:_ZN7WebCore9FrameView13updateWidgetsEv
3071 fun:_ZN7WebCore9FrameView22performPostLayoutTasksEv
3072 fun:_ZN7WebCore9FrameView6layoutEb
3073 fun:_ZN7WebCore8Document13implicitCloseEv
3074 fun:_ZN7WebCore11FrameLoader22checkCallImplicitCloseEv
3075 fun:_ZN7WebCore11FrameLoader14checkCompletedEv
3076 fun:_ZN7WebCore11FrameLoader15finishedParsingEv
3077 fun:_ZN7WebCore8Document15finishedParsingEv
3078 fun:_ZN7WebCore10HTMLParser8finishedEv
3079 fun:_ZN7WebCore13HTMLTokenizer3endEv
3080 fun:_ZN7WebCore13HTMLTokenizer6finishEv
3081 }
3082
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