This is an automated email from the ASF dual-hosted git repository.

dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 97a8cd4db6d branch-3.0: [fix](memory-leak) skip libzip and libjvm 
memory leak #51628 (#51631)
97a8cd4db6d is described below

commit 97a8cd4db6dff5d03b74a486819637e17b6c1797
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 19 15:32:44 2025 +0800

    branch-3.0: [fix](memory-leak) skip libzip and libjvm memory leak #51628 
(#51631)
    
    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]

Reply via email to