Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
modernize cabinet creation
[simgrid.git] / tools / address_sanitizer.supp
index 7e75e8d..4431358 100644 (file)
@@ -1,7 +1,7 @@
 # Address sanitizer suppressions for stuff that we cannot control
 
-# ignore libunwind cruft
-#interceptor_via_lib:libunwind.so
+# ignore libunwind cruft (seen with clang)
+interceptor_via_lib:libunwind.so
 
 # __gnu_cxx::__to_xstring
 #interceptor_via_fun:__to_xstring
@@ -9,6 +9,11 @@
 # 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$