diff --git a/test/common/autotest_common.sh b/test/common/autotest_common.sh index 8fc383f75..459515573 100755 --- a/test/common/autotest_common.sh +++ b/test/common/autotest_common.sh @@ -154,8 +154,8 @@ export PYTHONDONTWRITEBYTECODE=1 # Export flag to skip the known bug that exists in librados # Bug is reported on ceph bug tracker with number 24078 -export ASAN_OPTIONS=new_delete_type_mismatch=0 -export UBSAN_OPTIONS='halt_on_error=1:print_stacktrace=1:abort_on_error=1' +export ASAN_OPTIONS=new_delete_type_mismatch=0:disable_coredump=0 +export UBSAN_OPTIONS='halt_on_error=1:print_stacktrace=1:abort_on_error=1:disable_coredump=0' # Export LeakSanitizer option to use suppression file in order to prevent false positives # and known leaks in external executables or libraries from showing up.