delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2015/04/30/03:57:07

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:cc:subject:message-id:reply-to
:references:mime-version:content-type:in-reply-to; q=dns; s=
default; b=uYNFmHfmF8jQY2oedRXenmlxq3LcdYgmVllAbymBmBdQS9z07jfzQ
VxuBAkQ58OMDnHzDBSIKb0ihEN7fQQz8MwdnBpFEKDXRHSS28JQUDiFycRisnGF8
SiVLToQ0UYBEsTrkCb2LjLjySg8QADpgEbvHDIQP9chMpDPcMbpeP4=
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:cc:subject:message-id:reply-to
:references:mime-version:content-type:in-reply-to; s=default;
bh=GXBfkUHNhBesUCYV9zsaqYTVK8I=; b=bLc+cwRSF/a7V5N5C3ClT6Jpc7my
QbaKtOWu4xZv/ugF0/4kknR7d40ZiwZ2ppzEw/d9EEAG1XqAJtrcDBlJNaX2uU8U
+J5Zyz1M6Cbe7KdyogaKmLf+1UY9aWBRaAYvw3Ud5aI9GEuSjoqB8YRR2YKUUdS3
P0QvjpLJlZw5dzA=
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=-5.4 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2
X-HELO: calimero.vinschen.de
Date: Thu, 30 Apr 2015 09:56:45 +0200
From: Corinna Vinschen <corinna-cygwin AT cygwin DOT com>
To: cygwin AT cygwin DOT com
Cc: Rich Eizenhoefer <riche AT microsoft DOT com>
Subject: Re: From Microsoft: Windows 10 Console and Cygwin
Message-ID: <20150430075645.GA19795@calimero.vinschen.de>
Reply-To: cygwin AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com, Rich Eizenhoefer <riche AT microsoft DOT com>
References: <BY1PR03MB1436C656CEF12387D40CD74EB4D70 AT BY1PR03MB1436 DOT namprd03 DOT prod DOT outlook DOT com> <20150429200616 DOT GL3657 AT calimero DOT vinschen DOT de> <CAMKht8h5EwCtHe4cY69btH9Pcci-zG=PZCRFpVHZ-Qcx2QC1QQ AT mail DOT gmail DOT com>
MIME-Version: 1.0
In-Reply-To: <CAMKht8h5EwCtHe4cY69btH9Pcci-zG=PZCRFpVHZ-Qcx2QC1QQ@mail.gmail.com>
User-Agent: Mutt/1.5.23 (2014-03-12)

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

Hi Michael,

On Apr 29 19:43, Michael DePaulo wrote:
> Hi, see bottom post.
>=20
> On Wed, Apr 29, 2015 at 4:06 PM, Corinna Vinschen
> <corinna-cygwin AT cygwin DOT com> wrote:
> > Hi Rich,
> >
> > nice to read from you.
> >
> > On Apr 29 19:01, Rich Eizenhoefer wrote:
> >> Hi,
> >>
> >> I'm the Program Manager at Microsoft for the updated Windows 10
> >> console. I searched the Cygwin FAQ and mailing list archives for
> >> issues related to Windows 10 and found an item about multiple windows
> >> which should already be fixed. We have received a couple reports about
> >> crashes when running on Windows 10 with the new console enabled. For
> >> example:
> >>
> >> "cygwin is dying when i run a bunch of the git tools. For example: >gr=
ep -rin log .\ 0 [main] us 0 init_cheap: VirtualAlloc pointer is null, Win3=
2 error 487 AllocationBase 0x0, BaseAddress 0x68570000, RegionSize 0x3A0000=
, State 0x10000 C:\Program Files (x86)\Git\bin\grep.exe: *** Couldn't reser=
ve space for cygwin's heap, Win32 error 0"
> >
> > This error message is a bit weird.  For one thing, it would be nice if
> > you could give us a pointer to the message.  I'm not aware of such a bug
> > report.
> >
> > Also, this is about a non-Cygwin version of git as the path to the git
> > tools suggests.  On the other hand, if it's not a Cygwin version, the
> > error message itself only makes marginal sense.  So maybe it's a Cygwin
> > DLL as part of some third party package which is often outdated in
> > relation to the official Cygwin distro version.
> > [...]
> [...]
>=20
> Allow me to clarify.
>=20
> "C:\Program Files (x86)\Git\" is "Git for Windows", AKA "msysgit":
> https://msysgit.github.io/
>=20
> As explained on README.md, it uses a MSys:
> https://github.com/msysgit/msysgit
>=20
> And as explained on that README.md, MSys is a fork of an old version of C=
ygwin.
>=20
> MSys's home page is here, it is part of the MinGW project:
> http://mingw.org/wiki/msys

Good to know.  The original Msys is so very old (based on Cygwin 1.3)
that we really don't have to care.  Cygwin comes with git anyway and
the newer fork MSYS2 comes with git, too.


Thanks,
Corinna

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

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

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

iQIcBAEBAgAGBQJVQeA9AAoJEPU2Bp2uRE+gK/cP/37lBNnSSso9UCqSgR4gWRvu
iu+Ai7eKxWeSxyMoljcEO/s91w6hkjyGhP6TCGgecomkHSRaFzfXNMruX7swlNYn
sjk2gg+2ccLScQUii3l5eIus2yK9ox8CJ4A86ay0vHlp2lgenlq6MbWeGiva7BKp
HRj8S0PUSq++EuXhnVt4SLHPKqVACVbmkGI8L0a2n2S4ieBw7xMxCBvuuNv2tDab
iuY5+Jyl7aTdV5HnSY9l8y6KK0qeqsg3p1wx1EqKgZgXmgQWoZn1DLF6L8f5ugef
IQTXfIjTLG3DNxcnGvdIvwQYY87fnIQGFbQKRRIZQwTqW0gYfEnqjBAbDxNg6CSn
81qB0z5m7fiAaJ1075mWSE/lstSp+kthWf6dFhAbYbtiavfvaW6z3ti871ND3P1A
iFFDs2CO3e6Lhh29LEOuwNdyATexalwndtdJEMofR3yDkzvBiZlcoG14X79BaNVx
f0xF3PXWrHHREYFZF6b0jnrkFbUweh+XBbxP2Mi1/hFDwp0Jy4Jwr63b2GwZdhJr
BRcNTORvbk6LJbZMsebxmTEZJ4cAlof33mV758PZvUYKATh+22Mxri1O65CeS7Dx
yi4ZF2cfUF0Hl0wx7EiUjW9O8+zVGdehiOdncp4DcD2FO+X/4hDm5ee3Dq5o4EYp
vwD/hi5BCPE+m0DHLAxU
=1dAG
-----END PGP SIGNATURE-----

--cNdxnHkX5QqsyA0e--

- Raw text -


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