Closed
Bug 1490462
Opened 6 years ago
Closed 3 years ago
Fatal tab crash during multi-party WebRTC call
Categories
(Core :: WebRTC, defect, P2)
Tracking
()
People
(Reporter: rnewman, Unassigned)
References
Details
(Keywords: crash)
Crash Data
Perhaps similar to Bug 1409167.
A content process crash a few minutes into a call in a closed-source UC system.
https://crash-stats.mozilla.com/report/index/a8fd83c8-5729-4b26-9a62-51d4f0180906
abort
rtc::FatalMessage::~FatalMessage()
rtc::FatalMessage::~FatalMessage()
webrtc::UpdateLogRatioMetric(webrtc::Stats*, float, float)
webrtc::ProcessNearendBlock(webrtc::AecCore*, float*, float (*) [64], float (*) [64])
webrtc::WebRtcAec_ProcessFrames(webrtc::AecCore*, float const* const*, unsigned long, unsigned long, int, float* const*)
Reporter | ||
Updated•6 years ago
|
Crash Signature: [mozalloc_abort | abort | webrtc::UpdateLogRatioMetric] → mozalloc_abort | abort | webrtc::UpdateLogRatioMetric
Reporter | ||
Updated•6 years ago
|
Crash Signature: mozalloc_abort | abort | webrtc::UpdateLogRatioMetric → [@ mozalloc_abort | abort | webrtc::UpdateLogRatioMetric]
Comment 1•6 years ago
|
||
We're failing one of the marked asserts in [1], but I can't tell which.
[1] https://searchfox.org/mozilla-central/rev/de7676288a78b70d2b9927c79493adbf294faad5/media/webrtc/trunk/webrtc/modules/audio_processing/aec/aec_core.cc#446-447,464,472
Comment 2•6 years ago
|
||
Probably one of the first two. It's also probably a NaN somewhere.
Richard, what type of headset were you using during this call?
Flags: needinfo?(bugzilla)
Updated•6 years ago
|
Priority: -- → P2
Reporter | ||
Comment 4•6 years ago
|
||
(In reply to Paul Adenot (:padenot) from comment #2)
> Richard, what type of headset were you using during this call?
USB, either a Plantronics 628USB or a C520-M.
Flags: needinfo?(bugzilla)
Comment 5•3 years ago
|
||
Closing because no crashes reported for 12 weeks.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•