From 5b60a6ab3e9a4f7868ba4bc8f1991f1e06aff3d4 Mon Sep 17 00:00:00 2001 From: Pranjal Swarup Date: Sun, 29 Sep 2024 13:03:02 -0400 Subject: [PATCH] comment out verify_instrumented_preloaded as fix for SWDEV-486345 as it interferes when loading instrumented libaries --- source/lib/omnitrace-dl/dl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib/omnitrace-dl/dl.cpp b/source/lib/omnitrace-dl/dl.cpp index 0181df2d6..c7fd37728 100644 --- a/source/lib/omnitrace-dl/dl.cpp +++ b/source/lib/omnitrace-dl/dl.cpp @@ -1264,7 +1264,7 @@ omnitrace_preload() } } - verify_instrumented_preloaded(); + //verify_instrumented_preloaded(); static bool _once = false; if(_once) return _preload;