Integrated: 8320267: WebView crashes on macOS 11 with WebKit 616.1

Kevin Rushforth kcr at openjdk.org
Thu Nov 30 12:41:22 UTC 2023


On Tue, 28 Nov 2023 19:00:04 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

> With the help of debug build which pinpointed the crash, I found the commit in upstream WebKit core that caused the crash. That commit was subsequently reverted not long after it was initially committed. This reverted commit wasn't in the stabilization branch we picked up for WebKit 616.1. It will be in the next WebKit update, but we need a fix sooner than that.
> 
> The proposed fix is to cherry-pick the commit that reverts the problematic commit: https://github.com/WebKit/WebKit/commit/d6d61bb1b76bbac53b403d217428e65a12c4e2e3
> 
> I've done an initial sanity test run on all platforms.

This pull request has now been integrated.

Changeset: 0d334170
Author:    Kevin Rushforth <kcr at openjdk.org>
URL:       https://git.openjdk.org/jfx/commit/0d3341704c1ced4f61b5f7f7618e23ec182ae379
Stats:     191 lines in 2 files changed: 15 ins; 171 del; 5 mod

8320267: WebView crashes on macOS 11 with WebKit 616.1

Reviewed-by: jbhaskar, jpereda

-------------

PR: https://git.openjdk.org/jfx/pull/1297


More information about the openjfx-dev mailing list