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

2023-03-13 Thread Kevin Rushforth
Clean backport to `jfx20u`. Tested in connection with all other WebKit backports in `jfx-20.0.1` branch. - Commit messages: - 8301712: [linux] Crash on exit from WebKit 615.1 Changes: https://git.openjdk.org/jfx20u/pull/4/files Webrev:

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

2023-02-11 Thread Kevin Rushforth
Clean backport. Tested in connection with 3 other WebKit fixes in the `test-kcr-17.0.7` branch, including a successful CI build. I also verfied that the native WebKit code is identical to mainline jfx after applying all patches (excluding a couple of copyright years). - Commit

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

2023-02-11 Thread Kevin Rushforth
Clean backport. Tested in connection with 4 other WebKit fixes in the `test-kcr-11.0.19` branch, including a successful CI build. I also verfied that the native WebKit code is identical to mainline jfx after applying all patches (excluding a couple of copyright years). - Commit

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

2023-02-08 Thread Kevin Rushforth
On Wed, 8 Feb 2023 13:51:29 GMT, Jay Bhaskar 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

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

2023-02-08 Thread Hima Bindu Meda
On Wed, 8 Feb 2023 13:51:29 GMT, Jay Bhaskar 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

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

2023-02-08 Thread Hima Bindu Meda
On Wed, 8 Feb 2023 13:51:29 GMT, Jay Bhaskar 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

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

2023-02-08 Thread Kevin Rushforth
On Wed, 8 Feb 2023 13:51:29 GMT, Jay Bhaskar 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

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

2023-02-08 Thread Kevin Rushforth
On Wed, 8 Feb 2023 13:51:29 GMT, Jay Bhaskar 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

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

2023-02-08 Thread Jay Bhaskar
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