From: Nick Mathewson Date: Mon, 16 Jul 2018 11:53:43 +0000 (-0400) Subject: Try putting ulimit -c 0 in test_bt.sh to see if it fixes bug 26787 X-Git-Tag: tor-0.3.5.1-alpha~205^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f8e9c4a894ab61a528560373128c50248b1fe6c4;p=thirdparty%2Ftor.git Try putting ulimit -c 0 in test_bt.sh to see if it fixes bug 26787 --- 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="$?"