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:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; q=dns; s=default; b=QxIWhkLNYj/YQ1YLM1iFpKLLt5zk+BAQZB2j9ntSbX+ sFnPcBOt1gV770e4m8069hqmfGmDSvB0qSx/hKgfW8kd7EpOIu/1Bvnl39dAXYsL i6Aicl8bmTb+azmcTLu2tTPSyl4G5GTXOHO7H/6zMKZXetW7ApcrQ5VFKQJDV5N8 = 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:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; s=default; bh=/hIFYGNtOM7pVeTG0pG+EgMA45Y=; b=ArnN6QloWYGVLo4rx 7/wglOmJ2mrGm9Ye+D+j4wbjt/0sbJzXtHgmMDDdlT5KAo0tz4PyftMQ2UjrOELZ CibXAyTn686i1ipCfhBhSQL7T6mSYU9ZQ2MCu/dSbXQCy1wHCMTKYolFsN77zKSM HPkjZgZFL6O1WAIDgF9+8jixiQ= 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=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-oi0-f53.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-transfer-encoding; bh=pD43ZliqVFGexJsOzNk/LWbyfIxVdLNcNIsuT04CWOI=; b=cRbZ5Gq8hb0kg2IIcREn3FdMFBj1Lebe9Pk7Mmm/QELxQl/Q9DJkpQ8DXNrw7+/mIh d9Cr441pxqETogTyTapbTuoRkyYKmJ74btjgsAIAucWwI4RitT8Xmfb7auXH71I7OXiz JiBa/3oRjdq0beUvtQWXHcgf8PDrcHt701I4Qx20S1t1ss3im5uYVGuXzc2H2qtPhMoH ukflli+dkAQPqMYv9B33Uybaz8fM9O+7O/yqTiQsDl9EZu7Jij7MQ2M9xvIwuIDcAu4a XRaikSfRdBqstSWteYS6+mjcY6Xs8EFJ4/y7WZib6IrjGBQjxNysPz3WvLPif699zlOH xm0A== X-Gm-Message-State: APt69E2Qc+E7g+Bq+leVEWuOwR9a8qVV6XwySHYd6aZk1D1BaNjQs2sa JCviBWU3VT+imAg0CsDtiLnB+ynYtZzNcDhgPRvl X-Google-Smtp-Source: ADUXVKJ9WdyB781+6PBGuhBTu49IXtA6OpCvEbeV0pyzs/0sFgD8SoexN5b3vngMmc8jVsZeESOKbqU/Sl5qpBmlcDM= X-Received: by 2002:aca:1c3:: with SMTP id 186-v6mr1183897oib.174.1528979589258; Thu, 14 Jun 2018 05:33:09 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20180614004401.2097b4da97c3993cc087430a@nifty.ne.jp> References: <20180614004401 DOT 2097b4da97c3993cc087430a AT nifty DOT ne DOT jp> From: =?UTF-8?Q?Jo=C3=A3o_Eiras?= Date: Thu, 14 Jun 2018 14:32:28 +0200 Message-ID: Subject: Re: Multiple attempts at opening same pipe for writing fail To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id w5ECXNMQ032539 On 13 June 2018 at 17:44, Takashi Yano wrote: > Hi João, > > Is this related to https://cygwin.com/ml/cygwin/2017-03/msg00188.html ? > Hi. That seems quite likely. In my test case, I do open+close+open and the second open fails with errno.ENXIO. If I skip the close and do open+open I get the same error. Next on my TODO list I'll make another testcase just using the Win32 API and see if that is a Windows issue. -- 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