OLD | NEW |
---|---|
1 # This file is used in addition to the one already maintained in Chrome. | 1 # This file is used in addition to the one already maintained in Chrome. |
2 # It acts as a place holder for future additions for WebRTC. | 2 # It acts as a place holder for future additions for WebRTC. |
3 # It must exist for the Python wrapper script to work properly. | 3 # It must exist for the Python wrapper script to work properly. |
4 | 4 |
5 # There are three kinds of suppressions in this file. | 5 # There are three kinds of suppressions in this file. |
6 # 1. third_party libraries | 6 # 1. third_party libraries |
7 # 2. webrtc stuff | 7 # 2. webrtc stuff |
8 # 3. libjingle stuff (talk folder) | 8 # 3. libjingle stuff (talk folder) |
9 #----------------------------------------------------------------------- | 9 #----------------------------------------------------------------------- |
10 | 10 |
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
434 Memcheck:Uninitialized | 434 Memcheck:Uninitialized |
435 fun:_ZN6webrtc11DataChannel4InitERKNS_23InternalDataChannelInitE | 435 fun:_ZN6webrtc11DataChannel4InitERKNS_23InternalDataChannelInitE |
436 ... | 436 ... |
437 } | 437 } |
438 { | 438 { |
439 bug_5984 | 439 bug_5984 |
440 Memcheck:Uninitialized | 440 Memcheck:Uninitialized |
441 fun:_ZN6webrtc15GainControlImpl19ProcessCaptureAudioEPNS_11AudioBufferEb | 441 fun:_ZN6webrtc15GainControlImpl19ProcessCaptureAudioEPNS_11AudioBufferEb |
442 ... | 442 ... |
443 } | 443 } |
444 { | |
445 bug_5986 | |
446 Memcheck:Unaddressable | |
447 fun:silk_stereo_LR_to_MS | |
448 fun:silk_Encode | |
449 fun:opus_encode_native | |
450 ... | |
451 } | |
452 { | |
453 bug_5987 | |
454 Memcheck:Leak | |
455 fun:_Znw* | |
456 fun:_ZN6webrtc51AudioEncoderCopyRedDeathTest_NullSpeechEncoder_Test8TestBodyE v | |
457 } | |
458 { | |
459 bug_5988 | |
460 Memcheck:Leak | |
461 fun:_Znw* | |
462 fun:_ZNSt8_Rb_treeISsSt4pairIKSsSsESt10_Select1stIS2_EN3rtc5ilessESaIS2_EE15_ M_insert_equalIS2_EESt17_Rb_tree_iteratorIS2_EOT_ | |
463 fun:_ZN3rtc8HttpData12changeHeaderERKSsS2_NS0_13HeaderCombineE | |
464 fun:_ZN3rtc16HttpResponseData9set_errorEj | |
465 fun:_ZN3rtc12_GLOBAL__N_117HttpServerMonitor9OnRequestEPNS_10HttpServerEPNS_2 1HttpServerTransactionE | |
466 fun:_ZN3rtc10HttpServer10Connection14onHttpCompleteENS_8HttpModeENS_9HttpErro rE | |
467 fun:_ZN3rtc8HttpBase10OnCompleteENS_9HttpErrorE | |
468 fun:_ZN3rtc8HttpBase17OnHttpStreamEventEPNS_15StreamInterfaceEii | |
469 fun:_ZN7testing12StreamSource11QueueStringEPKc | |
470 fun:_ZN3rtc12_GLOBAL__N_122CreateClientConnectionERNS_10HttpServerERNS0_17Htt pServerMonitorEb | |
471 fun:_ZN3rtc47HttpServer_SignalsCloseAfterForcedCloseAll_Test8TestBodyEv | |
472 } | |
473 { | |
474 bug_5989 | |
475 Memcheck:Unaddressable | |
476 ... | |
477 fun:_ZNK3rtc15CriticalSection5EnterEv | |
478 ... | |
479 fun:_ZN6webrtc11VoEBaseImpl4InitEPNS_17AudioDeviceModuleEPNS_15AudioProcessin gERKN3rtc13scoped_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.
| |
480 fun:_ZN7cricket17WebRtcVoiceEngineC1EPN6webrtc17AudioDeviceModuleEPNS_10VoEWr apperE | |
481 fun:_ZN7cricket17WebRtcVoiceEngineC1EPN6webrtc17AudioDeviceModuleE | |
482 fun:_ZN7cricket24WebRtcMediaEngineFactory6CreateEPN6webrtc17AudioDeviceModule EPNS_25WebRtcVideoEncoderFactoryEPNS_25WebRtcVideoDecoderFactoryE | |
483 fun:_ZN3rtc21FunctorMessageHandlerIPN7cricket20MediaEngineInterfaceENS_14Meth odFunctor0IN6webrtc21PeerConnectionFactoryEMS6_FS3_vES3_EEE9OnMessageEPNS_7Messa geE | |
484 fun:_ZN3rtc6Thread4SendEPNS_14MessageHandlerEjPNS_11MessageDataE | |
485 fun:_ZN3rtc6Thread6InvokeIPN7cricket20MediaEngineInterfaceENS_14MethodFunctor 0IN6webrtc21PeerConnectionFactoryEMS7_FS4_vES4_EEEET_RKT0_ | |
486 fun:_ZN6webrtc21PeerConnectionFactory10InitializeEv | |
487 fun:_ZN6webrtc11MethodCall0INS_19DtmfSenderInterfaceEbE9OnMessageEPN3rtc7Mess ageE | |
488 fun:_ZN6webrtc27CreatePeerConnectionFactoryEPN3rtc6ThreadES2_S2_PNS_17AudioDe viceModuleEPN7cricket25WebRtcVideoEncoderFactoryEPNS5_25WebRtcVideoDecoderFactor yE | |
489 fun:_ZN25PeerConnectionFactoryTest5SetUpEv | |
490 } | |
OLD | NEW |