From f5433753b83aeeb9fffc1e16791e0c35381585d8 Mon Sep 17 00:00:00 2001 From: "pbos@webrtc.org" Date: Tue, 29 Apr 2014 12:24:45 +0000 Subject: [PATCH] Suppress DrMemory allocator mismatch errors. Bot is flooded with these errors, suppressing them to get back to a normal state, contacting DrMemory team. R=kjellander@webrtc.org BUG=3275 TEST=git try -b win_drmemory_light -r 6012 Review URL: https://webrtc-codereview.appspot.com/13419004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6013 4adac7df-926f-26a2-2b94-8c16560cd09d --- tools/valgrind-webrtc/drmemory/suppressions.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/valgrind-webrtc/drmemory/suppressions.txt b/tools/valgrind-webrtc/drmemory/suppressions.txt index 4c54a3315..5bfc865af 100644 --- a/tools/valgrind-webrtc/drmemory/suppressions.txt +++ b/tools/valgrind-webrtc/drmemory/suppressions.txt @@ -738,3 +738,9 @@ name=name=https://code.google.com/p/webrtc/issues/detail?id=3183 (3) *!RtpRtcpRtxNackTest::RunRtxTest *!RtpRtcpRtxNackTest_RtxNack_Test::TestBody *!testing::internal::HandleSehExceptionsInMethodIfSupported<> + +INVALID HEAP ARGUMENT +name=https://code.google.com/p/webrtc/issues/detail?id=3275 (allocated with operator new, freed with free) +drmemorylib.dll!replace_free +... +*!*