Created attachment 456138 [details] Crash log Layout tests show a crash under IPC::createCTFont(): https://build.webkit.org/results/Apple-iOS-15-Simulator-Debug-WK2-Tests/r292101%20(2082)/results.html
<rdar://problem/91052074>
Tests that hit this: fast/text/isolate-ignore.html
I hit this with fast/text/isLoading-crash-failed-font.html when running of a fast/text in the iOS simulator.
I wonder if this is out-of-order IPC like bug 238391.
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.
Maybe the next step is to WTFLogAlways the descriptor, just in debug builds
*** Bug 240659 has been marked as a duplicate of this bug. ***
Fixed in https://github.com/WebKit/WebKit/commit/fe990e312c6abfbcb95a873f991adc7db35d1ff1