From e5ca48653c51d5ccd8533f9acd5a23688056ffd7 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 6 Aug 2024 04:03:05 +0000 Subject: automatic import of guile --- guile-3.0.7-disable-stackoverflow-test.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 guile-3.0.7-disable-stackoverflow-test.patch (limited to 'guile-3.0.7-disable-stackoverflow-test.patch') diff --git a/guile-3.0.7-disable-stackoverflow-test.patch b/guile-3.0.7-disable-stackoverflow-test.patch new file mode 100644 index 0000000..dc94bae --- /dev/null +++ b/guile-3.0.7-disable-stackoverflow-test.patch @@ -0,0 +1,19 @@ +commit 276b240f1694f929ce4b91bcd1827ec31e5ea1fe +Author: Tomas Korbar +Date: Thu Jul 22 12:02:10 2021 +0200 + + Disable stack overflow test + +diff --git a/test-suite/standalone/test-stack-overflow b/test-suite/standalone/test-stack-overflow +index dd54249..45a96be 100755 +--- a/test-suite/standalone/test-stack-overflow ++++ b/test-suite/standalone/test-stack-overflow +@@ -3,6 +3,8 @@ guild compile "$0" + exec guile -q -s "$0" "$@" + !# + ++(exit 77) ++ + (unless (defined? 'setrlimit) + ;; Without an rlimit, this test can take down your system, as it + ;; consumes all of your memory in stack space. That doesn't seem like -- cgit v1.2.3