From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mta-snd-w10.mail.nifty.com (mta-snd-w10.mail.nifty.com [106.153.227.42]) by sourceware.org (Postfix) with ESMTPS id 1BDA23858CDA for ; Mon, 22 Apr 2024 18:51:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 1BDA23858CDA Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=nifty.ne.jp Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=nifty.ne.jp ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 1BDA23858CDA Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=106.153.227.42 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1713811870; cv=none; b=DX1vyUrO5fuIlW52VNSzq2mB1iM4mZTPLUcPv8+3Wi/s5Q12zDZUXzMMGpiFQvql2OZxbvEGWtNVjZDQ2jjXgXvJE2OoNHnpSbU/qgLiKzbeWdJlBC94cmVVAOiwq6FYm2oDD0bmcJN0R94ST7Ytha3MwFsJCBo3GfEVz7po4yg= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1713811870; c=relaxed/simple; bh=fcYntZl7VSEcA9xzUi2JtBsq+DEGt3HTZtHOKTsk5sQ=; h=Date:From:To:Subject:Message-Id:Mime-Version:DKIM-Signature; b=vls7KrAZhXMiqi6/x4Grm2iAFbx4AtYlYD3k44zZZ/WKT2yNqJleERfobRh+8R3qBw98Meg2O4s8+EJQVUX3ZGk/ir+HdLDT5VnGT8GNaPtFUW4Wav0G+LShNEp6V+rrEb3egR5UJOgqbS6FisoBp/8kby7DODrLopQT4/H/ak8= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from HP-Z230 by mta-snd-w10.mail.nifty.com with ESMTP id <20240422185104752.KOUR.96847.HP-Z230@nifty.com>; Tue, 23 Apr 2024 03:51:04 +0900 Date: Tue, 23 Apr 2024 03:51:04 +0900 From: Takashi Yano To: Cc: Johannes Khoshnazar-Thoma Subject: Re: cygwin application hangs on closing console Message-Id: <20240423035104.85352f8a8d821c0f4d569d18@nifty.ne.jp> In-Reply-To: References: X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=default-1th84yt82rvi; t=1713811864; bh=znuRepE+0g7kxVNe4MqNeod/EdpW7W01CUeTmFQsT7I=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=WVj3cpe29ablIWHLNuV9xroR/zMHw8SgPLTbcIeFnnj2qOJApSKTF0Bo9wMmgG0fcwaedRGH OBWrESgSv1Hy/51lidI561PjMaDJohCaSD9cvDxoOfF2a8kxiq0nmKo/MAAxdry2A9wplLz2JB 9ESCGMrPOX7jGAdWuPHaXkg1IhdDxvuRniXMJqeZOgMOzholUu05+ffVoaY+0f85Z66tcnkkj9 btPNCGhNDMFHFeUmcB3zvN2zH9LCyuBZYZXk7Dn/x+CfTClLq+xOQNBx3RkCevwl8Eki6r4RRs TCTfO4eNsO3hJl+xD+1+EOGJP5xy35Qj8rkAwe/I44Qht9yQ== X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Mon, 22 Apr 2024 14:50:51 +0200 Johannes Khoshnazar-Thoma wrote: > Hi cygwin team :) > > I have found something what may be a cygwin bug. Sometimes > (1 out of 1000 times) a drbdadm.exe process (which is part of WinDRBD's > user mode programs originally written for Linux) hangs for several > days on exiting (closing the console). I got a minidump and analyzed > the dump with gdb (the minidump enabled version at https://github.com/ssbssa/gdb) > > I have to note that the application (drbdadm.exe) is run from a > Windows Service. Furthermore it is not a full cygwin installation > however the cygwin1.dll (3.4.10-1) is in the $PATH. Thanks for the report. Could you please test cygwin1.dll 3.5.3-1 wihch is the latest cygwin release? -- Takashi Yano