delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/04/05/03:52:10

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; q=dns; s=default; b=Xwa+bOJ
uWim++iBkAeZOQC8X1jb0n755QsIN99KB0UFPiuZb5augjOhgUVGKuOnPRwKTumj
MZmycP15QAzcapcr7S8Olzsurv9FJ3b7EGEzpZ6C2rLU7v47lulYN5L1yoF2h74W
JePV2CjX+glYqBW8RXtTuq3+Y3bxXuMm7InI=
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; s=default; bh=kkz2p1VGpNvRx
4m/OazejEYnoYI=; b=Mf3EQtgBFFpBKyu4a8kvtSDOnSXHCdZNzkh8ySws3iyC0
u2x+yodi1EoPbDxDZ3IWT7s/7n0aOk0SnwxCdT+cIZjTA5OeGdnJcce5uDlY/j3n
UPK4oqrindjfzNXOyMv7XY7XEXdIhSYvISAbgWlC5oNAzLKSDwyns4FHRdoWGU=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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=-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
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
In-Reply-To: <announce.5702DCA7.60605@cygwin.com>
References: <announce DOT 5702DCA7 DOT 60605 AT cygwin DOT com>
From: Ismail Donmez <ismail AT i10z DOT com>
Date: Tue, 5 Apr 2016 10:51:11 +0300
Message-ID: <CAFo71_5jJ_F5eyWd9FiC6OQ+qW3vFbJupq=Eau6ELeajKhfZzw@mail.gmail.com>
Subject: Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.5.0-0.11
To: cygwin AT cygwin DOT com
X-IsSubscribed: yes

Hi,

On Tue, Apr 5, 2016 at 12:29 AM, Yaakov Selkowitz <yselkowitz AT cygwin DOT com> 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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019