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

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

Issue 9309090: Fix ref leak in WebSocketServerSocketImpl introduced in r115422. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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 | « tools/heapcheck/suppressions.txt ('k') | 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 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 5151 matching lines...) Expand 10 before | Expand all | Expand 10 after
5162 } 5162 }
5163 { 5163 {
5164 bug_108398 5164 bug_108398
5165 Memcheck:Leak 5165 Memcheck:Leak
5166 fun:_Znw* 5166 fun:_Znw*
5167 ... 5167 ...
5168 fun:_ZN16BrowserThemePack18BuildFromExtensionEPK9Extension 5168 fun:_ZN16BrowserThemePack18BuildFromExtensionEPK9Extension
5169 fun:_ZN45BrowserThemePackTest_CanBuildAndReadPack_Test8TestBodyEv 5169 fun:_ZN45BrowserThemePackTest_CanBuildAndReadPack_Test8TestBodyEv
5170 } 5170 }
5171 { 5171 {
5172 bug_108399
5173 Memcheck:Leak
5174 fun:_Znw*
5175 ...
5176 fun:*WebSocketServerSocketImpl16ProcessHandshakeEvEN6Buffer*
5177 fun:*WebSocketServerSocketImpl16ProcessHandshakeEv
5178 fun:*WebSocketServerSocketImpl6OnReadEi
5179 }
5180 {
5181 bug_108531 5172 bug_108531
5182 Memcheck:Leak 5173 Memcheck:Leak
5183 fun:_Znw* 5174 fun:_Znw*
5184 ... 5175 ...
5185 fun:_ZN14RenderViewHost* 5176 fun:_ZN14RenderViewHost*
5186 ... 5177 ...
5187 fun:_ZN11BalloonHost4InitEv 5178 fun:_ZN11BalloonHost4InitEv
5188 fun:_ZN15BalloonViewHost4InitEP10_GtkWidget 5179 fun:_ZN15BalloonViewHost4InitEP10_GtkWidget
5189 fun:_ZN19BalloonViewHostView20ViewHierarchyChangedEbPN5views4ViewES2_ 5180 fun:_ZN19BalloonViewHostView20ViewHierarchyChangedEbPN5views4ViewES2_
5190 fun:_ZN5views4View24ViewHierarchyChangedImplEbbPS0_S1_ 5181 fun:_ZN5views4View24ViewHierarchyChangedImplEbbPS0_S1_
(...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
5738 obj:/lib/libselinux.so.1 5729 obj:/lib/libselinux.so.1
5739 obj:/lib/libselinux.so.1 5730 obj:/lib/libselinux.so.1
5740 } 5731 }
5741 { 5732 {
5742 bug_todo_grep 5733 bug_todo_grep
5743 Memcheck:Leak 5734 Memcheck:Leak
5744 fun:malloc 5735 fun:malloc
5745 obj:/bin/grep 5736 obj:/bin/grep
5746 obj:/bin/grep 5737 obj:/bin/grep
5747 } 5738 }
OLDNEW
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698