This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new cfd446d77af branch-3.1: [fix](memory-leak) skip libzip and libjvm
memory leak #51628 (#51960)
cfd446d77af is described below
commit cfd446d77af3d334fe4661ca2b600deb1c5b8076
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 20 14:54:12 2025 +0800
branch-3.1: [fix](memory-leak) skip libzip and libjvm memory leak #51628
(#51960)
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]