Bug 255369
Summary: | [iOS] Make eager soft-linking of Data Detection frameworks non-fatal | ||
---|---|---|---|
Product: | WebKit | Reporter: | Brent Fulgham <bfulgham> |
Component: | WebKit Process Model | Assignee: | 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
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
<rdar://107752677>
Brent Fulgham
Pull request: https://github.com/WebKit/WebKit/pull/12674
Brent Fulgham
Pull request: https://github.com/WebKit/WebKit/pull/12894
EWS
Committed 263154@main (ee46c752943b): <https://commits.webkit.org/263154@main>
Reviewed commits have been landed. Closing PR #12894 and removing active labels.