This is an automated email from the ASF dual-hosted git repository.
gabriellee pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 30bed530bc8 [minor](script) Add LSAN option (#60175)
30bed530bc8 is described below
commit 30bed530bc85293791ebf69c0d7bb98270d5a33f
Author: Gabriel <[email protected]>
AuthorDate: Tue Jan 27 17:09:07 2026 +0800
[minor](script) Add LSAN option (#60175)
---
bin/start_be.sh | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/bin/start_be.sh b/bin/start_be.sh
index 6bc3045b16b..36b490494d4 100755
--- a/bin/start_be.sh
+++ b/bin/start_be.sh
@@ -341,7 +341,11 @@ fi
export AWS_MAX_ATTEMPTS=2
# filter known leak
-export LSAN_OPTIONS=suppressions=${DORIS_HOME}/conf/lsan_suppr.conf
+export LSAN_OPTIONS="
+ report_objects=1
+ suppressions='${DORIS_HOME}/conf/lsan_suppr.conf'
+ malloc_context_size=50
+"
export ASAN_OPTIONS=suppressions=${DORIS_HOME}/conf/asan_suppr.conf
export UBSAN_OPTIONS=suppressions=${DORIS_HOME}/conf/ubsan_suppr.conf
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]