Integrated: 8301712: [linux] Crash on exit from WebKit 615.1

Jay Bhaskar jbhaskar at openjdk.org
Thu Feb 9 01:10:55 UTC 2023


On Wed, 8 Feb 2023 13:51:29 GMT, Jay Bhaskar <jbhaskar at openjdk.org> wrote:

> Issue: [linux] Crash on exit from WebKit 615.1 Crash dump observed on Window exit
> Root cause: Accessing local storage data of a thread having client data like font cache during VM shutdown
> Solution: Add a shutdown hook to ThreadTimers class, so that no timer class doesn't fire any function during the shutdown.

This pull request has now been integrated.

Changeset: 13d8df31
Author:    Jay Bhaskar <jbhaskar at openjdk.org>
Committer: Kevin Rushforth <kcr at openjdk.org>
URL:       https://git.openjdk.org/jfx/commit/13d8df31e7bc4336d01ec859e127756928db30d4
Stats:     7 lines in 1 file changed: 6 ins; 0 del; 1 mod

8301712: [linux] Crash on exit from WebKit 615.1

Reviewed-by: kcr, hmeda

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

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


More information about the openjfx-dev mailing list