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

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

Issue 10806061: Initialize the shared memory to appease Valgrind. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update suppressions Created 8 years, 5 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
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, stuff that is somehow a false positive 4 # 2. Intentional unit test errors, 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. 8 # These should all be in chromium's bug tracking system.
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 2440 matching lines...) Expand 10 before | Expand all | Expand 10 after
2451 { 2451 {
2452 bug_133076_b 2452 bug_133076_b
2453 Memcheck:Uninitialized 2453 Memcheck:Uninitialized
2454 fun:_ZNK7WebCore15DynamicNodeList4nodeEv 2454 fun:_ZNK7WebCore15DynamicNodeList4nodeEv
2455 fun:_ZN7WebCore13ChildNodeListD2Ev 2455 fun:_ZN7WebCore13ChildNodeListD2Ev
2456 fun:_ZN7WebCore13ChildNodeListD1Ev 2456 fun:_ZN7WebCore13ChildNodeListD1Ev
2457 fun:_ZN7WebCore13ChildNodeListD0Ev 2457 fun:_ZN7WebCore13ChildNodeListD0Ev
2458 fun:_ZN3WTF10RefCountedIN7WebCore8NodeListEE5derefEv 2458 fun:_ZN3WTF10RefCountedIN7WebCore8NodeListEE5derefEv
2459 fun:_ZN6WebKit11WebNodeList6assignEPN7WebCore8NodeListE 2459 fun:_ZN6WebKit11WebNodeList6assignEPN7WebCore8NodeListE
2460 } 2460 }
2461 {
2462 bug_138515
2463 Memcheck:Uninitialized
2464 fun:_ZN5mediaL20InterleaveFloatToIntIsiEEvRKSt6vectorIPfSaIS2_EEPvm
2465 fun:_ZN5media20InterleaveFloatToIntERKSt6vectorIPfSaIS1_EEPvmi
2466 fun:_ZN11AudioDevice19AudioThreadCallback7ProcessEi
2467 fun:_ZN17AudioDeviceThread6Thread3RunEv
2468 fun:_ZN17AudioDeviceThread6Thread10ThreadMainEv
2469 fun:_ZN4base12_GLOBAL__N_110ThreadFuncEPv
2470 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698