Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make the sendsend tests at least fail fast to not hinder my workflow
[simgrid.git] / tools / address_sanitizer.supp
index 7e75e8d..e7ca165 100644 (file)
@@ -1,16 +1,27 @@
 # Address sanitizer suppressions for stuff that we cannot control
 
-# ignore libunwind cruft
-#interceptor_via_lib:libunwind.so
-
 # __gnu_cxx::__to_xstring
 #interceptor_via_fun:__to_xstring
 
+# for gcc-11
+interceptor_via_fun:__cxa_demangle
+interceptor_via_fun:__interceptor_sigaltstack
+
 # The following odr violations are reported by gcc-10. Alternatively these
 # warnings may be hidden with "ASAN_OPTIONS=detect_odr_violation=1".
 
+# size=8 'data' /usr/include/boost/type_traits/integral_constant.hpp:82:28
+odr_violation:^data$
+# size=8 'pdata' /usr/include/boost/type_traits/integral_constant.hpp:83:29
+odr_violation:^pdata$
+
 # size=16 '__tag' /usr/include/c++/10/bits/shared_ptr_base.h:510:48
 odr_violation:^__tag$
 
 # size=16 'stored_vtable' /usr/include/boost/function/function_template.hpp:933:32
 odr_violation:^stored_vtable$
+
+# size=40 'cfg_bmf_max_iteration' ../src/kernel/lmm/bmf.hpp:77:44
+odr_violation:^cfg_bmf_max_iteration$
+# size=40 'cfg_bmf_precision' ../src/kernel/lmm/bmf.hpp:80:47
+odr_violation:^cfg_bmf_precision$