delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2015/12/07/04:37:24

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=Zus9st0RtCV22MhLWjDbvTZ0VK3YXTpv8V+ha9vQc7Z2OwQDCUjnL
tkAREuLhiTfsCUZ4ysI0udN6Iw/ck+eH/qNoEH9n35HvU4h9MTJABHxQ1VAtotIZ
D1nEFr3glcKGR82eImKE3wQ/1U2zBKj46V8nBviDzpWBxtNHZ23Bm4=
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=vTRTQiB2Eag1JHfIWSYIVT4Q6Ls=; b=wdT6m+54Rx6/SbjvcegG7VwCpmr1
5KHM3dGtNpQXNDh3AA0qRCZlSQ1uLkG75EOBGbaVvHFFIp6OtH/vpQtWVLAqk89O
B1EAnb/ZjtVaGHhH7eQ7ZBm7wVaZQVK4yOdXqwrQxrV/H+wUZbOAhgcluz5ASur7
8SPsYvqyyBALW6o=
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=-1.9 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_PBL,RDNS_DYNAMIC autolearn=no version=3.3.2
X-HELO: calimero.vinschen.de
Date: Mon, 7 Dec 2015 10:37:02 +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: <20151207093702.GA7857@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>
MIME-Version: 1.0
In-Reply-To: <CABPLASTO1iDvebuVz4PAxbfMv7r3SFMsUEKUyavn2tW7eiFhEA@mail.gmail.com>
User-Agent: Mutt/1.5.23 (2014-03-12)

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

On Dec  6 21:21, Kacper Michajlow wrote:
> 2015-12-06 19:57 GMT+01:00 Corinna Vinschen <corinna-cygwin AT cygwin DOT com>:
> > Hi Cygwin friends and users,
> >
> >
> > I released a new TEST version of Cygwin, 2.4.0-0.8.
> >
> > This adds a new feature to cygpath, the -U flag, which allows to
> > generate /proc/cygdrive paths, which are unambiguous even if the
> > cygdrive prefix changes.  E.g.:
> >
> >   $ mount -p
> >   Prefix              Type         Flags
> >   /mnt                user         binmode
> >
> >   $ cygpath -D
> >   /mnt/c/Users/corinna/Desktop
> >
> >   $ ./cygpath -DU
> >   /proc/cygdrive/c/Users/corinna/Desktop
> >
> > I'd like to point out the Windows 10 1511 workaround added to 2.4.0-0.7
> > again since it's important that it gets tested:
> >
> > - Not a bug fix as such, but a workaround for new behaviour in Windows =
10
> >   version 1511 64 bit.  This version introduces a problem which existed=
 in
> >   a similar variation (just vice versa) in XP and Server 2003 64 bit as=
 well.
> >   An unexpected stack arrangement when starting a 64 bit Cygwin applica=
tion
> >   from a 32 bit application (e.g. 32 bit CMD.EXE) broke Cygwin's fork.
> >   Addresses: https://cygwin.com/ml/cygwin/2015-12/msg00003.html
> > [...]
>=20
> Hi,
>=20
> 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
>=20
> Basically it deadlocks while processing .zshrc. I was debugging this
> and it locks when loading "oh my zsh".
>=20
> Long story short is seems to hang here
> https://github.com/robbyrussell/oh-my-zsh/blob/master/lib/git.zsh#L177
> 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.
>=20
> 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.


Thanks a lot for testing,
Corinna

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

--a8Wt8u1KmwUX3Y2C
Content-Type: application/pgp-signature

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

iQIcBAEBCAAGBQJWZVM+AAoJEPU2Bp2uRE+gwzoQAIM9sJt2+cd8TE5YNfuyxm2R
N/ctJ2sYXscS5tfF+IJeC70MhZl/rtnkWYccn/LuQLEVqbOt6wdpa5iWhdv9IblB
qGRq5p+Mrme7gaZOHSKZ/xXNUQ1D09A8CLNtBpnAsLjq/Fg7AiWlrMmELztvW6kP
HevaJZ2uzFa2ub4EBNfnBjO99AvQwsnYGe3jl0wXWoJK7BE663aQANrMoQ/Kx0nY
HEWNqx3nLm+IMULutElUOwPLJnzp0patwvy35TRDUeLCATLnmMK28NZKKTt+Ve3p
2ACk/PO0yAgJeG2mTSomM3zIKB8XOWzKgfcvgjS+hU8gs6T/h0MPExS2Ie5l2Q4S
YkEIZ8UOeRs9Vc/eB3VKn4D2gjfHFH7aQxU/6h2mjOwOC4BeZncIpf5C3w9OjUGP
+oWn7nCQkCPxCxtqe8V244WNEFEFrR7NjXRS996NSSFly8rOqoNQYzowStymY2n+
4x81dydMvQnOIZn9wq15s126OycC8vxCcDcQwv2zf7dd0QhVFTdFWQYzfNOSG8Pk
HcqUtIjDIeXW+vpeL16aJFiq+MkrC5XhpKrWvltDCv9/I/pJ7VGqzjLdUnBiQsEE
Vw2JcGLYzLS4UaenheO9LKMJS0aql7fbb8WDByLSvT0/my5lil1xMRotDAGWciVV
GQJlvp7U8roh4mX0cqtL
=XC1x
-----END PGP SIGNATURE-----

--a8Wt8u1KmwUX3Y2C--

- Raw text -


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