Bug 240659 - REGRESSION: [ iOS ] SHOULD NEVER BE REACHED in IPC::createCTFont on fast/text/isolate-ignore.html
Summary: REGRESSION: [ iOS ] SHOULD NEVER BE REACHED in IPC::createCTFont on fast/text...
Status: RESOLVED DUPLICATE of bug 238557
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Karl Rackler
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-05-19 09:32 PDT by Karl Rackler
Modified: 2022-05-25 14:36 PDT (History)
5 users (show)

See Also:


Attachments
Crash Log (23.12 KB, text/plain)
2022-05-19 09:32 PDT, Karl Rackler
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Karl Rackler 2022-05-19 09:32:51 PDT
Created attachment 459594 [details]
Crash Log

Description:
fast/text/isolate-ignore.html

The first failure that I saw on the dashboard was on 4/1/2022 at r292225, but this does not appear relevant to causing this issue. This test has been a flaky and then consistent crash for its entire history on the dashboard.

History:
https://results.webkit.org/?suite=layout-tests&test=fast%2Ftext%2Fisolate-ignore.html&platform=ios&limit=50000&style=debug

Crash Log:
{"app_name":"com.apple.WebKit.GPU.Development","timestamp":"2022-05-19 03:11:23.00 -0700","app_version":"614+","slice_uuid":"3bc43c96-ffdd-3a18-b8da-e9d54deb1cb4","build_version":"614.1.13+","platform":7,"bundleID":"com.apple.WebKit.GPU","share_with_app_devs":0,"is_first_party":1,"bug_type":"309","os_version":"macOS 12.3 (21E230)","incident_id":"5F19C677-7876-457D-8259-E50BEC8AE1EB","name":"com.apple.WebKit.GPU.Development"}
{
  "uptime" : 53000,
  "procLaunch" : "2022-05-19 03:10:51.0592 -0700",
  "procRole" : "Foreground",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "MacPro6,1",
  "procStartAbsTime" : 53821290234051,
  "coalitionID" : 1342,
  "osVersion" : {
    "train" : "macOS 12.3",
    "build" : "21E230",
    "releaseType" : "User"
  },
  "captureTime" : "2022-05-19 03:11:17.1157 -0700",
  "incident" : "5F19C677-7876-457D-8259-E50BEC8AE1EB",
  "bug_type" : "309",
  "pid" : 45121,
  "procExitAbsTime" : 53847345069979,
  "cpuType" : "X86-64",
  "procName" : "com.apple.WebKit.GPU.Development",
  "procPath" : "\/Volumes\/VOLUME\/*\/com.apple.WebKit.GPU.Development",
  "bundleInfo" : {"CFBundleShortVersionString":"614+","CFBundleVersion":"614.1.13+","CFBundleIdentifier":"com.apple.WebKit.GPU"},
  "parentProc" : "launchd_sim",
  "parentPid" : 40723,
  "coalitionName" : "com.apple.CoreSimulator.SimDevice.409945DD-788F-4B1C-BF35-3F0ACA4A9B57",
  "crashReporterKey" : "628480A6-E7E2-AA80-1638-0BF1D7734AC5",
  "responsiblePid" : 40150,
  "responsibleProc" : "SimulatorTrampoline",
  "sip" : "disabled",
  "vmRegionInfo" : "0xbbadbeef is not in any region.
Comment 1 Radar WebKit Bug Importer 2022-05-19 09:33:19 PDT
<rdar://problem/93582407>
Comment 2 Karl Rackler 2022-05-19 09:38:17 PDT
I have marked this test as a consistent crash while this issue is investigated.
Comment 3 Karl Rackler 2022-05-19 09:40:54 PDT
Pull request: https://github.com/WebKit/WebKit/pull/788
Comment 4 EWS 2022-05-19 09:44:43 PDT
Test gardening commit r294488 (250747@main): <https://commits.webkit.org/250747@main>

Reviewed commits have been landed. Closing PR #788 and removing active labels.
Comment 5 Alexey Proskuryakov 2022-05-19 19:04:21 PDT
This started between 2022-03-23 and 2022-03-28. It was flaky at first, but crashes every time now.

Maybe http://trac.webkit.org/r291751, DOM in GPU Process?
Comment 6 Simon Fraser (smfr) 2022-05-19 19:24:46 PDT
Same as bug 238557 ?
Comment 7 Ryan Haddad 2022-05-25 14:36:21 PDT

*** This bug has been marked as a duplicate of bug 238557 ***