Index: tools/valgrind/memcheck/suppressions.txt |
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt |
index a659d585ea5078d7a531b431486c7c21338f5814..a460feefac1eabf009a64169be63d98e5f974a1a 100644 |
--- a/tools/valgrind/memcheck/suppressions.txt |
+++ b/tools/valgrind/memcheck/suppressions.txt |
@@ -5322,6 +5322,13 @@ |
fun:_ZN7WebCoreL21executeInsertFragmentEPNS_5FrameEN3WTF10PassRefPtrINS_16DocumentFragmentEEE |
fun:_ZN7WebCoreL17executeInsertHTMLEPNS_5FrameEPNS_5EventENS_19EditorCommandSourceERKN3WTF6StringE |
} |
+{ |
+ bug_106326 |
+ Memcheck:Uninitialized |
+ fun:_ZN15tracked_objects9DeathData11RecordDeathEiii |
+ fun:_ZN15tracked_objects10ThreadData11TallyADeathERKNS_6BirthsEii |
+ fun:_ZN15tracked_objects10ThreadData31TallyRunOnNamedThreadIfTrackingERKN4base12TrackingInfoERKNS_11TrackedTimeES7_ |
+} |
#----------------------------------------------------------------------- |
# 4. These only occur on our Google workstations |