Re: Cygwin 3.3.0 regression: "make" segmentation faults

2021-11-18 Thread Jon Turney
On 15/11/2021 16:47, Aleksey Shipilev via Cygwin wrote: [...] After installing make-devel and doing "ulimit -c unlimited", I have got this stackdump: For no particularly good reason, writing a core dump is not hooked up to the core file size limit. Exception: STATUS_ACCESS_VIOLATION at

Re: Cygwin 3.3.0 regression: "make" segmentation faults

2021-11-17 Thread Aleksey Shipilev via Cygwin
On 11/16/21 9:11 AM, Takashi Yano wrote: Thanks for the report. I could reproduce the problem and found that the cause is the same with: https://cygwin.com/pipermail/cygwin/2021-November/249913.html I will submit the patch for these issues shortly. Nice. Let me know when there is a testable

Re: Cygwin 3.3.0 regression: "make" segmentation faults

2021-11-16 Thread Takashi Yano via Cygwin
On Mon, 15 Nov 2021 17:47:58 +0100 Aleksey Shipilev wrote: > OpenJDK project uses Cygwin to drive the OpenJDK build system under Windows. > Recently, our GitHub > Actions (GHA) Windows runs started to fail with make SEGV-ing: > https://bugs.openjdk.java.net/browse/JDK-8276854 > > This also

Re: Cygwin 3.3.0 regression: "make" segmentation faults

2021-11-15 Thread Marco Atzeri via Cygwin
On 15.11.2021 17:47, Aleksey Shipilev via Cygwin wrote: Hi, OpenJDK project uses Cygwin to drive the OpenJDK build system under Windows. Recently, our GitHub Actions (GHA) Windows runs started to fail with make SEGV-ing:     https://bugs.openjdk.java.net/browse/JDK-8276854 [cut] Any

Cygwin 3.3.0 regression: "make" segmentation faults

2021-11-15 Thread Aleksey Shipilev via Cygwin
Hi, OpenJDK project uses Cygwin to drive the OpenJDK build system under Windows. Recently, our GitHub Actions (GHA) Windows runs started to fail with make SEGV-ing: https://bugs.openjdk.java.net/browse/JDK-8276854 This also reproduces locally for me, with the standard OpenJDK Windows