Closed
Bug 1267511
Opened 9 years ago
Closed 2 years ago
crash in cubeb_stream_get_position
Categories
(Core :: Audio/Video: cubeb, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| firefox49 | --- | affected |
People
(Reporter: kinetik, Unassigned)
References
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-248ec65a-9d44-4ca9-98dc-a39382160423.
=============================================================
Several crashes on different Android versions and hardware with this signature.
Also one with a slightly different signature (and an old Firefox) which is likely related: https://crash-stats.mozilla.com/report/index/2c3428e3-c549-4b08-9d64-17dc82160423
Looks like cubeb_stream_get_position is called with a freed stream (or the stream references a freed context in stm->context). Not sure why this would only show up on Android, though.
| Reporter | ||
Updated•9 years ago
|
Crash Signature: [@ cubeb_stream_get_position] → [@ cubeb_stream_get_position]
[@ @0x0 | cubeb_stream_get_position ]
Updated•9 years ago
|
Rank: 15
Priority: -- → P1
Comment 1•9 years ago
|
||
Matthew - Is this something you can take a look at soon?
Flags: needinfo?(kinetik)
| Reporter | ||
Comment 2•9 years ago
|
||
Probably not, I don't have anything to go on to investigate this and the rate of crashes is pretty low so it's difficult to justify spending time on this.
Looking at crashes in 2016, there are 4 with the [@ @0x0 | cubeb_stream_get_position ] signature, all on version 32 or earlier.
For [@ cubeb_stream_get_position ], there are 98 so far in 2016, 61 of which are this bug on Android, the rest are in very old Firefox builds on other platforms.
Flags: needinfo?(kinetik)
Comment 3•8 years ago
|
||
Mass change P1->P2 to align with new Mozilla triage process
Priority: P1 → P2
Comment 4•7 years ago
|
||
Moving to p3 because no activity for at least 1 year(s).
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Priority: P2 → P3
Comment 5•7 years ago
|
||
Moving to p3 because no activity for at least 1 year(s).
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Updated•3 years ago
|
Severity: critical → S2
Comment 6•3 years ago
|
||
Since the crash volume is low (less than 5 per week), the severity is downgraded to S3. Feel free to change it back if you think the bug is still critical.
For more information, please visit auto_nag documentation.
Severity: S2 → S3
Comment 7•2 years ago
|
||
Closing because no crashes reported for 12 weeks.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•