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

Kevin Rushforth kcr at openjdk.org
Wed Feb 8 14:09:56 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.

The fix looks good to me. I confirm that it fixes the problem. I'll do a bit more testing before I approve.

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

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


More information about the openjfx-dev mailing list