WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
255369
[iOS] Make eager soft-linking of Data Detection frameworks non-fatal
https://bugs.webkit.org/show_bug.cgi?id=255369
Summary
[iOS] Make eager soft-linking of Data Detection frameworks non-fatal
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
Add attachment
proposed patch, testcase, etc.
Brent Fulgham
Comment 1
2023-04-12 15:16:17 PDT
<
rdar://107752677
>
Brent Fulgham
Comment 2
2023-04-12 15:33:04 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/12674
Brent Fulgham
Comment 3
2023-04-18 17:00:04 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/12894
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.
Top of Page
Format For Printing
XML
Clone This Bug