Closed
Bug 1357009
Opened 8 years ago
Closed 8 years ago
Crash in mozilla::gfx::RecordedScaledFontCreation::PlayEvent
Categories
(Core :: Graphics: Text, defect)
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox52 | --- | unaffected |
firefox-esr52 | --- | unaffected |
firefox53 | --- | unaffected |
firefox54 | --- | unaffected |
firefox55 | --- | fixed |
People
(Reporter: calixte, Assigned: lsalzman)
References
(Blocks 1 open bug)
Details
(Keywords: crash, regression, topcrash-win, Whiteboard: [clouseau])
Crash Data
Attachments
(1 file)
1.94 KB,
patch
|
jrmuizel
:
review+
|
Details | Diff | Splinter Review |
This bug was filed from the Socorro interface and is
report bp-31d3b863-0c6b-491d-a9a9-6bfb12170416.
=============================================================
There are 89 crashes in nightly 55 with buildid 20170416030209. In analyzing the backtrace the regression may have been introduced by patch [1] to fix bug 1355931.
[1] https://hg.mozilla.org/mozilla-central/rev?node=176ab833ca364efd64968171d4e62341dfcf8858
Flags: needinfo?(lsalzman)
Reporter | ||
Comment 1•8 years ago
|
||
This crash signature is #5 in windows topcrashers.
Keywords: topcrash-win
Assignee | ||
Comment 2•8 years ago
|
||
Forgot to add in the implementation of UnscaledFontGDI::GetInstanceData, so creation of GDI unscaled fonts during printing was always failing.
Assignee: nobody → lsalzman
Status: NEW → ASSIGNED
Flags: needinfo?(lsalzman)
Attachment #8858825 -
Flags: review?(jmuizelaar)
Updated•8 years ago
|
Attachment #8858825 -
Flags: review?(jmuizelaar) → review+
Pushed by lsalzman@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/dda22469d7f2
add missing UnscaledFontGDI::GetFontInstanceData. r=jrmuizel
Comment 4•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Updated•8 years ago
|
status-firefox52:
--- → unaffected
status-firefox53:
--- → unaffected
status-firefox54:
--- → unaffected
status-firefox-esr52:
--- → unaffected
You need to log in
before you can comment on or make changes to this bug.
Description
•