Closed
Bug 1353657
Opened 8 years ago
Closed 2 years ago
Crash in nsFont::Equals
Categories
(Core :: Graphics: Text, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| firefox55 | --- | affected |
People
(Reporter: ting, Unassigned)
Details
(Keywords: crash, Whiteboard: gfx-noted, qa-not-actionable)
Crash Data
This bug was filed from the Socorro interface and is
report bp-26362ce3-9b09-4263-a348-8c9442170404.
=============================================================
Top #30 of Nightly 20170402030202 on Windows; 84 reports from 50 installations in the past week.
Comment 1•8 years ago
|
||
According to the minidump, we may dereference a nullptr at [1] to cause the crash, which means the "other##struct_" is nullptr. Based on [2], it looks like we may return nullptr in the DoGetStyle##name_(). i will investigate further.
[1] https://hg.mozilla.org/releases/mozilla-beta/annotate/8b7e2a303954/layout/style/nsStyleContext.cpp#l1098
[2] https://hg.mozilla.org/releases/mozilla-beta/annotate/8b7e2a303954/layout/style/nsStyleContext.h#l621
Comment 2•8 years ago
|
||
Style##name_() method is not supposed to ever return nullptr. It would be a big problem if that invariant doesn't hold.
Comment 3•8 years ago
|
||
(In reply to Xidorn Quan [:xidorn] UTC+10 from comment #2)
> Style##name_() method is not supposed to ever return nullptr. It would be a
> big problem if that invariant doesn't hold.
Right, I also discussed with heycam. It looks like Style##name_() will always return a non-nullptr. So I have no idea right now.
Updated•8 years ago
|
Whiteboard: gfx-noted
Updated•8 years ago
|
Priority: -- → P3
Updated•4 years ago
|
Whiteboard: gfx-noted → gfx-noted, qa-not-actionable
Comment 4•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: critical → S3
Comment 5•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
•