Adding tsan suppression for BUG 2349.
TSAN found a read/write race for RTPSender::[packets_sent_/payload_bytes_sent)] between RTPSender::SendToNetwork and RTCPSender::SendRTCP. BUG=2349 R=holmer@google.com Review URL: https://webrtc-codereview.appspot.com/2168004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4676 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
77bf5c28c8
commit
be23b32727
@ -16,6 +16,29 @@
|
||||
fun:webrtc::Trace::SetTraceCallback
|
||||
...
|
||||
}
|
||||
{
|
||||
BUG_2349
|
||||
ThreadSanitizer:Race
|
||||
fun:webrtc::RTPSender::SendToNetwork
|
||||
fun:webrtc::RTPSenderVideo::SendVideoPacket
|
||||
fun:webrtc::RTPSenderVideo::SendVP8
|
||||
fun:webrtc::RTPSenderVideo::SendVideo
|
||||
fun:webrtc::RTPSender::SendOutgoingData
|
||||
fun:webrtc::ModuleRtpRtcpImpl::SendOutgoingData
|
||||
fun:webrtc::ModuleRtpRtcpImpl::SendOutgoingData
|
||||
fun:webrtc::ViEEncoder::SendData
|
||||
fun:webrtc::VCMEncodedFrameCallback::Encoded
|
||||
fun:webrtc::test::FakeEncoder::Encode
|
||||
fun:webrtc::VCMGenericEncoder::Encode
|
||||
fun:webrtc::VideoCodingModuleImpl::AddVideoFrame
|
||||
fun:webrtc::ViEEncoder::DeliverFrame
|
||||
fun:webrtc::ViEFrameProviderBase::DeliverFrame
|
||||
fun:webrtc::ViECapturer::DeliverI420Frame
|
||||
fun:webrtc::ViECapturer::ViECaptureProcess
|
||||
fun:webrtc::ViECapturer::ViECaptureThreadFunction
|
||||
fun:webrtc::ThreadPosix::Run
|
||||
fun:StartThread
|
||||
}
|
||||
|
||||
# Known bugs we don't care about / problems in third parties
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user