Closed
Bug 1273223
Opened 9 years ago
Closed 7 years ago
Stack-overflow in NetEQ -- webrtc::Merge::Process (Windows-only)
Categories
(Core :: WebRTC: Audio/Video, defect, P3)
Tracking
()
RESOLVED
WONTFIX
| Tracking | Status | |
|---|---|---|
| firefox49 | --- | affected |
People
(Reporter: jesup, Unassigned)
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-0dd37617-53a3-4b72-8ab2-e2caf2160509.
=============================================================
Goes back to at least 41 (so not full-duplex). Low frequency (~50 in the last month).
Most have no useful backtrace; this has more detail it appears:
https://crash-stats.mozilla.com/report/index/f19184b8-371d-4aa0-8b14-f94ba2160516
But, that stack looks kinda odd, so it may be partly bogus -- it appears it should be called from NetEqImpl::DoMerge(), and that from NetEqImpl::GetAudioInternal() - I do see the GetAudioInternal() sitting on DoMerge (likely inlined), but higher frames look odd (we're not getting called from CONVOLVE_FUNC in the sinc_resampler)
| Reporter | ||
Updated•9 years ago
|
Rank: 28
Comment 1•9 years ago
|
||
We use small stacks for audio thread, we can probably just make them bigger. This code in particular uses large stack buffer so it's not that surprising.
Comment 2•8 years ago
|
||
Mass change P2->P3 to align with new Mozilla triage process.
Priority: P2 → P3
Comment 3•7 years ago
|
||
Closing because no crash reported since 12 weeks.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•