Skip to content
Snippets Groups Projects

Suppress new_delete_type_mismatch errors from DD4hep and misc. leaks

Merged Rosen Matev requested to merge rm-suppressions into master
All threads resolved!
2 files
+ 18
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -184,6 +184,7 @@ leak:THistWrite::initialize
# #29 0x7fde3ae1fc5a in Gaudi::RootDataConnection::loadObj(std::basic_string_view<char, std::char_traits<char> >, std::basic_string_view<char, std::char_traits<char> >, unsigned long, DataObject*&) ../RootCnv/src/RootDataConnection.cpp:507
leak:Gaudi::RootDataConnection::loadObj
leak:TBranchElement::SetAddress
leak:TBranchElement::GetInfoImp
# Note sure where in this lot the leak is ...
#Indirect leak of 328 byte(s) in 1 object(s) allocated from:
@@ -270,6 +271,8 @@ leak:^builtin_hasattr$
# as it could be due to https://bugs.python.org/issue35774
leak:^_PyObject_Malloc$
leak:^PyThread_allocate_lock$
leak:^_PyObject_GC_Resize$
leak:^resize_compact$
# ROOT
leak:TClingLookupHelper__ExistingTypeCheck
@@ -288,7 +291,7 @@ leak:TClass::New
leak:TTree::CreateBasket
leak:TNetXNGFile::TNetXNGFile
leak:cling::Interpreter::ShutDown
leak:TStreamerInfo::ReadBuffer<TVirtualCollectionProxy>
leak:TStreamerInfo::ReadBuffer
# TODO remove the following when we move to ROOT >= 6.24/02,
# see https://github.com/root-project/root/issues/7207
leak:TClingDataMemberInfo::TClingDataMemberInfo
@@ -307,6 +310,16 @@ leak:tbb::internal::task_stream
# xgboost
leak:libxgboost.so
# numpy
leak:numpy/core/src/umath/ufunc_object.c
leak:numpy/core/src/multiarray/alloc.c
# bash
leak:/usr/bin/bash
# git
leak:bin/git
# These are certainly not leaks from std::string, but a limitation
# of the traceback coming out of the LCG externals.
# Perhaps would help if the debug builds used -fno-omit-frame-pointer
Loading