Closed
Bug 1345147
Opened 9 years ago
Closed 9 years ago
Crash in `anonymous namespace''::stop_and_join_render_thread
Categories
(Core :: Audio/Video: cubeb, defect, P1)
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox-esr45 | --- | unaffected |
| firefox52 | --- | unaffected |
| firefox-esr52 | --- | unaffected |
| firefox53 | --- | fixed |
| firefox54 | --- | fixed |
| firefox55 | --- | fixed |
People
(Reporter: padenot, Assigned: padenot)
References
Details
(Keywords: crash, regression)
Crash Data
This bug was filed from the Socorro interface and is
report bp-95a4d77a-e8b2-4c71-973c-e2b912170307.
=============================================================
I have a fix and a test for this. Low-traffic crash (10 crashes in a week), but easy fix. This affects 54 and 53.
Updated•9 years ago
|
Rank: 15
Priority: -- → P1
| Assignee | ||
Comment 1•9 years ago
|
||
Updated•9 years ago
|
status-firefox52:
--- → unaffected
status-firefox53:
--- → affected
status-firefox54:
--- → affected
status-firefox55:
--- → affected
status-firefox-esr45:
--- → unaffected
status-firefox-esr52:
--- → unaffected
Keywords: regression
Comment 2•9 years ago
|
||
What bug will it land in nightly in, and we'll need to uplift a fix for this to aurora and beta. I imagine for beta we'll want a patch, and not a full upstream pull - perhaps for aurora as well. Please set up the patches and nominate. Thanks
Assignee: nobody → padenot
Flags: needinfo?(padenot)
| Assignee | ||
Comment 3•9 years ago
|
||
Bug 1341238, landed yesterday. This is a three liner:
> // If we've already leaked the thread, just return,
> // there is not much we can do.
> if (!stm->emergency_bailout.load()) {
> return false;
> }
Flags: needinfo?(padenot)
Comment 4•9 years ago
|
||
the crash signature stopped on these channels after the patch in bug 1347944 landed/got uplifted.
| Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•