From: Martin Quinson Date: Thu, 10 Sep 2015 18:31:39 +0000 (+0200) Subject: [MC] add a lib to the whitelist of libs that are not tracked X-Git-Tag: v3_12~258 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2b25572a70e706e00d6161c2ea4e2605830b76ac?hp=76c749b352155e9955fd803d6e0046cf04cbfedc [MC] add a lib to the whitelist of libs that are not tracked --- diff --git a/src/mc/mc_process.cpp b/src/mc/mc_process.cpp index 1cc3a38ed7..f66e9d1fe3 100644 --- a/src/mc/mc_process.cpp +++ b/src/mc/mc_process.cpp @@ -71,6 +71,7 @@ static const char *const FILTERED_LIBS[] = { "libm", "libpthread", "librt", + "libsigc", "libstdc++", "libunwind", "libunwind-x86_64",