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

Unified Diff: tools/valgrind-webrtc/memcheck/suppressions.txt

Issue 2056713002: Add suppressions for memcheck errors. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind-webrtc/memcheck/suppressions.txt
diff --git a/tools/valgrind-webrtc/memcheck/suppressions.txt b/tools/valgrind-webrtc/memcheck/suppressions.txt
index cea759b52a9f2bd6fdd809a05e330faf89022347..b239adeb830e7ed1cf176edd0a0438983eaabe17 100644
--- a/tools/valgrind-webrtc/memcheck/suppressions.txt
+++ b/tools/valgrind-webrtc/memcheck/suppressions.txt
@@ -441,3 +441,50 @@
fun:_ZN6webrtc15GainControlImpl19ProcessCaptureAudioEPNS_11AudioBufferEb
...
}
+{
+ bug_5986
+ Memcheck:Unaddressable
+ fun:silk_stereo_LR_to_MS
+ fun:silk_Encode
+ fun:opus_encode_native
+ ...
+}
+{
+ bug_5987
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN6webrtc51AudioEncoderCopyRedDeathTest_NullSpeechEncoder_Test8TestBodyEv
+}
+{
+ bug_5988
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZNSt8_Rb_treeISsSt4pairIKSsSsESt10_Select1stIS2_EN3rtc5ilessESaIS2_EE15_M_insert_equalIS2_EESt17_Rb_tree_iteratorIS2_EOT_
+ fun:_ZN3rtc8HttpData12changeHeaderERKSsS2_NS0_13HeaderCombineE
+ fun:_ZN3rtc16HttpResponseData9set_errorEj
+ fun:_ZN3rtc12_GLOBAL__N_117HttpServerMonitor9OnRequestEPNS_10HttpServerEPNS_21HttpServerTransactionE
+ fun:_ZN3rtc10HttpServer10Connection14onHttpCompleteENS_8HttpModeENS_9HttpErrorE
+ fun:_ZN3rtc8HttpBase10OnCompleteENS_9HttpErrorE
+ fun:_ZN3rtc8HttpBase17OnHttpStreamEventEPNS_15StreamInterfaceEii
+ fun:_ZN7testing12StreamSource11QueueStringEPKc
+ fun:_ZN3rtc12_GLOBAL__N_122CreateClientConnectionERNS_10HttpServerERNS0_17HttpServerMonitorEb
+ fun:_ZN3rtc47HttpServer_SignalsCloseAfterForcedCloseAll_Test8TestBodyEv
+}
+{
+ bug_5989
+ Memcheck:Unaddressable
+ ...
+ fun:_ZNK3rtc15CriticalSection5EnterEv
+ ...
+ fun:_ZN6webrtc11VoEBaseImpl4InitEPNS_17AudioDeviceModuleEPNS_15AudioProcessingERKN3rtc13scoped_refptrINS_19AudioDecoderFactoryEEE
kjellander_webrtc 2016/06/09 13:57:33 I think you can skip line 479-489 to make it wider
åsapersson 2016/06/09 15:00:53 Done.
+ fun:_ZN7cricket17WebRtcVoiceEngineC1EPN6webrtc17AudioDeviceModuleEPNS_10VoEWrapperE
+ fun:_ZN7cricket17WebRtcVoiceEngineC1EPN6webrtc17AudioDeviceModuleE
+ fun:_ZN7cricket24WebRtcMediaEngineFactory6CreateEPN6webrtc17AudioDeviceModuleEPNS_25WebRtcVideoEncoderFactoryEPNS_25WebRtcVideoDecoderFactoryE
+ fun:_ZN3rtc21FunctorMessageHandlerIPN7cricket20MediaEngineInterfaceENS_14MethodFunctor0IN6webrtc21PeerConnectionFactoryEMS6_FS3_vES3_EEE9OnMessageEPNS_7MessageE
+ fun:_ZN3rtc6Thread4SendEPNS_14MessageHandlerEjPNS_11MessageDataE
+ fun:_ZN3rtc6Thread6InvokeIPN7cricket20MediaEngineInterfaceENS_14MethodFunctor0IN6webrtc21PeerConnectionFactoryEMS7_FS4_vES4_EEEET_RKT0_
+ fun:_ZN6webrtc21PeerConnectionFactory10InitializeEv
+ fun:_ZN6webrtc11MethodCall0INS_19DtmfSenderInterfaceEbE9OnMessageEPN3rtc7MessageE
+ fun:_ZN6webrtc27CreatePeerConnectionFactoryEPN3rtc6ThreadES2_S2_PNS_17AudioDeviceModuleEPN7cricket25WebRtcVideoEncoderFactoryEPNS5_25WebRtcVideoDecoderFactoryE
+ fun:_ZN25PeerConnectionFactoryTest5SetUpEv
+}
« 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