Closed
Bug 1384621
Opened 9 years ago
Closed 9 years ago
Stylo: Crash in bool nsTArray_Impl<T>::operator==<T> const
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| firefox-esr52 | --- | unaffected |
| firefox54 | --- | unaffected |
| firefox55 | --- | unaffected |
| firefox56 | --- | affected |
People
(Reporter: calixte, Unassigned)
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-71148b33-bc90-4205-b528-3fc0f0170726.
=============================================================
There are 2 crashes in nightly 56 with buildids 20170726100322 and 20170717064120.
Updated•9 years ago
|
Blocks: stylo-site-issues
Priority: -- → P2
Comment 1•9 years ago
|
||
The only place which has nsTArray<nsStyleCoord> in nsStylePosition seems to be in nsStyleGridTemplate.
Maybe wrong unit set for nsStyleCoord inside that array somehow, so that we are reading something on a nullptr?
Updated•9 years ago
|
Priority: P2 → --
Updated•9 years ago
|
Priority: -- → P3
Updated•9 years ago
|
No longer blocks: stylo-site-issues
Comment 2•9 years ago
|
||
Only one crash which seems to relevant (on 56) which happened on a 20170726100322 build. Closing as WFM.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•