delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2015/12/08/03:37:34

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:date:from:to:subject:message-id:reply-to
:references:mime-version:content-type:in-reply-to; q=dns; s=
default; b=Ev2omuIv/QfHVJU6UydjVJeuYwZdmxIQeK+OjAWq2/tFn7eo0XBeP
klXgs1nhnLj5wZzMK4Xa3L6kX9laBKds1sM78/QSjhTX1qJKeZkqjIrkcNGucn+i
XtVq3Jam2a1ND+YPSCtTfMf0vHAinh+NyFApwLRLgK+fFsBFWjWAWg=
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:date:from:to:subject:message-id:reply-to
:references:mime-version:content-type:in-reply-to; s=default;
bh=J8c5M/DnE2PYHXbawfVnreVoTTo=; b=daUDc1kMSay4jsFmtBSCAS1byVnr
EhCONj3ql2mbDnOIzwT1VD4U0QKsM5PVbJAo6guenvGVY1VJBxRHha1+00TRHtmS
oBJdXl6DEn8yAo7f8w/KNUITy9e3r2/2CpKhu9IVvBM4lecQMoUPuWOv/R+QwuxR
FKdOtP7hnuBzo04=
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=-3.3 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_PBL,RDNS_DYNAMIC autolearn=no version=3.3.2
X-HELO: calimero.vinschen.de
Date: Tue, 8 Dec 2015 09:37:13 +0100
From: Corinna Vinschen <corinna-cygwin AT cygwin DOT com>
To: cygwin AT cygwin DOT com
Subject: Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.4.0-0.8
Message-ID: <20151208083713.GA13799@calimero.vinschen.de>
Reply-To: cygwin AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
References: <announce DOT 20151206185744 DOT GA21712 AT calimero DOT vinschen DOT de> <CABPLASTO1iDvebuVz4PAxbfMv7r3SFMsUEKUyavn2tW7eiFhEA AT mail DOT gmail DOT com> <20151207093702 DOT GA7857 AT calimero DOT vinschen DOT de> <20151207160013 DOT GD22073 AT calimero DOT vinschen DOT de> <CABPLASQZ2-tGqqSUcETj9h1qDmWcL2wvS-5+L=X=rxtkViW=KQ AT mail DOT gmail DOT com>
MIME-Version: 1.0
In-Reply-To: <CABPLASQZ2-tGqqSUcETj9h1qDmWcL2wvS-5+L=X=rxtkViW=KQ@mail.gmail.com>
User-Agent: Mutt/1.5.23 (2014-03-12)

--1yeeQ81UyVL57Vl7
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Dec  7 21:30, Kacper Michajlow wrote:
> 2015-12-07 17:00 GMT+01:00 Corinna Vinschen <corinna-cygwin AT cygwin DOT com>:
> > On Dec  7 10:37, Corinna Vinschen wrote:
> >> On Dec  6 21:21, Kacper Michajlow wrote:
> >> > 2015-12-06 19:57 GMT+01:00 Corinna Vinschen <corinna-cygwin AT cygwin DOT c=
om>:
> >> > > Hi Cygwin friends and users,
> >> > >
> >> > >
> >> > > I released a new TEST version of Cygwin, 2.4.0-0.8.
> >> > > [...]
> >> > Since 2015-12-03 snapshot I got only black screen when running this =
batch script
> >> > @echo off
> >> > C:
> >> > chdir C:\cygwin\bin
> >> > zsh -l -i
> >> >
> >> > Basically it deadlocks while processing .zshrc. I was debugging this
> >> > and it locks when loading "oh my zsh".
> >> >
> >> > Long story short is seems to hang here
> >> > https://github.com/robbyrussell/oh-my-zsh/blob/master/lib/git.zsh#L1=
77
> >> > at least for the first time, because if I remove this line it hangs
> >> > somewhere else. It basically hangs if in git_compare_version() is any
> >> > kind of external command which cause fork.
> >> >
> >> > It works fine when running from mintty.
> >>
> >> Confirmed.  I have two different ways to fix this, but I'm not sure yet
> >> which one is better.  I'll test them a bit and probably check one of
> >> them in later today.
> >
> > I just uploaded a new developer snapshot to https://cygwin.com/snapshot=
s/
> > and I just announced a new test release 2.4.0-0.9,
> > https://cygwin.com/ml/cygwin-announce/2015-12/msg00007.html, both of
> > which come with a patch which should fix this issue.  It did for me, at
> > least :}
> >
> > Please give any of them a try.
>=20
> 2.4.0-0.9 works fine. Thanks.

Thanks for testing and your feedback.


Corinna

--=20
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

--1yeeQ81UyVL57Vl7
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJWZpa5AAoJEPU2Bp2uRE+gKEwP/2K59TlMJbKNsbEATWJy2+bF
NoM6Ok4CsjqqkvaDqnGflpDvf4vf64IetbyE5K1PtvgSayY1YaFKrGnWpzMdBg8M
DNvA89K6gk/sR0BJT1/jUYQidB6i8Mqdv6PvUNc5bVlxLB7DCNe4+pDLlUmXWD4S
n6a9Jq0FKOG32z7lUr1PZwGJjknzxJLLPmpVgyMgDZ4jfD09ZTbUKNsHi0u/l+Xe
u4LgZ0GpdSJvRzURAXo0eEUSFaHz4ahgBRwdo7UqChdSs+MY4NZqyHi4YNDJ7Kpn
zPlpPkEVeLrsyy7yQazgqyU3x22ZbZaeDgB9Zxgq+dRywnqYUHOhmqoxy+L87/Q4
qorBCv07ri+3YreEhLaH3GBrRommpxEN9DMmikwIamON3GpKzBNIicFxLV76c2a5
fbnIExTf0pmXHSXCfi8csxnkPWsgDnA/32waNpMuGqOlEAOsNaBYvcKNPg/mj0ic
mLteQ6t9dXdJ8X0ClFXYIFsnmnIAHfkjV4CQZbc/xfTfaWYPrb6+jFvCzfRGSL3w
vwzlZK5xUvryNjww4aYsHkAVBJjRIPPRo94QQGmgCIkNgsimB8c/ZMfb1S/hob0A
5f0KDHIiexjVotE4CshxSBV+wWmamS1/+oD7PvvVFaYDJ3g0dfWENs5QgIPEOOY3
cE2vhPE8MsdVsnhjeH0i
=SOAZ
-----END PGP SIGNATURE-----

--1yeeQ81UyVL57Vl7--

- Raw text -


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