RESOLVED FIXED 238557
GPU Process crash under IPC::createCTFont
https://bugs.webkit.org/show_bug.cgi?id=238557
Summary GPU Process crash under IPC::createCTFont
Simon Fraser (smfr)
Reported 2022-03-30 10:16:38 PDT
Attachments
Crash log (19.47 KB, text/plain)
2022-03-30 10:16 PDT, Simon Fraser (smfr)
no flags
Radar WebKit Bug Importer
Comment 1 2022-03-30 10:18:55 PDT
Simon Fraser (smfr)
Comment 2 2022-03-30 10:28:55 PDT
Tests that hit this: fast/text/isolate-ignore.html
Simon Fraser (smfr)
Comment 3 2022-03-30 13:31:25 PDT
I hit this with fast/text/isLoading-crash-failed-font.html when running of a fast/text in the iOS simulator.
Simon Fraser (smfr)
Comment 4 2022-03-30 13:36:11 PDT
I wonder if this is out-of-order IPC like bug 238391.
Myles C. Maxfield
Comment 5 2022-04-12 23:39:15 PDT
This wouldn't be due to out-of-order IPC. This is an ASSERT that happens when there's an installed font the web process is using, and it sends a descriptor of the font to the GPU process to use, but the GPU process can't find/access it.
Myles C. Maxfield
Comment 6 2022-04-12 23:41:13 PDT
Maybe the next step is to WTFLogAlways the descriptor, just in debug builds
Ryan Haddad
Comment 7 2022-05-25 14:36:21 PDT
*** Bug 240659 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.