DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 55IJ5cfY1199254 Authentication-Results: delorie.com; dmarc=pass (p=none dis=none) header.from=cygwin.com Authentication-Results: delorie.com; spf=pass smtp.mailfrom=cygwin.com DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 55IJ5cfY1199254 Authentication-Results: delorie.com; dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=UKTjz6Zc X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D736439AE37F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1750273536; bh=GF0hSX2Cy3en/T+rYVpOHLmqle9WH1efY0muZklwbh0=; h=Date:To:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=UKTjz6Zc6OUt1UEC/JPCdSG2+7ydFjiUVWtg8zzWjtX77rRv48cM47a80XL+IMLk3 gakCtgn6n8FsdjaRlcDIzwtifgAZnQBRnmlwDpo+ijiZbjkmE/9RYyss0hi955fb8w qSrUfuNkOrPtz5ysABEiOnIwYQLDb32RZSGxEpIE= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org CCCC3395508E ARC-Filter: OpenARC Filter v1.0.0 sourceware.org CCCC3395508E ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1750273442; cv=none; b=lKeTkgSl8XTbP1iTl5LuxseUa7H7Ze/LpydeCKYyGx4zWbxAb7sUnLI20m+q7Vj+fljkMZqETSE7ZaOGG9J9p9pFhfUpeVjkhQHGpECgAfY5hpB+Igvl0ZUr1AaBp1EkzLg4GjTPgqKnGM018loADG1VW3OwTYAZR91hisiTI1w= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1750273442; c=relaxed/simple; bh=xIwFvWIUPrgm3CRwqe40LCdmPhse9OzqgPSbXA5oU7E=; h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version; b=CDWMHbyoHI9KKu/wpYFrJhY565QbjvgzFrxcKWxotcdJEjBJBgpSyFS0vMGMvLO4Iak5S5dzOC0yUlGPHGzComf15jsVWiNOcz1VB0o9JwVdR+lvAE9PLuLxNzfXqqP0HzlaEKL/UCyF1KdK2pM/DtzzN661BLGgzsNJY7VuHYI= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CCCC3395508E Date: Wed, 18 Jun 2025 12:04:02 -0700 (PDT) X-X-Sender: jeremyd AT resin DOT csoft DOT net To: cygwin AT cygwin DOT com Subject: consistent stress test failures on arm64 after recent signal changes Message-ID: MIME-Version: 1.0 X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: Jeremy Drake via Cygwin Reply-To: Jeremy Drake Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" The "stress tests x86_64 on arm64 Windows" tests "fp" and "memcpy" seem to be consitently failing since 364226a. The step is allowed to continue on error because there is some flakiness with tests on arm64 Windows, but these tests seem to be pretty consistently failing. It seems like 3 commits were pushed at once, so there's only one job for: Cygwin: signal: Prevent unexpected crash on frequent SIGSEGV Cygwin: signal: Revert _cygtls::inside_kernel() change Cygwin: signal: Enable the signal mask earlier See for example https://github.com/cygwin/cygwin/actions/runs/15706999164/job/44256840429#step:6:37 -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple