From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 92080 invoked by alias); 5 Apr 2016 07:51:54 -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 92071 invoked by uid 89); 5 Apr 2016 07:51:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=H*i:sk:announc, hung, zsh, Hx-languages-length:1069 X-HELO: mail-wm0-f53.google.com Received: from mail-wm0-f53.google.com (HELO mail-wm0-f53.google.com) (74.125.82.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 05 Apr 2016 07:51:43 +0000 Received: by mail-wm0-f53.google.com with SMTP id f198so19900472wme.0 for ; Tue, 05 Apr 2016 00:51:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=hSIPOnTK57k7rv5a2TGnAhWNyYn4sf/hsy/kp2yi03w=; b=M213N+PE2To/907tjOzuM7+f6DuGZ6+7kwiwgiN7Jucms+fqeWDHRCL9iOwKnrRnu6 i+k8rIKyZycylj7/PxzrTBVD6NwwH3dbpw5+5K7hucYHZyd390PjFQcjMD5eTc2789kr 5m7w2dSFJxGvMcHto2GmunSI4XLmUhqpriCzpy5O4d4SQxWlgMq7z7Ll+h0DBbFp3Dry SdCdNtu9hi9fM9PtCMSlabulfX4TNgfm2h9DSmR383yvmId+X8lKuBi70M6tGg5O3sJd 5+/I133DXFbWlSfGOV4RMjpVO++asA7Htd8nALjxR2gBsCvTXmk4VdHjw2ERXdxQkEd6 +pkQ== X-Gm-Message-State: AD7BkJLjIiheO1SwPzPSuiv+3o03vKxhx8BZ6FnLr+p6EQkqCaVmLhADfxuHHwII1WSJIhnPEvwHuBMJDDZySA== X-Received: by 10.28.32.199 with SMTP id g190mr15521403wmg.62.1459842700626; Tue, 05 Apr 2016 00:51:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.228.197 with HTTP; Tue, 5 Apr 2016 00:51:11 -0700 (PDT) In-Reply-To: References: From: Ismail Donmez Date: Tue, 05 Apr 2016 07:51:00 -0000 Message-ID: Subject: Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.5.0-0.11 To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg00085.txt.bz2 Hi, On Tue, Apr 5, 2016 at 12:29 AM, Yaakov Selkowitz wrote: > Hi Cygwin friends and users, > > > Corinna just released a new Cygwin TEST version 2.5.0-0.11. > > If things are not going very wrong, this is basically what you'll > get as 2.5.0-1 release (really, we mean it this time). Please, please test > and report regressions. This results in a very interesting regression for me. Running zsh in login mode with zsh --login fails and turns out that it hangs at /etc/zprofile line 56 which basically says: USER="$(/usr/bin/id -un)" I tried running the same command under zsh (without login mode) and fair enough it works fine, so I went ahead and commented that line and it now hangs at line 145: HOSTNAME="$(/usr/bin/hostname)" and well it seems that running any subcommand inside a zsh script seems to hang. I confirmed this with a script of mine which hung at a "cat" command. Reverting back to cygwin1-20160330.dll did fix the issue for me. This is on Win7 x64. Thanks, ismail -- 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