RFR: 8289189: Configure fails on WSL1
Yasumasa Suenaga
ysuenaga at openjdk.org
Sat Jul 2 07:09:26 UTC 2022
On Fri, 1 Jul 2022 17:27:49 GMT, Nikita Gubarkov <duke at openjdk.org> wrote:
> I don't fully understand why it fails, it successfully builds conftest.exe, then runs and it exits with 139 code (SIGSEGV). I couldn't reproduce it manually, but it fails every time in configure script. And though it's 100% reproducible for me, my colleagues weren't able to reproduce it.
I've seen same error on my WSL 1, but I think it is not a bug in OpenJDK.
Did you get strace from configure script? AFAICS it seems to be caused by WSL kernel, and [I've reported it to WSL community](https://github.com/microsoft/WSL/issues/8388).
-------------
PR: https://git.openjdk.org/jdk/pull/9289
More information about the build-dev
mailing list