Crash in [@ mozilla::PeerConnectionImpl::PeerConnectionImpl]
Categories
(Core :: WebRTC: Networking, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox65 | --- | unaffected |
firefox66 | --- | unaffected |
firefox67 | + | verified |
People
(Reporter: calixte, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: crash, regression)
Crash Data
This bug is for crash report bp-c0d46dd5-e574-42d4-85f0-508c70190223.
Top 10 frames of crashing thread:
0 libxul.so mozilla::PeerConnectionImpl::PeerConnectionImpl media/webrtc/signaling/src/peerconnection/PeerConnectionImpl.cpp:331
1 libxul.so mozilla::PeerConnectionImpl::Constructor media/webrtc/signaling/src/peerconnection/PeerConnectionImpl.cpp:240
2 libxul.so mozilla::dom::PeerConnectionImpl_Binding::_constructor dom/bindings/PeerConnectionImplBinding.cpp:2116
3 libxul.so xpc::DOMXrayTraits::construct js/xpconnect/wrappers/XrayWrapper.cpp:1779
4 libxul.so js::Proxy::construct js/src/proxy/Proxy.cpp:520
5 libxul.so InternalConstruct js/src/vm/Interpreter.cpp:643
6 libxul.so Interpret js/src/vm/Interpreter.cpp:676
7 libxul.so js::RunScript js/src/vm/Interpreter.cpp:420
8 libxul.so js::InternalCallOrConstruct js/src/vm/Interpreter.cpp:560
9 libxul.so JS::Call js/src/vm/Interpreter.cpp:587
There are 214 crashes (from 70 installations) in nightly 67 with buildid 20190223041557. In analyzing the backtrace, the regression may have been introduced by patch [1] to fix bug 1521879.
[1] https://hg.mozilla.org/mozilla-central/rev?node=d4004105a04a
Reporter | ||
Comment 1•6 years ago
|
||
I can easily reproduce it:
- open "New Private Window"
- go to https://www.bankofamerica.com/
- crash
Updated•6 years ago
|
Updated•6 years ago
|
Comment 2•6 years ago
|
||
Comment 3•6 years ago
|
||
Fixed by backout in bug 1521879. I'd imagine it's fixed in the relanding.
Updated•6 years ago
|
Comment 4•6 years ago
|
||
Reproduced the initial crash using an old Nightly from 2019-02-23 on Windows 10 https://crash-stats.mozilla.org/report/index/49bfcb39-7138-4b73-8155-d257d0190423.
Verified that latest Beta 67.0b13 and latest Nightly 68.0a1 does not receive any crashes following the steps from this bug across platforms (Windows 10 64bit, Ubuntu 18.04 64bit and macOS 10.14).
Description
•