Thread (2 messages) flat view 2 messages, 2 authors, 2016-06-15

Re: [PATCH v3] git tag --contains: avoid stack overflow

From: Jeff King <hidden>
Date: 2016-06-15 23:02:34

On Sat, Sep 20, 2014 at 08:18:59PM +0200, Andreas Schwab wrote:
Stepan Kasal [off-list ref] writes:
quoted
diff --git a/t/t7004-tag.sh b/t/t7004-tag.sh
index 143a8ea..a911df0 100755
--- a/t/t7004-tag.sh
+++ b/t/t7004-tag.sh
@@ -1423,4 +1423,30 @@ EOF
 	test_cmp expect actual
 '
 
+run_with_limited_stack () {
+	(ulimit -s 64 && "$@")
+}
That is way too small.

https://build.opensuse.org/package/live_build_log/openSUSE:Factory:PowerPC/git/standard/ppc64le
Thanks for the report. I'd be OK with just giving up and dropping this
test as too flaky and system-specific to be worth the trouble.

But if we do want to keep it, does bumping it to 128 (and bumping the
4000 to 8000 in the test below it) work?

-Peff
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help