DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 4ADFg9MK463246 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 4ADFg9MK463246 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=s54DGycA X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 29AA23858403 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1731512528; bh=9J7eY5PjQZMQlCCCsrNjUoQ+9W3me9ZFbZCxve0ymq0=; 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=s54DGycAm752oQgwe/5hj8Vm35Yvkn7jRCMDALK9EJQE6qaIwFEyoaLUQxGvCzn3h MbiJqWDgW9cTIhn1zFrlozL4/Md1sSo0qdf6cLl8jzfQQugYVfsaWu9389IJLuQukc ZnwESctd9Bge3dto1gTa9m5QVi58nKBDfHVobYVk= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 9D31F3858CD9 ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 9D31F3858CD9 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1731512455; cv=none; b=Q926X6cqz7/uBW1tcBUmPM8U5Ysc8nBHaFnPP4//8Wr182BemdiiO6hmvK/Bk7C99D3Z+1YUxRZiHPEg1Ks7V2COWwD2CkQTUayS9PmrVbEsHerxn3bIjeq5PSsk5LcbsOKz6ayZhvQEV/bEMt1CetLD6Zp2kn3yptvxTAXr9rc= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1731512455; c=relaxed/simple; bh=bH3/FOsX+mOqkpki+12yRDIitAta972rA9omdaORUwc=; h=Date:From:To:Subject:Message-Id:Mime-Version:DKIM-Signature; b=kE7uBMVbZiaYE6CbUyyfX1qlUKcuKmXUhDvWyziiwmJt8U0FJ+bwT0fXZm9pUhmrD54Tgjudg1uPZUMEtd3zcfIGAAhPcLfzEpG0CRye+YD2nqWOS8A9in7aysUICr/Ihz8yfuGcYZ0lCe7ibcUGCiq9mcRQpY7wyRa6IhCkinc= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9D31F3858CD9 Date: Thu, 14 Nov 2024 00:40:51 +0900 To: cygwin AT cygwin DOT com Subject: Re: stress-ng --lockmix 1 crashes with *** fatal error - NtCreateEvent(lock): 0xC0000035 Message-Id: <20241114004051.ed7c59573eac1455644752df@nifty.ne.jp> In-Reply-To: References: X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32) 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: Takashi Yano via Cygwin Reply-To: Takashi Yano 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 Tue, 12 Nov 2024 15:28:41 +0100 Sebastian Feld wrote: > stress-ng --lockmix 1 crashes on CYGWIN_NT-10.0-19045 > 3.6.0-0.229.g87cd4f3fbd06.x86_64 > > $ stress-ng --lockmix 1 > stress-ng: info: [174] defaulting to a 1 day run per stressor > stress-ng: info: [174] dispatching hogs: 1 lockmix > stress-ng: info: [175] lockmix: exercising file lock types: flock locka lockf > 0 [main] stress-ng 175 C:\cygwin64\bin\stress-ng.exe: *** fatal > error - NtCreateEvent(lock): 0xC0000035 > stress-ng: warn: [174] metrics-check: > all bogo-op counters are zero, data may be incorrect > stress-ng: info: [174] skipped: 0 > stress-ng: info: [174] passed: 1: lockmix (1) > stress-ng: info: [174] failed: 0 > stress-ng: info: [174] metrics untrustworthy: 0 > stress-ng: info: [174] unsuccessful run completed in 1.28 sec > $ stress-ng: fail: [176] lockmix: fcntl F_SETLK failed, errno=14 (Bad address) Thanks for the report. I could reproduce the problem with head of git repo. I looked into this problem, and might have found the cause. After enough testing, I'll submit a patch for this issue ASAP. -- Takashi Yano -- 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