]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Try putting ulimit -c 0 in test_bt.sh to see if it fixes bug 26787
authorNick Mathewson <nickm@torproject.org>
Mon, 16 Jul 2018 11:53:43 +0000 (07:53 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 16 Jul 2018 11:53:43 +0000 (07:53 -0400)
src/test/test_bt.sh

index 312905a4e2460af427282f0dc2ea843b0f07829b..df8bcb8eda82a2f3fba08f6b5e7c06ca52fc6839 100755 (executable)
@@ -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="$?"