From: Martin Quinson Date: Sat, 25 Jun 2016 19:58:03 +0000 (+0200) Subject: MC: ignore the library of gcc's sanitizer X-Git-Tag: v3_14~870 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/67920e91ce04a7a17b788cf8356cb312cb93c45a?hp=62b90a3315c13cdef6524a56132d642a9d1ecf3f MC: ignore the library of gcc's sanitizer --- diff --git a/src/mc/Process.cpp b/src/mc/Process.cpp index 9197cb95e4..42a6bd0565 100644 --- a/src/mc/Process.cpp +++ b/src/mc/Process.cpp @@ -55,9 +55,10 @@ namespace mc { #define SO_RE "\\.so[\\.0-9]*$" #define VERSION_RE "-[\\.0-9-]*$" -// In lexicographic order (but this is currently not used in the code): +// List of library which memory segments are not considered: static const char *const filtered_libraries[] = { "ld", + "libasan", /* gcc sanitizer */ "libbz2", "libboost_chrono", "libboost_context",