Crash in nsWrapperCache::GetWrapperPreserveColor
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr52 | --- | unaffected |
| firefox-esr60 | --- | affected |
| firefox55 | --- | wontfix |
| firefox56 | --- | wontfix |
| firefox57 | --- | wontfix |
| firefox64 | --- | wontfix |
| firefox65 | --- | wontfix |
| firefox66 | --- | fix-optional |
People
(Reporter: philipp, Unassigned)
References
Details
(Keywords: crash, regression)
Crash Data
Updated•8 years ago
|
Updated•8 years ago
|
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Updated•7 years ago
|
Updated•7 years ago
|
Updated•7 years ago
|
Comment 3•7 years ago
|
||
Happy to take a patch in nightly 67, or potentially, in beta 66 for this.
I'm marking it fix-optional to remove it from weekly regression triage, since it has a priority assigned.
Comment 4•7 years ago
|
||
mccr8, do you know why this might be showing up? Bonus points if you can why all the crashes are on Fennec and not on desktop.
Comment 5•7 years ago
•
|
||
(In reply to Nathan Froyd [:froydnj] from comment #4)
mccr8, do you know why this might be showing up? Bonus points if you can why all the crashes are on Fennec and not on desktop.
There's not a ton of commonality to these crashes that I can see. Probably just the first place we're touching some mangled DOM objects.
My guess for why these are on Fennec would be that this method is probably inlined with PGO, and we weren't PGOing Android in 64?
| Assignee | ||
Updated•7 years ago
|
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.
Description
•