Open
Bug 1330930
Opened 8 years ago
Updated 2 years ago
Enhance crash data to diagnose mozilla::gmp::GMPChild::ProcessingError crashes.
Categories
(Core :: Audio/Video: GMP, defect, P3)
Tracking
()
People
(Reporter: bobowen, Unassigned)
References
(Blocks 1 open bug)
Details
Bug 1273372 and friends have all been for a generic crash (in mozilla::gmp::GMPChild::ProcessingError) that has normally been caused by the sandbox blocking the load of the DLL. (But it could be caused by other failures as well.)
Because the blocking is just done by the OS and we crash later on, we don't get much information about what the root cause might be.
Generally we've relied on reproducing user reports and taking it from there.
We've added logging in the past to facilitate this.
We should try and enhance the crash data to help diagnose or at least categorise these crashes.
Comment 1•8 years ago
|
||
FYI looks like we have the same crash as an intermittent test failure in Treeherder now: bug 1330949
See Also: → 1330949
Updated•8 years ago
|
Rank: 23
Priority: -- → P2
Comment 2•8 years ago
|
||
(In reply to Nils Ohlmeier [:drno] from comment #1)
> FYI looks like we have the same crash as an intermittent test failure in
> Treeherder now: bug 1330949
This instance is likely a regression from Bug 1318965, which was backed out after this failure was logged.
Comment 3•8 years ago
|
||
Crash volume for signature 'mozilla::gmp::GMPChild::ProcessingError':
- nightly (version 54): 161 crashes from 2017-01-23.
- aurora (version 53): 33 crashes from 2017-01-23.
- beta (version 52): 215 crashes from 2017-01-23.
- release (version 51): 159 crashes from 2017-01-16.
- esr (version 45): 0 crashes from 2016-08-10.
Crash volume on the last weeks (Week N is from 02-06 to 02-12):
W. N-1 W. N-2 W. N-3 W. N-4 W. N-5 W. N-6 W. N-7
- nightly 89 43
- aurora 29 0
- beta 120 43
- release 95 29 0
- esr 0 0 0 0 0 0 0
Affected platforms: Windows, Mac OS X, Linux
Crash rank on the last 7 days:
Browser Content Plugin
- nightly #4
- aurora #15
- beta #8217 #33
- release #33
- esr
status-firefox51:
--- → affected
status-firefox52:
--- → affected
status-firefox53:
--- → affected
status-firefox54:
--- → affected
Comment 4•8 years ago
|
||
Mass wontfix for bugs affecting firefox 52.
Comment 5•7 years ago
|
||
Mass change P2->P3 to align with new Mozilla triage process.
Priority: P2 → P3
Updated•2 years ago
|
Severity: normal → S3
Comment 6•2 years ago
|
||
The severity field for this bug is relatively low, S3. However, the bug has 5 See Also bugs.
:jimm, could you consider increasing the bug severity?
For more information, please visit auto_nag documentation.
Flags: needinfo?(jmathies)
Comment 7•2 years ago
|
||
The last needinfo from me was triggered in error by recent activity on the bug. I'm clearing the needinfo since this is a very old bug and I don't know if it's still relevant.
Flags: needinfo?(jmathies)
Comment 8•2 years ago
|
||
The bug is linked to a topcrash signature, which matches the following criterion:
- Top 10 desktop browser crashes on nightly
:jimm, could you consider increasing the severity of this top-crash bug?
For more information, please visit auto_nag documentation.
Flags: needinfo?(jmathies)
Keywords: topcrash
Updated•2 years ago
|
Crash Signature: [@ mozilla::gmp::GMPChild::ProcessingError]
Flags: needinfo?(jmathies)
Keywords: topcrash
You need to log in
before you can comment on or make changes to this bug.
Description
•