X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:references:date:in-reply-to :message-id:mime-version:content-type; q=dns; s=default; b=nOa9S WsODohX7U3HtMwHBMx+mfdvkOqWNTZH945k1BTIlk/hcsXwvaxzNQMNX2Ipxwr53 A4kacxFojFUJbeSERFG/q7LWfhg+Y3RD8s+sBEjhUsuGghurFKLkPCi2iI9aX9IG Nx/Bzg1NePpiBUQDZrHy3Ewy6MHr/jTer7aWaU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:references:date:in-reply-to :message-id:mime-version:content-type; s=default; bh=0UPNGvIobaI gH1ePdpH/UqzDAc8=; b=TPzSSxdMe00PpLTblfrmbr2RLz9L3HLiecsqxCS2sfL LVkmrojROlEWcYC/PeugCUD0PuqD0EHX2Dczd7vniZHPZ/jX8Rf/KfGqDOOKO5ni W1O8LiyeAJ0cHHL+m3gKp4+R/efTYKnZE/+sneS0THP6DOaOskaYJuKWJPFYzJfg = Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-in-09.arcor-online.net X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-14.arcor-online.net 3nrc9z1Mt0z6WBW From: Achim Gratz To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.3.0-0.6 References: Date: Wed, 04 Nov 2015 19:30:39 +0100 In-Reply-To: (Corinna Vinschen's message of "Wed, 4 Nov 2015 10:12:29 +0100") Message-ID: <87pozpwrao.fsf@Rainer.invalid> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Corinna Vinschen writes: > I released a new TEST version of Cygwin, 2.3.0-0.6. > > This test release only fixes a really stupid bug I introduced > while trying to fix the pending signal problem reported in > https://cygwin.com/ml/cygwin/2015-09/msg00197.html There are probably still some daemons in this code. I've been trying the test suite for perl-Test-SharedFork since this is one of the few things that still fail (it's not been critical since it only affects _testing_ of a single Perl distribution I use and this one is not in Cygwin yet). Up until the -0.5 test version the tests were mainly failing by recognizing only one half of the fork (I don't know if it's the parent or child one) as successful and hanging at the point where the child should get reaped. You could ^C your way back to the shell, but the hanging processes could only be cleared by killing the process from the windows side (/bin/kill -f). If the child was killed, the parent process actually continued from the hang. That was racy in the sense that once in a while those tests would actually succeed, especially when run interactively and hang up at some mostly random point during the test sequence. With the new -06 version, things are more consistent: both the child and the parent hang after the first test in the loop and ^C doesn't work at all. Plus it already fails at t/01_simple instead of at t/02_fork_method. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf microQ V2.22R2: http://Synth.Stromeko.net/Downloads.html#WaldorfSDada -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple