Skip to content

Commit 3f3fda7

Browse files
committed
disable randomize_va_space --filter=[core] --asan
1 parent 2c3bd84 commit 3f3fda7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core-tests/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ CMAKE_ARGS="-D swoole_dir=${__SWOOLE_DIR__} -D enable_thread=1"
55

66
if [ "${SWOOLE_ENABLE_ASAN}" = 1 ]; then
77
export ASAN_OPTIONS=detect_leaks=0
8+
echo 0 > /proc/sys/kernel/randomize_va_space
89
CMAKE_ARGS="${CMAKE_ARGS} -D enable_asan=1"
910
fi
1011

0 commit comments

Comments
 (0)