Crash sometimes if we fail to get the SystemFontCollection
Categories
(Core :: Graphics: Text, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: jrmuizel, Assigned: jrmuizel)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
text/x-phabricator-request
|
Details |
WebRender won't support GDI fonts so we need to figure out what to do with the users that are currently using them. This should help give us better diagnostics on what's going wrong.
Assignee | ||
Comment 1•5 years ago
|
||
WebRender won't support GDI fonts so we need to figure out what to do
with the users that are currently using them. This should help give us
better diagnostics on what's going wrong.
gfxCriticalError only crashes on Nightly and Beta builds
Updated•5 years ago
|
Comment 3•5 years ago
|
||
bugherder |
Assignee | ||
Comment 4•5 years ago
|
||
This crash doesn't seem to be getting hit and we're still getting failures https://sql.telemetry.mozilla.org/queries/69184/source
Comment 5•4 years ago
|
||
I wonder if Factory::GetDWriteSystemFonts is returning null. If we leave out the possibility that the factory itself failed to initialize for now, and assume it is non-null, then the remaining possibility, however unlikely, would be that mDWriteFactory->GetSystemFontCollection() is returning success and a null font collection at the same time. Maybe it's worth adding a check for null systemFonts and see what we can catch...
Comment 6•4 years ago
|
||
Updated•4 years ago
|
Description
•