From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 42311 invoked by alias); 1 Feb 2020 17:41:03 -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 42300 invoked by uid 89); 1 Feb 2020 17:41:03 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=displays, H*x:5.0, H*x:Windows X-HELO: sonic303-24.consmr.mail.gq1.yahoo.com Received: from sonic303-24.consmr.mail.gq1.yahoo.com (HELO sonic303-24.consmr.mail.gq1.yahoo.com) (98.137.64.205) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 01 Feb 2020 17:41:02 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1580578860; bh=s3aSHZoN8dUUidrJXS7j0K5QdfKmDkUu9XH/2tSFy7A=; h=Date:From:To:In-Reply-To:References:Subject:From:Subject; b=PK1yDJ9aSYB4BaN5rhzNnBsR8dpSigd592IHUYD4Ut2akKSeTpRkBBLR3lXsSb4R+Q0kOMzhrzPoUevj/31PsYQ0Lh8EGiJotCJByfLpnTtMMDO5c9J0mHFH1T1c84YldxBo8vzoXFXVRLxzBWuxm2nlP2hxrM4m75+c4bReDW4EwsgvWNT+A95UMDzzV4Fck+qRDdhOPOZkq5Ue8S1rRc/KS8/MnKNijqVKiNpse4ZVqOFZHNTelGycI9AWYrMhtQGo6DUrODlKPAvphCK5yBxD1CVJKOaonmQXQlKE+G+yAasV4r3dOyPQKdKCtGOzSeZQAQ5LyROs19Kwg5pICA== Received: from sonic.gate.mail.ne1.yahoo.com by sonic303.consmr.mail.gq1.yahoo.com with HTTP; Sat, 1 Feb 2020 17:41:00 +0000 Date: Sat, 01 Feb 2020 17:41:00 -0000 From: "Anon User via cygwin" Reply-To: Anon User To: "cygwin@cygwin.com" Message-ID: <847088463.368454.1580578852885@mail.yahoo.com> In-Reply-To: <595178088.221931.1580542748412@mail.yahoo.com> References: <595178088.221931.1580542748412.ref@mail.yahoo.com> <595178088.221931.1580542748412@mail.yahoo.com> Subject: Re: Mintty/tmux hangs for 1 minute on startup - seems to be a forking issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2020-02/txt/msg00006.txt.bz2 What happens is it hangs on that openpty() call.=C2=A0 It displays Start im= mediately.=C2=A0 But then around a minute later it shows the rest. $ ./a.exe Start. ** hangs here about 1 minute ** PTY opened. PTY closed. I took the liberty of adding time() calls just before and after the openpty= () call: $ ./a.exe Start. 1580578712 PTY opened. 1580578772 PTY closed. It turns out to be exactly 1 minute -- like there's a 60 second timeout wai= ting for something... -- 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