Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Fix the DSO debug ignore list
authorGabriel Corona <gabriel.corona@loria.fr>
Thu, 9 Jul 2015 12:44:58 +0000 (14:44 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Thu, 9 Jul 2015 12:44:58 +0000 (14:44 +0200)
This is nasty. We must get rid of this.

buildtools/jenkins/build.sh
src/mc/mc_process.cpp

index e6be9fa..7226a67 100755 (executable)
@@ -4,6 +4,8 @@ set -e
 
 build_mode="$1"
 
+echo "Build mode $build_mode on $(uname -np)" >&2
+
 # usage: die status message...
 die () {
   local status=${1:-1}
index d5234e0..5fee155 100644 (file)
@@ -44,12 +44,13 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_process, mc,
 // ***** Helper stuff
 
 #define SO_RE "\\.so[\\.0-9]*$"
-#define VERSION_RE "-[\\.0-9]*$"
+#define VERSION_RE "-[\\.0-9-]*$"
 
 static const char *const FILTERED_LIBS[] = {
   "libstdc++",
   "libboost_context",
   "libc++",
+  "libcdt",
   "libm",
   "libgcc_s",
   "libpthread",