MOZ_LOG="fontlist:5" perma crashes all tabs
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr91 | --- | unaffected |
firefox-esr102 | --- | fixed |
firefox102 | --- | wontfix |
firefox103 | --- | wontfix |
firefox104 | --- | fixed |
People
(Reporter: gerard-majax, Assigned: emilio)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-esr102+
|
Details | Review |
STR:
- build m-c
- MOZ_LOG=fontlist:5 ./mach run
Expected
Tab open
Actual
Tab crash reported
Reporter | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
charmap is nulled out then we dereference it.
Assignee | ||
Comment 2•3 years ago
|
||
Updated•3 years ago
|
Updated•3 years ago
|
Comment 3•3 years ago
|
||
Set release status flags based on info from the regressing bug 1763414
Comment 5•3 years ago
|
||
Backed out for causing build bustages on gfxFcPlatformFontList.cpp
Assignee | ||
Updated•3 years ago
|
Comment 7•3 years ago
|
||
bugherder |
Comment 8•3 years ago
|
||
The patch landed in nightly and beta is affected.
:emilio, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox103
towontfix
.
For more information, please visit auto_nag documentation.
Assignee | ||
Comment 9•3 years ago
|
||
Probably not, logging-only change in practice.
Comment 10•3 years ago
|
||
We should probably fix this on ESR, though. Please nominate if you agree.
Assignee | ||
Comment 11•3 years ago
|
||
Comment on attachment 9286408 [details]
Bug 1780540 - Don't forget charmap after setting in a font entry. r=jfkthame
ESR Uplift Approval Request
- If this is not a sec:{high,crit} bug, please state case for ESR consideration: Font logging insta-crashes the tabs.
- User impact if declined: none
- Fix Landed on Version: 104
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Really simple fix.
Comment 12•3 years ago
|
||
Comment on attachment 9286408 [details]
Bug 1780540 - Don't forget charmap after setting in a font entry. r=jfkthame
Approved for 102.2esr.
Comment 13•3 years ago
|
||
bugherder uplift |
Description
•