[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tor/maint-0.3.3] Try putting ulimit -c 0 in test_bt.sh to see if it fixes bug 26787



commit 501deba8cfd9ee693ffbf9f32d185d5d5366ae96
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date:   Mon Jul 16 07:53:43 2018 -0400

    Try putting ulimit -c 0 in test_bt.sh to see if it fixes bug 26787
---
 src/test/test_bt.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/test/test_bt.sh b/src/test/test_bt.sh
index 312905a4e..df8bcb8ed 100755
--- a/src/test/test_bt.sh
+++ b/src/test/test_bt.sh
@@ -3,6 +3,8 @@
 
 exitcode=0
 
+ulimit -c 0
+
 export ASAN_OPTIONS="handle_segv=0:allow_user_segv_handler=1"
 "${builddir:-.}/src/test/test-bt-cl" backtraces || exit $?
 "${builddir:-.}/src/test/test-bt-cl" assert 2>&1 | "${PYTHON:-python}" "${abs_top_srcdir:-.}/src/test/bt_test.py" || exitcode="$?"



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits