Hi, On Tue, Apr 5, 2016 at 12:29 AM, Yaakov Selkowitz <yselkow...@cygwin.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