From 2b25572a70e706e00d6161c2ea4e2605830b76ac Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 10 Sep 2015 20:31:39 +0200 Subject: [PATCH] [MC] add a lib to the whitelist of libs that are not tracked --- src/mc/mc_process.cpp | 1 + 1 file changed, 1 insertion(+) 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", -- 2.20.1