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:references:in-reply-to:from:date :message-id:subject:to:content-type; q=dns; s=default; b=L0JT0oq VNtU8Pj3TfZzvv35gARiiVJBFqrXFaSKsWWRCozpXXR1mkMrRN3zEjZmIkxCAeQ9 w7xb2raSyyh7SWpwqkl71l2E6MhxqaCo/HW1O9jHES6jfmLzTy22p7UAYFCB9xiI kHj5MRVc3bIfOJtB0fyWWSawJ66AXfZg5mvU= 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:references:in-reply-to:from:date :message-id:subject:to:content-type; s=default; bh=FdPA8yVQfnysR oJyPx61EgPfhjw=; b=U6XSfxue/rn/Tf5DwH5bWHRxKLLyCaEUONhpMdphMbNRA ybEJp6VujtEMw1zEH2eTU8zEpMF2uq6yjZ7Q7vKuT6d5mxHgOPb0XaIc4zAUH5xt nFNYsJTsu4rlcMsS0XBQtr8B4AuIDCJCYgyWln/6xYy/bk3Vt57EUFsFA+lCQ0= 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-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:1120, subsystem, H*c:alternative X-HELO: mail-ed1-f54.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=RuNAdtbtTvhuGXHuTvYRH4C7Iv8hWe/Rzrf+U4fLrvU=; b=DtHvIicMvsKAMi+LBhKnO7SMfKPh/Hn1FN/fDLMdqtn7+veXb0fE4+t0qeQQdVb5ru jsgmnZI4xLnPIhMVh/5FJ+rZooyvdO9e+6uQ96ZOmQFNWkFMM8bD71IDzhmSV5s7VQMF yJAvvxt6pYEU4G/CUFYxum3Bl9Ftu2Cr59Px2WZfMKu2tzwrjgjmKimzP8Oiy0rmfLNn 4EN4N4CWLX7CqHTDiAOq7zsl3w8EfI/JvnY1iLVRP6iIxp7SzjSq7Kp44VoOmxFH1wv+ FQU0MWP3pXmmYvMuPFPhv2sAaeH2wrNI6g48Yu67CIHUq8w6sxw3Kux08CRzC1S66MOX dcNA== MIME-Version: 1.0 References: <20200131072536 DOT da46ccf9cb52b1afdefa2a9a AT nifty DOT ne DOT jp> <20200219044302 DOT bd24ffa7af1f159c67583600 AT nifty DOT ne DOT jp> In-Reply-To: <20200219044302.bd24ffa7af1f159c67583600@nifty.ne.jp> From: Edward Lam Date: Thu, 20 Feb 2020 14:33:27 -0500 Message-ID: Subject: Re: Pipes bug when spawning non-cygwin processes To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes Hi Takashi, On Tue, Feb 18, 2020 at 2:43 PM Takashi Yano wrote: > Could you please provide a simple test case? Here you go: // pipes.cpp // // Compile in a Visual Studio x64 Native Tools Command Prompt: // cl pipes.cpp /link /subsystem:windows // // Run from inside a Cygwin shell, the produced pipes.exe // #include #include INT WinMain(HINSTANCE, HINSTANCE, PSTR, INT) { printf("This message used to show up in mintty cygwin v.2.11.2 shell! or from ssh session\n"); return 0; } // end of pipes.cpp -- 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