This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new 0f053789fca branch-2.1: [fix](memory-leak) skip libzip and libjvm
memory leak #51628 (#51632)
0f053789fca is described below
commit 0f053789fca226f3d6074f0419ad35642abea264
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 12 09:12:25 2025 +0800
branch-2.1: [fix](memory-leak) skip libzip and libjvm memory leak #51628
(#51632)
Cherry-picked from #51628
Co-authored-by: shuke <[email protected]>
---
conf/lsan_suppr.conf | 3 +++
1 file changed, 3 insertions(+)
diff --git a/conf/lsan_suppr.conf b/conf/lsan_suppr.conf
index fe294d58e84..da3fdbadcea 100644
--- a/conf/lsan_suppr.conf
+++ b/conf/lsan_suppr.conf
@@ -17,3 +17,6 @@
# This is a known leak.
leak:brpc
+leak:libjvm
+leak:libzip
+leak:*_dl_map_object_deps*
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]