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

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

Issue 235009: Add the stack for a small amount of memory leak introduced between r27050 and... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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 1294 matching lines...) Expand 10 before | Expand all | Expand 10 after
1305 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE 1305 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
1306 fun:_ZN11MessageLoop11RunInternalEv 1306 fun:_ZN11MessageLoop11RunInternalEv
1307 fun:_ZN11MessageLoop10RunHandlerEv 1307 fun:_ZN11MessageLoop10RunHandlerEv
1308 fun:_ZN11MessageLoop3RunEv 1308 fun:_ZN11MessageLoop3RunEv
1309 fun:_ZN4base6Thread3RunEP11MessageLoop 1309 fun:_ZN4base6Thread3RunEP11MessageLoop
1310 fun:_ZN4base6Thread10ThreadMainEv 1310 fun:_ZN4base6Thread10ThreadMainEv
1311 fun:_Z10ThreadFuncPv 1311 fun:_Z10ThreadFuncPv
1312 fun:start_thread 1312 fun:start_thread
1313 fun:clone 1313 fun:clone
1314 } 1314 }
1315 {
1316 bug_22932
1317 Memcheck:Leak
1318 fun:_Znwj
1319 fun:_ZN7WebCore26PlatformMessagePortChannel19postMessageToRemoteEN3WTF10PassO wnPtrINS_18MessagePortChannel9EventDataEEE
1320 fun:_ZN7WebCore18MessagePortChannel19postMessageToRemoteEN3WTF10PassOwnPtrINS 0_9EventDataEEE
1321 fun:_ZN7WebCore11MessagePort11postMessageERKNS_6StringEPKN3WTF6VectorINS4_6Re fPtrIS0_EELj1EEERi
1322 fun:_ZN7WebCore8V8Custom32v8MessagePortPostMessageCallbackERKN2v89ArgumentsE
1323 fun:_ZN2v88internal21Builtin_HandleApiCallENS0_9ArgumentsE
1324 ...
1325 fun:_ZN2v88internal6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectEE EiPPPS4_Pb
1326 fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_10JSFunctionEEENS2_INS0_6O bjectEEEiPPPS5_Pb
1327 }
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