Closed
Bug 820593
Opened 13 years ago
Closed 13 years ago
WebRTC assertion failure PR_FALSE, at media/webrtc/signaling/src/media/VcmSIPCCBinding.cpp:1283
Categories
(Core :: WebRTC: Signaling, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: posidron, Unassigned)
References
Details
(Keywords: crash, testcase, Whiteboard: [WebRTC][blocking-webrtc+])
Attachments
(2 files)
media/webrtc/signaling/src/media/VcmSIPCCBinding.cpp:1283
// Find the stream we need
nsRefPtr<sipcc::RemoteSourceStreamInfo> stream =
pc.impl()->media()->GetRemoteStream(pc_stream_id);
if (!stream) {
// This should never happen
PR_ASSERT(PR_FALSE);
return VCM_ERROR;
}
| Reporter | ||
Comment 1•13 years ago
|
||
Tested with m-i changeset: 115674:740c8dd81b04
Updated•13 years ago
|
Assignee: nobody → jsmith
Comment 3•13 years ago
|
||
Just checked with today's debug build (1/27) with the testcase running a few times - not seeing a crash.
Updated•13 years ago
|
Status: RESOLVED → VERIFIED
Updated•13 years ago
|
Assignee: jsmith → nobody
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•