Bug 255369

Summary: [iOS] Make eager soft-linking of Data Detection frameworks non-fatal
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: WebKit Process ModelAssignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 241267    
Bug Blocks:    

Brent Fulgham
Reported 2023-04-12 15:15:27 PDT
Crash telemetry indicates that soft-linking of the Data Detection frameworks fails on some devices, perhaps when the screen is locked. Since this eager-linking was meant to improve performance, and we can re-soft-link later if the initial attempt fails, we should try and fail gracefully if the directory is not accessible. This should not introduce any change in behavior, as cases that used to work should continue. It should simply reduce the changes of a failure terminating a web process prematurely.
Attachments
Brent Fulgham
Comment 1 2023-04-12 15:16:17 PDT
Brent Fulgham
Comment 2 2023-04-12 15:33:04 PDT
Brent Fulgham
Comment 3 2023-04-18 17:00:04 PDT
EWS
Comment 4 2023-04-19 16:29:31 PDT
Committed 263154@main (ee46c752943b): <https://commits.webkit.org/263154@main> Reviewed commits have been landed. Closing PR #12894 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.