From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from conssluserg-02.nifty.com (conssluserg-02.nifty.com [210.131.2.81]) by sourceware.org (Postfix) with ESMTPS id 3E4723857C4B for ; Fri, 12 Nov 2021 08:38:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 3E4723857C4B Authentication-Results: sourceware.org; dmarc=fail (p=none dis=none) header.from=nifty.ne.jp Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=nifty.ne.jp Received: from Express5800-S70 (z221123.dynamic.ppp.asahi-net.or.jp [110.4.221.123]) (authenticated) by conssluserg-02.nifty.com with ESMTP id 1AC8c9UG005427 for ; Fri, 12 Nov 2021 17:38:10 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-02.nifty.com 1AC8c9UG005427 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=dec2015msa; t=1636706290; bh=x6d/a11hhwMSpiUejihPhGOeLrMrMUyn5OfW5gl2vmA=; h=Date:From:To:Subject:In-Reply-To:References:From; b=LyznCHiJ99814CCHlSEa7BKSnIGH9AzToFOQu88WCDHQah58SWMhxCxlka5A/GBMq mxVfHovtnx4THEM97Dsjqw8kXEqSvFgNoTynLHO64No29sbPUq1ZvZ4asM5Lyq9mBT JFD/glJRCMiGK+UL/gB/KBvP8HIHq4i1p7psCVZ4mr9YMjz7N4FeI9NU96danWriFu 7lVMOFQL0R8Ozlw3Ei1tvTpDWDqaWGGR4YsSajMaTemOKuS8JXONUt4y7dLIueLoI6 SfZkBUngJCicOXeMIWMqXWCPe0WTePuJHLYo46i0xft5UpdnJYd+OljCYxObjcB2tC 6lvazC+9sg1gQ== X-Nifty-SrcIP: [110.4.221.123] Date: Fri, 12 Nov 2021 17:38:10 +0900 From: Takashi Yano To: cygwin-developers@cygwin.com Subject: Re: 3.3.0: Possible regression in cygwin DLL (Win10); fixed in snapshot Message-Id: <20211112173810.092035a3b762537bccdb23cf@nifty.ne.jp> In-Reply-To: References: <20211105170542.96ce6dd4ca32880ddfddd660@nifty.ne.jp> <20211106044116.698b465a5d8ed6ce2cc75c99@nifty.ne.jp> <2cfa5de7-3b95-9062-4572-f36d304bc916@cornell.edu> <20211106151047.4d8f626bd6ebe9e4d8017f3b@nifty.ne.jp> <20211110173003.88359e8482ffa8b8be326903@nifty.ne.jp> <20211110223049.b61c6cb87fb3e540b4214bcf@nifty.ne.jp> <62c481e4-2439-ee1c-8f9a-3e35fe9eb87e@cornell.edu> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-5.9 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_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin-developers@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin core component developers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Nov 2021 08:38:35 -0000 On Thu, 11 Nov 2021 11:11:10 -0500 Ken Brown wrote: > On 11/10/2021 4:32 PM, Ken Brown wrote: > > On 11/10/2021 3:35 PM, Corinna Vinschen wrote: > >> On Nov 10 22:30, Takashi Yano wrote: > >>> Thanks. I have just pushed the experimental patch to topic/pipe. > >>> Please try. If something wrong, please point it out. > >> > >> Great, I'll have a look.  Ken, you're looking as well, right? > > > > Yes.  It looks good on a first read-through.  I want to look again and do some > > testing.  One minor thing I noticed is that fhandler_pipe::raw_read could be > > cleaned up a little more: There are still references to STATUS_THREAD_SIGNALED > > and STATUS_THREAD_CANCELED, which can't occur any more. > > It still looks good after a second read. I'll try using it in my normal Cygwin > install to make sure no problems come up. > > I've pushed a cleanup patch removing STATUS_THREAD_SIGNALED and > STATUS_THREAD_CANCELED, as well as a patch documenting the new behavior of the > pipe_byte option. Thanks for reviewing and cleaning up the code, as well as document changes! -- Takashi Yano