From: Johannes Schindelin <Johannes.Schindelin@gmx.de>
To: Michael J Gruber <git@grubix.eu>
Cc: Ramsay Jones <ramsay@ramsayjones.plus.com>,
Adam Dinwoodie <adam@dinwoodie.org>,
Junio C Hamano <gitster@pobox.com>,
GIT Mailing-list <git@vger.kernel.org>
Subject: Re: Unexpected pass for t6120-describe.sh on cygwin
Date: Wed, 13 Sep 2017 15:11:07 +0200 (CEST) [thread overview]
Message-ID: <alpine.DEB.2.21.1.1709131448390.4132@virtualbox> (raw)
In-Reply-To: <52f990d5-cdac-b516-269c-acbb68897e6e@grubix.eu>
Hi Michael,
On Wed, 13 Sep 2017, Michael J Gruber wrote:
> Could you please try and report on the following (cygwin, MinGW):
>
> ulimit -s
> ulimit -s 4096 # anything lower than the value from above
> ulimit -s
> bash -c "ulimit -s"
Git Bash (MINGW, well, not precisely [*1*]):
me@work MINGW64 ~
$ ulimit -s
2032
me@work MINGW64 ~
$ ulimit -s 4096 # anything lower than the value from above
me@work MINGW64 ~
$ ulimit -s
4096
me@work MINGW64 ~
$ bash -c "ulimit -s"
2032
Judging by your comment, 4096 should be replaced. So here goes again:
me@work MINGW64 ~
$ ulimit -s 1024
me@work MINGW64 ~
$ ulimit -s
1024
me@work MINGW64 ~
$ bash -c "ulimit -s"
2032
And here is the same output of my 64-bit Cygwin installation (just updated
to the current [*2*] one):
me@work ~
$ ulimit -s
2032
me@work ~
$ ulimit -s 1024
me@work ~
$ ulimit -s
1024
me@work ~
$ bash -c "ulimit -s"
2032
Ciao,
Dscho
Footnote *1*: I know it is confusing for Linux folks, there are two very
different classes of executables in Git for Windows: MSYS2 ones and MINGW
ones. The former implicitly link against the MSYS2 runtime, and therefore
can make use of its POSIX emulation layer, the latter do not, and
therefore they can use "only" what the Win32 API provides. For details,
see
https://github.com/git-for-windows/git/wiki/The-difference-between-MINGW-and-MSYS2
prev parent reply other threads:[~2017-09-13 13:11 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-09 13:13 Unexpected pass for t6120-describe.sh on cygwin Ramsay Jones
2017-09-10 12:27 ` Michael J Gruber
2017-09-10 16:58 ` Ramsay Jones
2017-09-11 10:31 ` Adam Dinwoodie
2017-09-11 22:17 ` Ramsay Jones
2017-09-11 17:47 ` Jeff King
2017-09-12 13:39 ` Johannes Schindelin
2017-09-13 9:08 ` Michael J Gruber
2017-09-13 13:11 ` Johannes Schindelin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=alpine.DEB.2.21.1.1709131448390.4132@virtualbox \
--to=johannes.schindelin@gmx.de \
--cc=adam@dinwoodie.org \
--cc=git@grubix.eu \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=ramsay@ramsayjones.plus.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).