delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2024/04/23/06:27:13

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0AB47384AB5F
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1713868031;
bh=aK+6K+7GQb6ecvAOJ3bq+69oCdKAih7CrOtTI3ddiUE=;
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=EhBfymS3+/Sy5ujm0LlYKtyufBo6Lp5RQ+08C6U3miklfYuFIyJmvjRNzwRgiI0sb
ycGFR9NngEYddboYPRMbso+ZWWNrK0xtgKgT2eqdQB2nnKGpN3SqtQz3AYPW2K/8sD
L83BMcJu9n6rw9jPMe/a33Xc2YNaRyRAWilMCp/M=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org AEBB23858D38
ARC-Filter: OpenARC Filter v1.0.0 sourceware.org AEBB23858D38
ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1713867973; cv=none;
b=GGhZcz2zNdGVo9vQPXawXnHwCJSZNyyuNIXvUrDsuc9XQdDH0JeieGAhLFWC/phqlr0ELPw4ZIt6KoIQ4NHOXs/t90ZdXoklp+DSAxz6E6GcY1bwkrFudLj9Ee689sXvYB+0yJizEJ+Ued2Jdd7J7SPzjeREvVJu9Y+xE/eNaZ0=
ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key;
t=1713867973; c=relaxed/simple;
bh=z/icb+6Vp+MDJM2w0v7DsP0YPZaJ5HzkU10kHKZi+74=;
h=Date:From:To:Subject:Message-Id:Mime-Version:DKIM-Signature;
b=wmfQsIznjL+0/jXT9DVMUOdIZRD/YI9V/RA07MQq+mKVTuSjalZdPEHR7txmV+ZngpAQDJifp+4HSUTMEElV+LhtHURw6LsRoa64QKR8zEBd/SjIv1cLF9T3gDv9z2rvDfbUlzKqOE7a0LOgTDGV5/xvoSdtWiUNbQ1CmTxd/7U=
ARC-Authentication-Results: i=1; server2.sourceware.org
Date: Tue, 23 Apr 2024 19:26:06 +0900
To: <cygwin AT cygwin DOT com>
Subject: Re: cygwin application hangs on closing console
Message-Id: <20240423192606.7b4aa04685afca2525eb5ed3@nifty.ne.jp>
In-Reply-To: <b71816f0-633c-4eaf-b9d6-955b10e4866a@johannesthoma.com>
References: <d268ca90-3c5b-4de6-9dd5-320ee713283c AT johannesthoma DOT com>
<20240423035104 DOT 85352f8a8d821c0f4d569d18 AT nifty DOT ne DOT jp>
<b71816f0-633c-4eaf-b9d6-955b10e4866a AT johannesthoma DOT com>
X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32)
Mime-Version: 1.0
X-Spam-Status: No, score=-5.6 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_NONE,
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
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.30
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Takashi Yano via Cygwin <cygwin AT cygwin DOT com>
Reply-To: Takashi Yano <takashi DOT yano AT nifty DOT ne DOT jp>
Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>

On Tue, 23 Apr 2024 11:20:16 +0200
Johannes Khoshnazar-Thoma wrote:
> Am 22.04.24 um 20:51 schrieb Takashi Yano:
> > 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?
> >
> Thanks for your reply.
> 
> Yes, sure, will test it with 3.5.3 as well. Due to round trip times
> with the client this may take one or 2 weeks, however.

Thanks in advance.

> Just wanted to ask if the 3.4 branch is end of life?

3.4 branch: no more bug fix nor release.
3.5 branch: bug fix releases only.
3.6 branch: will be released with new features.

-- 
Takashi Yano <takashi DOT yano AT nifty DOT ne DOT jp>

-- 
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019