From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1265 invoked by alias); 8 Feb 2019 11:51:20 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 1253 invoked by uid 89); 8 Feb 2019 11:51:19 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy= X-HELO: atfriesa01.ssi-schaefer.com Received: from atfriesa01.ssi-schaefer.com (HELO atfriesa01.ssi-schaefer.com) (193.186.16.100) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 08 Feb 2019 11:51:18 +0000 Received: from samail03.wamas.com (HELO mailhost.salomon.at) ([172.28.33.235]) by atfriesa01.ssi-schaefer.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Feb 2019 12:51:17 +0100 Received: from [172.28.53.111] by mailhost.salomon.at with esmtps (UNKNOWN:AES128-SHA:128) (Exim 4.77) (envelope-from ) id 1gs4gd-000295-Jg; Fri, 08 Feb 2019 12:51:15 +0100 Subject: Re: [ANNOUNCEMENT] TEST: Cygwin 3.0.0-0.7 To: cygwin@cygwin.com References: <02da4eeb-fcce-b1bc-e6eb-68ff3ec0cf74@ssi-schaefer.com> <20190207182735.GG13951@calimero.vinschen.de> <8a2f041f-f8f7-6e17-5d97-5a168440009b@ssi-schaefer.com> <20190208113158.GH13951@calimero.vinschen.de> From: Michael Haubenwallner Message-ID: <17e339bb-2115-bf22-7291-04215aab3150@ssi-schaefer.com> Date: Fri, 08 Feb 2019 11:51:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0 MIME-Version: 1.0 In-Reply-To: <20190208113158.GH13951@calimero.vinschen.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-02/txt/msg00067.txt.bz2 On 2/8/19 12:31 PM, Corinna Vinschen wrote: > On Feb 8 07:46, Michael Haubenwallner wrote: >> >> On 2/7/19 7:27 PM, Corinna Vinschen wrote: >>> On Feb 7 17:14, Michael Haubenwallner wrote: >>>> On 2/5/19 4:18 PM, Corinna Vinschen wrote: >>>>> Hi folks, >>>>> >>>>> >>>>> I uploaded a new Cygwin test release 3.0.0-0.7 >>>>> >>>> >>>>> Please test. >>>>> >>>> >>>> There's another regression - regarding spawn, exec and waitpid, >>>> loosing the exitstatus somewhere in between: >>>> >>> >>> Any chance you could take a look? I haven't much time for Cygwin the >>> next couple of days. >> >> Ok, will do. Any hints probably? > > Thanks! The only thing coming to mind is the removal of the parent > handle when switching PID method. Or maybe the permission restriction > on the process handles? For now it seems like there's an inconsistency with PIDs: A first process PID 100, receives PID 101 from spawn(), but in the new process getpid() returns 102: $ ./dospawn /bin/bash -c 'echo $$' 12625 waitpid: pid 12624 status 0x0 /haubi/ -- 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