DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 55JJEdV21790811 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 55JJEdV21790811 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=SFP38RuB X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7260A388B07D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1750360477; bh=dotV8fdxKdJxYTgs9GXfNg2XIb/3BM9pN8ptRhNYX5Q=; h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=SFP38RuBp1JyMefxczPyy/Pt0w0RM8yqsa2XjfhE2wqY+gGUNxffnSRy8FZkqfWPK mNyDOjTaVr8BtcMCw5Weoa/0wLKgIn/4IDT1YOYy4BGSDU2HtcjoHMcFAwCGIBTJe8 Bo6EfnOR4D4O8LWPpF8pwEy9qV41C+xiREFOqXC0= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org DE1983857BB9 ARC-Filter: OpenARC Filter v1.0.0 sourceware.org DE1983857BB9 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1750360403; cv=none; b=YQ1660fLZPZxCePCy1wQTFukt/WS2EODNm5D7PZkr3iWxx99ro/2hyHHV/YxsfgtMVft5YHi4G5FEk1E6OPPaX8WLAccKQ5V9wS7sozYJHKuMHueNtFBagBuZGGrRWCOsG5HiiqZwhfS5vnPO41XX7S2p89T4b6SoCN79Edq6U0= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1750360403; c=relaxed/simple; bh=CL+PMLTZK3SlzUiLZtid7K6Bnb8q3lutTZ/uXBNPH3g=; h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version; b=qvPLCu9BP8RYX6JRDWgzongFQxA4Lay0OT24xKhMBzpJuzBXtbN9X8JDC9F7zxyBtMfBQt1EIY3dYXibvxGqbc+vm23URe1yq7CrOyJNZkZAcU6vy3rYM+irgK8pcc7z+TgTSOhihsgLKNxf2aHWJFz8fmzSvGwHjx/4ibKJKNY= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DE1983857BB9 Date: Thu, 19 Jun 2025 12:13:22 -0700 (PDT) X-X-Sender: jeremyd AT resin DOT csoft DOT net To: cygwin AT cygwin DOT com Subject: Re: consistent stress test failures on arm64 after recent signal changes In-Reply-To: Message-ID: References: MIME-Version: 1.0 X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , 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 Errors-To: cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" On Wed, 18 Jun 2025, Jeremy Drake via Cygwin wrote: > 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 I tried reverting each of these, and found that the commit f305ca916ad25870fb010334e4fcaf93057c78b9 ("Cygwin: signal: Prevent unexpected crash on frequent SIGSEGV") is the one that causes these failures. -- 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