From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 43161 invoked by alias); 20 Feb 2020 19:33:43 -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 43152 invoked by uid 89); 20 Feb 2020 19:33:42 -0000 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 Received: from mail-ed1-f54.google.com (HELO mail-ed1-f54.google.com) (209.85.208.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 20 Feb 2020 19:33:41 +0000 Received: by mail-ed1-f54.google.com with SMTP id v28so35063105edw.12 for ; Thu, 20 Feb 2020 11:33:41 -0800 (PST) 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.da46ccf9cb52b1afdefa2a9a@nifty.ne.jp> <20200219044302.bd24ffa7af1f159c67583600@nifty.ne.jp> In-Reply-To: <20200219044302.bd24ffa7af1f159c67583600@nifty.ne.jp> From: Edward Lam Date: Thu, 20 Feb 2020 19:33:00 -0000 Message-ID: Subject: Re: Pipes bug when spawning non-cygwin processes To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2020-02/txt/msg00174.txt.bz2 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