RFR: 8289189: Configure fails on WSL1
Yasumasa Suenaga
ysuenaga at openjdk.org
Sun Jul 3 15:47:30 UTC 2022
On Sun, 26 Jun 2022 12:31:22 GMT, Nikita Gubarkov <duke at openjdk.org> wrote:
> Use temp directory for autoconf on both WSL1 and WSL2
In my case, SEGV in configure script happened on Ryzen 3300X. OTOH it did not happen on Intel Core i3 (Whiskey Lake) , but SEGV happened in build stage as I said before.
Your parch will avoid the crash in configure script, but I think it is not enough for building OpenJDK.
Your strace log shows the SEGV comes from the WSL kernel, so I want to know your patch can avoid the problem in point of WSL 1.
-------------
PR: https://git.openjdk.org/jdk/pull/9289
More information about the build-dev
mailing list