aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_bt.sh
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-07-16 07:53:43 -0400
committerNick Mathewson <nickm@torproject.org>2018-07-16 07:53:43 -0400
commitf8e9c4a894ab61a528560373128c50248b1fe6c4 (patch)
treed0b9c2f34189eda953f03ec9cdf7896155b3d03e /src/test/test_bt.sh
parent8505522e508c8d2379afbd86154a910948cf8c70 (diff)
downloadtor-f8e9c4a894ab61a528560373128c50248b1fe6c4.tar.gz
tor-f8e9c4a894ab61a528560373128c50248b1fe6c4.zip
Try putting ulimit -c 0 in test_bt.sh to see if it fixes bug 26787
Diffstat (limited to 'src/test/test_bt.sh')
-rwxr-xr-xsrc/test/test_bt.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/test_bt.sh b/src/test/test_bt.sh
index 312905a4e2..df8bcb8eda 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="$?"