Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MC: ignore the library of gcc's sanitizer
authorMartin Quinson <martin.quinson@loria.fr>
Sat, 25 Jun 2016 19:58:03 +0000 (21:58 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 25 Jun 2016 19:58:03 +0000 (21:58 +0200)
src/mc/Process.cpp

index 9197cb9..42a6bd0 100644 (file)
@@ -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",